Why write?

I've been a software engineer for a while now, and throughout my career I've kept notes โ€” on architecture decisions, debugging sessions, tool configurations, and random things I've learned the hard way. Most of these notes lived in private docs that nobody ever saw.

This blog is my attempt to change that.

What to expect

I plan to write about:

  • Software architecture โ€” patterns, trade-offs, and real-world examples
  • Developer tooling โ€” editors, CLI tools, and productivity workflows
  • Programming languages โ€” deep dives into TypeScript, Go, Rust, and others
  • Career reflections โ€” lessons learned, mistakes made, and how I think about growth

A quick hello

Here's a classic to kick things off:

function greet(name) {
  console.log(`Hello, ${name}! Welcome to my corner of the internet.`);
}

greet('World');

If any of this sounds interesting, stick around. I'll be posting regularly โ€” and I'd love to hear from you if something resonates.

Thanks for reading! ๐Ÿš€