AEM User Permissions Configuration Mistakes I made so you don’t have to
I remember the first user permission story I had to complete — Design and Implement User Permission Matrix. My task, in a nutshell, was to create user groups, organize user groups, assign permissions as well as create users. It sounded straight forward until I started work and found myself spending way more time than I expected myself to take.
There’s the Classic UI View and the Touch UI View. The latter was only introduced in late 2019.
I was feeling guilty for not writing yet I was too overwhelmed from my full-time job. My other half then told me something enlightening.
The conversation went something like this.
Me: It’s 2 AM. I am tired, but I really think I should write. I am so lucky that people are paying me for the articles that I write.
Him: Why not rest? You are already so tired.
Me: But I am getting paid for this… so I should put in the effort as a writer
Him: I know where you’re coming from, but do you remember that you did…
Yay or nay? And maybe a little food for thought
There has been a glaring change in my Chrome browser lately (Yes I read online that it’s not really new but I had not experienced this until now) — I can no longer see the website’s full address once I scroll away after typing the URL. https://uxplanet.org/my-favorite-design-systems-as-of-2020-bf2a8a162bf9 shows up as “uxplanet.org” on my browser’s address bar.
According to a design document that Chromium Software Engineer, Livvie Lin, has published, there may be a negative impact on users’ security decision-making by showing the full URL because “Showing the full URL may…
.random-class__content1, .random-class__content2, .random-class__content3
I used to write n separate CSS classes, but guess what? This selector can be applied to multiple classes as long as you state these CSS classes and join them using commas.
.random-class__content > a
There are cases when you just want to apply CSS to all anchor tags that are within a particular class, instead of targeting all anchor tags.
This is often confused with the following:
.random-class__content .a
But they are different.
The selector #random-container > ul
will only target the ul
s that are a direct descendant of the div
with an id
of…
Thanks to the WFH situation, I found out that the skillset from a highly stigmatized job is more transferrable than you think (even for a vastly different profession)
She sees the value in forming long term prospects, even if she may not be able to close the deal now or in the near future. She understands that if she is to be there for the prospect now while other insurance agents may brush them aside because of the prospect’s inability to commit presently, he/she will be inclined to work with her in the future when they can eventually afford it.
…
And why I love each of them in detail, as a Developer and a Design Enthusiast
The definition varies a bit throughout the net but it is essentially a collection of guidelines and reusable components, that provides a single source of reference to teams to design, realise and build products.
The two main groups of users who are supposed to use this extensively are the designers and the developers, who have significantly different roles and needs.
A designer cares about graphic and interface features such as colour schemes, spacing and component interaction details. …
Everyone talks about how we will kickstart our lives in excitement but they don’t talk enough about the dark thoughts post-graduation.
Inner Dialogue: We achieved this degree after working hard and paying a good sum for four years — we deserve better.
But Instead We Say: I hope I get a decent job.
Inner Dialogue: How can I be better? Why am I not as successful as X or Y? I should be happy for them, why am I… envious?
But Instead We Say: Congratulations!
Inner Dialogue: I don’t feel like starting work immediately. But what will a future employer…
It can be hard to navigate through lines of code and keep your sanity.
There are many cases where you need to read others' code — maybe you are new to a job and you are handed over a codebase to digest before you get started. Maybe you are supposed to debug a component that was not developed by yourself. Maybe you are to add on a new feature to the current implementation.
You attempt to understand the code but you feel overwhelmed and intimidated.
Who’s to blame you because you are stepping into the mindspace of someone else?
But…
I learned it because I had to, but I am glad I’ve crossed paths with it.
#1 The frameworks that people use now are no longer dependent on Jquery— Think React, Vue, and Angular, none of them do. Bootstrap even released Bootstrap 5 Alpha this year in 2020, where they replaced jQuery with Vanilla Javascript.
#2 Javascript is becoming more robust as it matures One of the primary reasons why people use jQuery is because of the ease of selecting DOM elements and manipulating them. Now, Javascript has come up with Selectors API which includes the likes of document.querySelector and…
I track my expenses. I save more than 35% of my paycheck. I pay my credit card bills in full. I still made these mistakes
Context: I take care of my finances.
I track my expenses.
I save more than 35% of my paycheck.
I pay my credit card bills in full, on time.
I invest through dollar-cost averaging.
That said, I still made rookie financial mistakes which you can avoid, from reading about my mistakes.
0% IPP sounds harmless, doesn’t it?
Younger me was at Challenger, about to make cash payment for my new phone in full, when I…
I bring designs to life through code.