How the Web Works: A Deep Dive into What Happens When You Type a URL, DNS Lookup, and HTTPDo you ever consider how your computer responds to the moment when you enter a URL in the address line and press the enter key? To look at…Oct 27, 2024Oct 27, 2024
How to Setup Nx in a pnpm WorkspaceThis article is the third article of my Monorepo in Javascript Series. Combining the power of Nx, a robust toolkit for monorepos, with…Jul 11, 2024Jul 11, 2024
Monorepo using pnpm workspacesThis article is the second article of my Monorepo in Javascript Series. In this article, I’m going to delves into the use of pnpm, a fast…Jul 7, 2024Jul 7, 2024
What is a Monorepo?This article is the first article of my Monorepo in Javascript Series. In this article, I’m going to explores the concept of a monorepo…Jul 7, 2024Jul 7, 2024
Deploying a Next.js Application with pm2, Nginx and SSL on a DigitalOcean DropletDeploying a web application can be a daunting task, especially when it involves setting up servers, handling deployments, and ensuring…Jun 25, 2024Jun 25, 2024