knock knock, it's soulnumber22

HI! I'm a first-year CSE student who just started writing here. Why? Because I want to document my tech journey with a flick of some realness, chaos, curiosity, and hopefully a bit of growth too. I ju...
0 Read More

On Trunk-Based Development

On Trunk-Based Development
Something wild happened this morning. Bucket's CTO and co-founder, Ron '@roncohen' Cohen, who previously co-founded Opbeat and led engineering teams at Elastic, published a post on Trunk-Based Develop...
0 Read More

Progressive frustration

Just as usual, I wanted to work on a weekend project. I came up with a name. I registered a domain.I started with a new devbox because I like a clean install like that without requiring to run a whole...
0 Read More

Beware the Global Const

It is common wisdom in the programming world to discourage the use of global variables.1 It is bug-prone due to shared mutability across modules. It introduces implicit dependencies within interfaces ...
0 Read More