Blog

Technical

page 1 of 2
typescript

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.

web_components

Extract Text from Pdf files using pdfjs dist

Sat Jun 21 2025

Learn how to extract texts from pdf files.

web_components

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

hostinger

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

Mon May 26 2025

Learn to Set Up CI/CD from GitHub to Hostinger

typescript

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

crypto-client-side

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

Thu May 08 2025

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.