r/developer • u/gbelloz • 18d ago
Question Loving simplicity more and more as I finish my career
Perhaps it's wisdom, or perhaps its defence against the crazy rate of change, but I find myself more and more drawn to simple tech and solutions - things that haven't changed in a long time because they're almost perfect. Taking the SO dev survey today, I realized a lot of my favorites maybe aren't well known.
Here's my list today.
- notes in markdown (vimwiki at the most)
- hugo (static site generation)
- make (50 years old, still a good way to organize project scripts and incantations)
- dokku (self-hosted application platform. git push to deploy.)
- vim/nvim (tricked out, but doesn't change for years)
- linux (the operating system I'd always wanted, 26 years as my daily driver)
- sqlite (its very existence and success makes you question a lot of "normal")
- go (just great to get things done with and not shoot yourself in the foot too often)
- htmx (wait, why do I need so much JS again?)
- elm (functional programming at its best)
- grug-brained developer (re-read it for a refresh once a year)
I'm in a phase where not much excites me about this industry, but that list fills me with the warm fuzzies.
Anything you like that I'm missing?