🚀 Source Code You can find the source code for Zeet on GitHub. 🎬 DEMO ...
Git has many powers and one of them is flexibility. Different approaches(workflows) can be leveraged...
CSS is gaining powers with recent web evolution. And it is very clever with tricks that were long...
Git is such a popular Version Control System. It needs no introduction. Software development is a...
In this article, you will learn how to calculate CSS specificity of the styles you write by computing...
part 5 Summary: This article walks you through how to implement JSON Web Token(JWT) Authentication...
Two computers follow a series of agreed-upon steps to establish a communication tunnel with each...
Welcome to part 4. Follow along this series to build a 3-tier Login System implementing core features...
Welcome to part 3. Follow along this series to develop a feature-packed 3-tier Authentication System...
Welcome to part 2. Follow along this series to develop a feature-packed 3-tier Authentication System...
Welcome to part 1. Follow along this series to develop a feature-packed 3-tier Authentication System...
React.Suspense lets you specify a loading indicator in case some components in the tree below it are...
Mistakes! These are not a necessity in software development. But they always find a way to taint the...
I had fun building this project. And I would like to share. I built a react component library. And I...
Overview: In this post, I explore joins and foreign keys by what they do and how they work...
In this article, I discuss about query optimization using database indexes. I discuss about deciding...
In this article I explain MySQL index like to a five year old. I recently was invited for an oral...
React is a front-end Javascript Library for building user interfaces. You can start building your...
Learn Git This was the best advice I ever got. But to use something effectively, you need to...
What size should a cover image of my dev.to post be? When I hover over the add cover image button, I...
No doubt you have heard of Javascript, a dominant client-side programming language running in...
When working collaboratively with other developers on a repository, you may most likely find yourself...
Isn't it fascinating how Threejs can create websites that turn into guns and blow your mind off🤯?...
How it's normally done External(third party) libraries can add complexity to a new...
I don't remember how many times I have always mixed up between these http status codes. It always...
Class fields and class methods are public by default. It is common you may want to make your class...
Linux has, in recent years, become the leading operating system on servers. Many programmers and...