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.
Complete Guide to JavaScript List Operations
A comprehensive deep-dive into JavaScript array manipulation — covering map, filter, reduce, flat, and lesser-known methods with real-world examples.
Synchronous and Asynchronous in JavaScript
Demystifying the JavaScript event loop, call stack, and task queue. Understand exactly when and why async code behaves the way it does.
Comparing Arrays in Java and JavaScript
A side-by-side comparison of array handling in Java and JavaScript — from declaration and iteration to sorting and deep equality checks.
Getting Started with Docker on Windows
A practical setup guide for running Docker on Windows 10/11 — covering WSL2 configuration, common pitfalls, and your first containerized app.
Read full articles on: