I recently took some time to recap the SQL commands I use the most, and I decided to put together a...
Redux Toolkit (RTK) has revolutionized state management in React applications by simplifying...
If you have ever used Redux, you probably remember how complicated it could get—setting up the store,...
As developers, managing different versions of Node.js and streamlining terminal commands are...
In the modern web development landscape, building fast, responsive applications that efficiently...
As developers, how can we make at least the web more accessible for all? That’s the main question of...
CSS is getting bigger and bigger and even though we work daily with this style language, we do not...
Docker compose is a tool that allows us to replace most of the commands and configurations that we...
Having different containers is quite common when using Docker in a project, such as one for the React...
Even if you already work with Docker and want to better understand its core concepts or are trying to...
Maybe you never realized how difficult the web would be without HTTP status codes, or what a terrible...
Tonight is the evening of December 24th, Christmas Eve, and I'm sitting in the common area of a...
The Fetch API is not that new and most developers have used it at some point to retrieve resources...
In this article I will show you how I created a custom cursor follower for my personal website using...
We all know how time-consuming it is to perform trivial tasks and how difficult our code can become...
These are definitely two of my favourite and easiest to understand design patterns in JavaScript and...
Next.js 13 was released a few months ago, bringing many powerful new changes to this framework and...
I'm taking this 2023 Pride Month to share that I'm a transgender IT developer and would love to...
React Server components are making waves in the front-end community as they introduce a new mindset...
Did you watch the React.js documentary released on YouTube a few weeks ago? Some of Facebook's tech...
Creating states to store data in React is tempting and sometimes we overuse this feature because we...
Several web reports were published earlier this year and I'll give you a rundown of what's happening...
The long-awaited version 18 of React was finally released this year and it was just as famous as its...
It's no secret that the old React documentation is useless most of the time because it no longer...
A few days ago I came across a question about what I would say to someone who is starting in frontend...
All developers know at least a little bit of CSS, but many of them spend so much time creating styles...
If you started your developer career about a decade ago, you probably know how complicated it was to...
I just finished a crash course to update my knowledge on the main features of Typescript and I really...
As you probably know, Visual Studio Code is one of the most popular code editors for frontend...
Next.js is a framework built on top of React that has been changing the way we build applications...