Writing

Notes on building

I write to make sense of what I build, turning experience into simple, practical insights that are easy to apply in real projects.

I Used AI to Audit My Frontend Project Code— Here’s What Actually Happened

I audited my frontend project code using AI and here's what actually happened

Adding Git to Your Server & Deploying a Repository

A Step-by-Step Guide to Adding Git to Your Server and Deploying a Repository

Can You Really Modify const in JavaScript? Here's the Truth

A Comprehensive Guide to Understanding const in JavaScript

Explain var, let, and const in JavaScript

A Comprehensive Guide to Understanding var, let, and const in JavaScript

Synchronous and Asynchronous in JavaScript

A Comprehensive Guide to Understanding Synchronous and Asynchronous in JavaScript

Is JavaScript dynamically typed or statically typed language?

A Comprehensive Guide to Understanding JavaScript Typing

Comparing Arrays in Java and JavaScript: Understanding the Key Differences

A Comprehensive Guide to Comparing Arrays in Java and JavaScript

How to list and close a port on a Windows machine?

A Step-by-Step Guide to Listing and Closing Ports on a Windows Machine

How to check if a port is open on a Windows machine?

A Step-by-Step Guide to Checking Open Ports on a Windows Machine

Password Generation in Java | Code

A Step-by-Step Guide to Generating Passwords in Java

Order of Arithmetic Operators

Understanding the Order of Operations in JavaScript

How To Install Docker on Windows?

A Step-by-Step Guide to Installing Docker Desktop on Windows 10 and 11

Getting Started with Docker

A Beginner’s Guide to Docker: Understanding Containers and Containerization

Set up a single-app kiosk on Windows 11

Learn how to set up a single-app kiosk on Windows 11.

JavaScript String Methods | In detail

A Comprehensive Guide to JavaScript String Methods: Understanding the Building Blocks of JavaScript

Data Types Supported by JavaScript | The Building Blocks of JavaScript

A Comprehensive Guide to JavaScript Data Types: Understanding the Building Blocks of JavaScript

Duplicate Zeros LeetCode Problem | JavaScript

Given a fixed-length integer array arr, duplicate each occurrence of zero, shifting the remaining elements to the right.

Squares of a Sorted Array | JavaScript

Given an integer array nums sorted in non-decreasing order, return an array of the squares of each number sorted in non-decreasing order.

Max Consecutive Ones | JavaScript

Given a binary array nums, return the maximum number of consecutive 1's in the array.

Find Numbers with Even Number of Digits | JavaScript

This problem asks us to count how many numbers in an array have an even number of digits.

Two Sum Problem | JavaScript

The Two Sum problem is a classic coding interview question that tests your understanding of arrays and hash maps.

Client-Side Storage with JavaScript: Managing Data in the Browser

A Comprehensive Guide to Managing Data in the Browser with JavaScript using LocalStorage, SessionStorage, and Cookies.

Delete Vs Truncate in SQL

Understanding the Differences Between DELETE and TRUNCATE Commands in SQL.

Linux Commands to Open and View Documents

Exploring Linux Commands to Open and View Documents in the Command Line Environment.

Complete Guide to JavaScript List Operations

Enhance Your JavaScript Development Skills with These List Operations Techniques.

View and Delete Incognito History (Windows & Mac)

How to check and delete Incognito history on windows and mac or how to clear DNS cache on windows and mac.

Run Localhost Website on Mobile Phones and other Devices

Learn how to run a locally hosted website on mobile phones and other devices.

How to Deploy Projects to Netlify Manually - Link GitHub Repository.

Learn more about Netlify. Learn how to upload projects manually to Netlify, and link that to the GitHub repository.

Read full articles on: