2025, A Year In My Life
In 2025, I learned the quiet power of slowing down. Not as an act of giving up, but as a deliberate choice—to choose myself, to stop…
Software Engineer and Technical Writer crafting pixel-perfect digital experiences with accessibility at the core. Beyond code, she’s a poet who turns fleeting moments into words.
In 2025, I learned the quiet power of slowing down. Not as an act of giving up, but as a deliberate choice—to choose myself, to stop…
Your product isn’t done without accessibility. If accessibility isn’t considered from the start, someone is being excluded by default…
A few weeks ago, we ran into an unexpected issue that caused our Listing Availabilty page to crash for some landlords. This is the story of…
Working with dates in JavaScript has a bit of a reputation for being messy. The Date object isn’t the most intuitive thing in the language…
If 2023 was the year that taught me the value of taking a step back to leap forward, then 2024 whispered an even deeper truth — life and…
Visual Studio Code (VS Code) is a widely used source code editor that offers a variety of features to enhance developer productivity. One of…
Recently, we encountered an issue in our system where the internet connection speed was being stored incorrectly. Instead of always being…
Every engineer has had that moment: opening a file and being greeted by chaos. Lines of imports scattered in no particular order. Some…
2022 taught me that the world is laden with so much goodness but we need to explore and not merely exist; 2023 taught me that not everything…
Embarking on your coding journey often involves wrangling complex ideas and processes. Visualizing these concepts can be a game-changer, and…
I recently read the book "Trust Works! Four Keys to Building Lasting Relationships" and would like to share my key take aways. Trust Works…
Accelerate, a book co-authored by Nicole Forsgren, Jez Humble, and Gene Kim delves into the world of software development, focusing on the…
When we quit limiting ourselves and open up to a world of possibilities, we'll soar. 2021 taught me that with grace, preparation and…
Have you ever been in a situation where you press the Enter key after typing and then realize that you made a mistake in your commit…
Life do not happen by chance but as a result of grace and meaningful planning. 2020 taught me to appreciate freedom; 2021 taught me that…
I wrote an article for LogRocket on Deep Dive into Event Bubbling and Capturing. In the article, I explained how event bubbling and…
Copying text especially code snippets or API key from web pages is a herculean task and I know a lot of developers would find the process of…
We easily get distracted by information vying for our attention on a daily basis. As a result, people tend to open a lot of tabs on their…
Have you been in a situation where you commit your code and SonarQube adds comments identifying bad coding styles to be resolved? You make…
GitHub released a feature to enable users add README to their GitHub profile. In this article I share steps on how to achieve this. Most…
Most times, we do not appreciate what we have till we lose it. 2019 gave us freedom, 2020 brought physical confinement. 2020 was a year that…
Many designers and developers view accessibility as an afterthought. However, adhering to accessibility best practices leads to a higher…
Key stroke, click, resize, scroll events, etcetera add performance overhead to applications if we respond to these events each time they are…
The more customer-focused a business is, the more people they put into consideration during brainstorming sessions. This lead to better…
I, like many others set goals and build atomic habits to help achieve these goals. One of my goals last year was to explore new grounds…
Hoisting is a popularly known term in JavaScript but do you understand how it works? If you've been able to invoke a function on a line…
Do you use your terminal a lot? I bet you would want to add some text to look at each time you launch your terminal. In this article, you…
When working with data, situations arise where you aren’t sure that the property you need exists. To build fault-tolerant applications…
Writing good commit messages is an under-valued skill. Why does it seem to count; shouldn't only technical skills count? Well, possessing it…
As a JavaScript developer, you may have been in a position of using forEach or map array method on the object to iterate through the…
We are in an era of dark mode. Some people who prefer dark mode are of the opinion that using dark mode helps the eyes by exposing it to…
To JavaScript developers, writing console messages is done almost on a daily basis. The console is like a good friend. It makes the…
You probably must have heard of the terms imperative vs declarative and wondered what it means and how to apply it while programming. In…
2018 was an awesome year for me, albeit 2019 was better - a year of fitting into big shoes. It was filled with God's unending faithfulness…
The this keyword is one of the concepts you must encounter in your journey as a JavaScript developer. Yet, it is misunderstood by a lot of…
On October 11th and 12th, I attended the Concatenate Conference held at Zone Tech Park, Lagos, Nigeria. It is a free conference for African…
When you input a URL to fetch content using the browser, certain processes occur under the hood - DNS resolution, request/response cycle and…
SOLID is a core principle of object-oriented design promoted by Robert C. Martin. It is an acronym for software design principles applied…
Having an efficient code review process is essential to ensure code quality, grow as a team and get a good grasp of the entire project…
When working on complex UIs or dynamic JavaScript-updated content, there are times when you cannot achieve your goal using semantic HTML…
The web plays a central role in our daily lives—it is home to information, services, and opportunities. However, when accessibility is…
We have been conversant with using pixels for sizing in CSS, but why use em or rem? When building accessible websites, you need to consider…
Research shows that a higher percentage of users will abandon a site if it takes longer than 3 seconds to load. To retain these users who…
We are in a busy world where different things fight for our attention at the same time. Opening a new tab may mean that you will never go…
I recently gave a talk on "Avoiding Shell Hell: Aliases to the Rescue" at the forloop Lagos Summit. An event organized by forloop Africa in…
Most times, CSS seems difficult to work with. You find out that styles you applied to a particular element don't take effect and you keep…
Code editors have evolved over the years. A few years ago, there was no Visual Studio Code (VS Code). You were probably using Sublime Text…
Cascading Style Sheet (CSS) is well known in web development as the flesh of HTML documents. While HTML gives a website its structure, CSS…
The importance of quality Hypertext Markup Language (HTML) in any codebase cannot be over-emphasized. HTML is the backbone of any website…
Perhaps, you are considering joining the tech industry and asking about where to start as a newbie. Questions concerning this is usually…