Blogs

  • Home
  • About
  • Blogs
  • Portfolio
  • Say Hi

Some words that I've written beside codes

21, Jun, 2025

Building Framework-Agnostic Web Widgets - A Complete Guide

Complete guide to framework-agnostic widget development using custom elements, React, and proper isolation techniques. Avoid common pitfalls and conflicts.

Read more
03, Aug, 2024

Simplifying Authentication in Next.js with Server and Client Components

Learn how to implement robust JWT authentication in Next.js with server and client components. Discover secure token management, session handling, and seamless SSR integration for your Next.js applications.

Read more
24, Mar, 2024

Simplified CI/CD | Automating Next.js Deployment with GitHub Actions on cPanel Hosting

Learn how to streamline your Next.js deployment process with simplified CI/CD using GitHub Actions on cPanel hosting. Automate your workflow for faster and more efficient updates to your web applications.

Read more
02, Mar, 2024

Streamlining Note-Taking My Personal Knowledge Management Journey

Follow along as a neovim lover searches for the perfect note-taking app, tries markdown-based options, and ultimately settles on Obsidian for its easy-to-use interface and seamless integration with GitHub, making note-taking a breeze.

Read more
15, Feb, 2024

What is virtual memory in computer programming and why it matters ?

Virtual memory is a critical component of modern computer systems, playing a pivotal role in enhancing system performance and allowing for the efficient execution of complex tasks. This sophisticated concept bridges the gap between a computer’s physical RAM (Random Access Memory) and the storage devices, creating an illusion of a much larger and more capable memory space. It is an abstraction that provides processes with the illusion that it has exclusive use of main memory.It give us more memory than we physically have.

Read more
11, Feb, 2024

How to Set Up Cloudinary Image Upload in NextJS 13

Learn how to securely upload images to Cloudinary in your Next.js 13 project. Follow our step-by-step guide to set up Cloudinary image uploads, from configuring environment variables to implementing frontend file upload handling. Start enhancing your Next.js applications with this essential feature today.

Read more
11, Feb, 2024

Precision in Analytics - Implementing an IP-Based User Counter with Node.js and MongoDB

Gain valuable insights into user behavior with our guide on creating a visitor counter using Node.js and MongoDB. Learn to track visitors and their interactions efficiently for a better understanding of your website's performance.

Read more
11, Feb, 2024

My Journey as a MERN Stack Developer

As a passionate MERN stack developer, my journey over the past two years has been an exhilarating ride through the world of web development. Starting with Express.js and later diving into React, I have experienced a whirlwind of challenges and triumphs. In this blog, I will recount my learning experiences, from the initial struggles with Express.js to my mastery of Next.js, and how it all culminated in building my very own blog application.

Read more