Technical Articles & Insights

Explore my collection of technical articles covering modern web development, best practices, and industry insights.

Deploy a Full-Stack App on AWS EC2 (React + Node.js)
3 min read
January 4, 2026
Deploy a Full-Stack App on AWS EC2 (React + Node.js)

Deploying a full-stack application on AWS EC2 is a must-have skill for frontend and full-stack developers. In this guide, we’ll deploy: React (vite) frontend Node.js backend Serve frontend via Nginx Run backend using PM2 Host everything on AWS EC2 ...

Read Full Article
The Ultimate Guide to the Event Loop in Node.js
3 min read
December 12, 2025
The Ultimate Guide to the Event Loop in Node.js

When learning something new, understanding its fundamentals at a root level is extremely important. In this guide, we’ll explore what the event loop is and how it works behind the scenes in Node.js....

Read Full Article
High-Performance AI Integration: Processing Questions with OpenAI in Real-Time
2 min read
November 21, 2025
High-Performance AI Integration: Processing Questions with OpenAI in Real-Time

When working with real-time APIs, speed is everything. In this guide, we’ll explore how to integrate OpenAI with a Node.js backend to solve a time-critical challenge: fetching questions, generating answers using AI, and submitting them back to an API...

Read Full Article
Creating a Catalyst Storefront: Part 1
2 min read
April 5, 2025
Creating a Catalyst Storefront: Part 1

This guide will walk you through setting up a Catalyst storefront. Catalyst is a headless framework introduced by BigCommerce, built using Next.js. It serves as the front end of your store, powered by the BigCommerce API on the backend. Since perform...

Read Full Article
BigCommerce B2B Edition Features and Installation
2 min read
May 25, 2024
BigCommerce B2B Edition Features and Installation

The B2B Edition is a SaaS application created by BigCommerce that offers enterprise-level business-to-business functionalities. These features are applicable to businesses of all sizes, regardless of whether they are small or large. The B2B Edition a...

Read Full Article
Listing Blogs with GraphQL in BigCommerce widgets
3 min read
April 19, 2024
Listing Blogs with GraphQL in BigCommerce widgets

This article will help you to understand how to integrate a blog with GraphQl in BigCommerce. We all know that the widgets are reusable components in the BigCommerce project. These can be used on multiple pages. The traditional way of displaying blog...

Read Full Article
Exploring BigCommerce GraphQL Queries
2 min read
April 14, 2024
Exploring BigCommerce GraphQL Queries

In this article, we will dive into the powerful capabilities of BigCommerce's Storefront API, specifically focusing on GraphQL queries to interact with e-commerce data. BigCommerce provides a robust API that allows developers to access and manipulate...

Read Full Article
The Essential Guide to Writing Clean Code
3 min read
February 24, 2024
The Essential Guide to Writing Clean Code

Every day, developers like us write anywhere from 100 to 1000 lines of code. But do we truly know whether the code we write is proper or not? The significance of crafting proper and easily understandable code cannot be overstated. This article aims t...

Read Full Article
How JavaScript Works Behind the Scenes
3 min read
February 23, 2024
How JavaScript Works Behind the Scenes

Have you ever wondered how the javascript works behind the scenes? This article will help you to understand how JavaScript works behind the scenes. You will learn what Execution context and Call stack are and also, how these things work....

Read Full Article
Connecting MongoDB with Node JS
3 min read
September 6, 2023
Connecting MongoDB with Node JS

This article will help you to understand how to connect MongoDB with Node JS. The MongoDB is a database that is classified as a NoSQL. It uses JSON format to store the data in the database. First, we will set up a Node js server and then connect it w...

Read Full Article
Spice Up Your Work Developers: A Guide to Making Your Work More Interesting
3 min read
May 30, 2023
Spice Up Your Work Developers: A Guide to Making Your Work More Interesting

Hello Everyone, I am writing this blog to make your work interesting, especially for developers. We know developers do coding, and development regularly. At some point, it feels like getting bored with all things and lowers interest. It is going to a...

Read Full Article
How to Plan Your Project?
3 min read
April 30, 2022
How to Plan Your Project?

Hello, Everyone! This article will help you to understand how to plan your project. Planning your project is very important nowadays. Proper planning of a project plan helps us to understand the required time, cost, and resources. Also help us to und...

Read Full Article
Integrating BigCommerce Storefront API using GraphQL
3 min read
April 9, 2023
Integrating BigCommerce Storefront API using GraphQL

Hello, Everyone! This article will help you to understand how to integrate a Bigcommerce Storefront API using GraphQL inside a storefront theme. Storefront API is used to manage cart operations, manage checkout operations, create a subscription, etc....

Read Full Article
Create widget using Widget Builder tool in BigCommerce
3 min read
January 6, 2022
Create widget using Widget Builder tool in BigCommerce

Hello, Everyone! This article will help you to understand how to create a custom widget using widget-builder which is a command-line tool. You are all aware of the existing method of creating custom widgets through API by using applications such as P...

Read Full Article