In this article, I’ll show how to create a simple dropdown menu using C, with the ability to navigate...
In this tutorial, we will be building a chat application using web sockets. Web sockets are really...
What if you are downloading a large file and need to show the users the progress of the download. You...
The lifeblood of modern web applications is data. They rely on fetching information from various...
In this article we will look at how to manage monorepos using turbo repo. What is a...
Prisma is an open-source object-relational mapper (ORM) tool for Node.js and TypeScript. In this...
If you're a developer who's looking for a faster, simpler and more efficient way to build web...
Are you tired of writing CSS from scratch and spending hours tinkering with styles? Do you want to...
React is a JavaScript library for building user interfaces. It is developed and maintained by...
In this blog, we'll cover how to implement a simple login signup functionality using firebase. We'll...
There are seven different primitive data types in JavaScript: undefined, null, number, bigint,...
As developers, we are constantly looking for ways to streamline our workflows and increase our...
In this blog post, I'll share what is Git? And how to get started with Git. But first, why even...
If you are like me, you probably are using div everywhere. It's bad practice. Your code is both...