Making Things That Make Me Think.
Sharing builds, experiments, and ideas that challenge my skills, spark curiosity, and push my understanding of how tech actually works...

Newest on the Blog

How to Add Syntax Highlighting to Code Blocks in Blog Posts using React Syntax Highlighter
October 31, 2025
In this post, I’ll show you how I added syntax highlighting to the code snippets in my blog posts using the React Syntax Highlighter library.... See more
→Most Read Blogs

CricSnap: My Journey Building a Real-time Cricket Scoreboard App with React
January 21, 2025
Discover CricSnap, a cricket scoreboard simulation app I built using React . Learn about the challenges of implementing... See more

Date, Time, and Number Formatting in JavaScript: Everything You Need to Know
October 27, 2024
JavaScript provides a robust API for working with dates, times, and numbers, allowing developers to handle time-sensitive applications,... See more