Blog

A blog about coding & web development.


Why JavaScript Feels Fast Even Though It's Single-Threaded

Why JavaScript Feels Fast Even Though It's Single-Threaded

JavaScript runs on one thread but feels quick thanks to the browser, Web APIs, and the event loop! but how?

Read article
View Article

How I Handle Date and Time in My Applications

Time is complicated in software development because people access your website from different time zones.

Read article
View Article

Git Worktree: Switch Branches Without Stashing!

No More Stashing: Git Worktree Lets You Checkout Multiple Branches at Once.

Read article
View Article

Why Every Developer Should Learn Design Patterns

Design patterns are not code. They are sets of guidelines that describe simple and elegant solutions to common problems in software design...

Read article
View Article