Featured

Hosting my own software, why not? Decentralizing SDLC, why?

All my life so far, whenever I got an idea for a new software application, my default go-to is GitHub. I never stopped to question “why” or “why not”. I’ve been hosting my code on GitHub since 2012 (while my even older code was migrated from svn to Google Code to GitHub). And I got […]

Read More Hosting my own software, why not? Decentralizing SDLC, why?

Joining the world of blockchain

So, this blog post is simply a public “diary entry” announcing to the world that I’ve officially entered the world of blockchain. Now, this is late 2021 when I’m writing these lines. Blockchain itself started as early as 2009 (at least publicly – but definitely the idea was incepted from an even earlier point in […]

Read More Joining the world of blockchain

make a string url-safe

When running devops scripts (among other things), we often need to get a url-safe representation of an arbitrary string. This is commonly known as “url slug” by the average netizens. As my JavaScript is better than my bash, and npx is more universally available than my capability to master both Windows and Linux shell scripts, […]

Read More make a string url-safe