Blog

A blog about coding & web development.


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 More...

View Article

Git Worktree: Switch Branches Without Stashing!

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

Read More...

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 More...

View Article