Hi, I’m Rohan. Welcome to my blog.

Git branching strategy


Disclaimer Git branching and workflow is highly opinionated, so don’t take my word as gospel. This is just me stating a way of how I get things done. I won’t be talking a lot about CI/CD and git tags because it’s more tightly knit with one’s deployment strategy, so let’s just talk about branches. General Trivia If you are a developer and you don’t know of git, you are probably in the wrong place.…
Read more ⟶

Migrating from Linux to Windows.


General Trivia Yes, I am a backend developer and I use Windows for development. I know this is quite opinionated and depends heavily on one’s workflow, but here are my 2 cents on it anyway. I have been using GNU/Linux for quite a while now and I’m quite comfortable with it. I have worked with all kinds of flavors and distributions and since most of the tools I’m accustomed to using work out of the box on Linux, I wasn’t tempted to go back to Windows for whatsoever reason.…
Read more ⟶

This blog


If you are wondering how I made this simple, yet elegant looking blog. It’s quite simple. I used hugo and a theme called Archie. You can find the code on my git repo. All I had to do was: Link my git to Netlify. Select my repo for deployment from a nice dropdown menu. Buy a .dev domain from Google Domains Add a custom domain for my app on Netlify.…
Read more ⟶

Beginning


This is my first post ever. Nothing fancy, just a post to let y’all know I will be maintaining a blog now. If you are wondering how I managed to get this done or how is this pretty blog of mine works, I will spill my secrets and make a post about it. I initially got the idea for this from Tom’s blog and I for one like the content he makes for his blog.…
Read more ⟶