Programmer and developer are often used interchangeably, but there is an important distinction...
There are some problems every company faces, no matter the size or industry. Issues like incorrectly...
SOLID is one of the more commonly used design patterns. It's commonly used in many languages and...
Web development went from server rendered applications to single page applications rendered fully on...
Yes, it's already that time of year. Whether you love or hate Christmas, a small Christmas CSS...
CSS is great, but sometimes it is not enough. Sometimes you need to know the size of CSS elements in...
I have noticed that one of my previously very popular article about how to make a hero image in...
Splice, slice, pop and shift. Is the array sort method stable and not in-place? It's not easy to...
Code reviewing is an art. Although most companies conduct code reviews, only a few of them fully...
There have been many discussions around whether AI is threatening developer's jobs. Some say they are...
Sharing state between React components is crucial in most applications. With useGlobalState you can...
React contexts are quite crucial for React development. Most projects depends on it, either directly...
According to Stack Overflow survey 2023, Next.js is now the third most desired web framework, and the...
Next.js is evolving. Fairly recently, Next.js has added a new powerful routing mechanism which is...
If you had to choose five and only five VS Code extensions, which would you choose? I asked that...
React was once a fantastic library. Quick to learn, easy to customize and made it easy for you to...
Software applications often start out simple and quickly grows big. No matter how small one try to...
For quite some time, the commonly accepted practice has been to write DRY code, but there are...
What if programming languages were human and you could marry them? What could you expect in...
React may seem to be one of the least opinionated frameworks in the Wild West Web. Despite that,...
A new level of my programming puzzle game Persson's Pyramid is now available. The game is for all...
This is the second article in a series of regex articles. In the first article, you can read about...
In This Article What Is Regex? Regexes in a Nutshell When Is Regex Used? Searching...
This is a collection of top rated web development resources every developer needs. Roadmaps, guides,...
Halloumi! I made a new puzzle game. It's a four-question pyramid quiz game. It's for all those...
In This Article What Is a Reactive Developer Case Scenario The Reactive Developer's...
Chrome's developer tools are incredibly powerful. Unfortunately, both the console and network tab...
Have you ever wondered what Sheldon Cooper's LinkedIn profile would look like? Oh, stupid question....
Images and videos are slow to load, and most bloggers and companies are eventually coming to the...
This article explains the new React 18 hooks useDeferredValue and useTransition and compares them to...