top of page
Git: Common Workflows
This post outlines some of the most common git workflows I've come across while working as a software engineer. Move current changes to new branch and revert parent branch to a previous commit Suppose you have finished a feature in a feature branch and created a PR to merge the feature into main. While the PR is being reviewed (it could be days), you forgot to checkout to a new branch for the next work and kept committing further changes in the same branch. First of all, the
Jul 30, 20255 min read


headstone.live: Your digital memorial
What if every headstone was linked to a memorial page for the deceased. And that memorial had everything that was known about that person.
Dec 25, 20243 min read


Fetch: the Easiest Way to Make HTTP Requests From Your Arduino and ESP8266/ESP32.
Introduction I got a request from a follower redditer the other day, asking for help with an HTTPS (the 'S' is important here!) POST...
Nov 20, 20225 min read
bottom of page



