Showing Posts From

Back end

Understanding JavaScript's Variable Hoisting, Temporal Dead Zone (TDZ), and How the Engine Works: A Comprehensive Guide

Understanding JavaScript's Variable Hoisting, Temporal Dead Zone (TDZ), and How the Engine Works: A Comprehensive Guide

JavaScript is one of the most widely used programming languages in the world, yet its inner working ...

How to integrate Neon DB with Next js: A better Planetscale alternative

How to integrate Neon DB with Next js: A better Planetscale alternative

In the dynamic landscape of web development, choosing the right technologies can make or break your ...

Configure ESLint to your Node.js Express Project

Configure ESLint to your Node.js Express Project

Ever since I started my dev journey, ESLint has been a mysterious place for me. Because dumb me cou ...