Blog

Grab a coffee and explore my chill blogs on web development
  • Published at

    My Developer Workspace: Tools, Extensions, and Setup

    As developers, we spend countless hours crafting code, testing ideas, and pushing projects forward. The tools we choose can make or break our workflow. In this post, I’m giving you a behind-the-scenes look at my development setup—what keeps me productive, efficient, and, of course, sane.

  • Published at

    Why You Should Rebase Instead of Merge

    This guide provides a detailed walkthrough of the Git Rebase command using Git Fork, a visual Git client. Rebasing is one of Git’s two key methods for integrating changes between branches, with the other being git merge. While merges create a new commit that ties together branches, rebasing allows you to apply changes from one branch on top of another, effectively rewriting commit history in a cleaner, linear fashion..