After a career as a webdev using the things we were supposed to use, going through PHP, then Ruby on Rails, then Node.js, then Golang, then Python/Flask - and the same on frontend: Mootools, then jQuery, then Angular, then React… I took the opportunity of working on my own business with nobody to tell me what to do to go barebone.
I'm now using C/CGI for my backends, and vanilla HTML/JS/CSS for my frontends (and SQLite for my data). No more rewriting perfectly working code because some dependencies introduced breaking changes or went unmaintained, or because the codebase is written using last year trend and we're not real professionals if we're not using this year trend. I write features built on standards, and I only need to change them if there is a bug or I want to actually change the feature. And everything is darn simple. Never been happier.