Blog

Authenticate GitHub Accounts Locally Using SSH

Sat Jan 10 2026

Authenticate GitHub Accounts Locally Using SSH

Building a 3-State Switch in React

Thu Dec 25 2025

A quick walkthrough of implementing a 3-state switch in React—starting with a basic if-else approach and refining it into a clean, scalable solution using modulo arithmetic.

Extract Text from Pdf files using pdfjs dist

Sat Jun 21 2025

Learn how to extract texts from pdf files.

Steps to Set Up CI/CD from GitHub to Hostinger:

Mon May 26 2025

Learn to Set Up CI/CD from GitHub to Hostinger

Advance Data Types In Typescript - Interfaces and Classes

Wed Apr 16 2025

Deep dive into TypeScript advanced type system, focusing on Interfaces and Classes. Learn how to create Class and Interace with object oriented aproach of programming

Secure Secrets: Client-Side Encryption with the Web Crypto API in React js

Invalid Date

Learn how to leverage the Web Crypto API in the browser to encrypt and decrypt data directly within your web application, enhancing security and protecting sensitive information.

Understanding Custom Components in React

Mon Jun 02 2025

Custom web Components are powerful and flexible way to design flexible, encapsulated components promoting reusablity in React

Javascript shallow and deep copy

Tue May 20 2025

Lets break down three simple ways to copy an array and what really happens behind the scenes

Creating a Material UI Dashboard

Tue Apr 29 2025

Learn how to build a sleek and responsive dashboard using Material UI (MUI)! This guide breaks down the implementation of an AppBar, Toolbar, and a dynamic Drawer sidebar that adapts seamlessly to both desktop and mobile screens.

Getting Started with TypeScript - Union Intersection and Functions

Tue Apr 15 2025

A beginner-friendly guide to understanding TypeScript fundamentals, its benefits over JavaScript, and concepts like union intersection of types

How to Compile C++ Code

Tue Apr 15 2025

This guide will walk you through the process of setting up your environment and running a simple C++ program.