1 min read#meta#career
Hello, world — why I'm starting this blog
The obligatory first post: what this blog is for, what I'll write about, and why writing in public matters for engineers.
Every engineer eventually hears the same advice: write in public. This is me finally taking it.
What to expect here
I plan to write about three things:
- Engineering notes — problems I hit at work and how I solved them
- Tooling — editors, CLIs, and workflows that actually save time
- Career — what I learn about growing as a software engineer
Why write at all?
Writing forces clarity. If I can't explain a solution in a few paragraphs, I probably don't understand it yet. A blog is also a public notebook — six months from now, the person most likely to need these notes is me.
// The whole plan, as code:
const blog = {
cadence: 'when I have something worth saying',
language: ['en', 'uz'],
topics: ['engineering', 'tooling', 'career'],
}
A note on the two languages
I write in English and Uzbek. Not every post will be translated — each language gets the posts that make sense for its audience.
See you in the next post.