I designed a dynamic and immersive landing page for the WeCoded 2025 Challenge that celebrates...
Horizontal Calendar - a simple date picker for React Native ...
Learn to deploy a Next.js standalone application using Bun and Docker as if you were deploying with...
Creating a Progressive Web App (PWA) with Next.js has not always been a smooth experience. In this...
As a writer, I understand the importance of consistency when it comes to publishing new content....
Next.js is a React framework that allows you to build server-side rendered React applications. It is...
In this article, I will show you how to use React to replace useEffect in most cases. I've been...
What I built Cardus is a web app that allows users to create and manage their own...
Big O Notation, collectively called Bachmann-Landau notation or asymptotic notation, is a way to...
React v16.8 introduced a new hook called useEffect, which allows you to run side effects in your...
Why Set? It's a data structure that allows you to store unique values of any type. It's similar to an...
Why Hashmap? Well, we all know that another programming language has something called Hashtable. It...