Posts
All the articles I've posted.
Mastering Authentication in Next.js - A Step-by-Step Guide to GitHub Login with Auth.js
Published: at 07:29 AMNext.js has become a preferred framework for modern web applications due to its simplicity and flexibility.
A Deep Dive into new and this in JavaScript - Unlocking the Power of Object-Oriented Programming
Published: at 04:21 AMJavaScript is a powerful, flexible language with roots in functional programming and capabilities for object-oriented programming (OOP). Two critical concepts that lie at the heart of OOP in JavaScript are new and this.
CSR vs SSR vs SSG vs ISR - A Deep Dive for Modern Web Development
Published: at 05:52 PMIn the vast landscape of web development, navigating the acronyms CSR, SSR, SSG, and ISR can feel like trying to read a secret code.