I'm a bit confused by them publishing their personal essays on their htmx project page. This essay certainly doesn't have anything to do with htmx directly. Either way, valuable content and possibly their strategy to get people to htmx, or reuse a domain and website they already have.
Programming
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
As a senior software engineer, I enjoyed the article and agree with the sentiment with regards to education (learning is good).
That being said I don’t think I’d recommend to a friend or family member that they go into this field. The job market for juniors is terrible and companies are much more inclined to believe AI can do it better for cheaper - even at the expense of never teaching the next generation of senior engineers.
Personally, I feel more burnt out than ever reading dozens of low quality PRs every day from juniors who clearly do not know what mistakes to look for. All comments by seniors on PRs are addressed by the AI as well so the traditional feedback <-> learning seems broken - particularly in remote work.
I tell children to learn an artisanal trade they can do with their hands and an artistic skill.
yeah anyone getting into programming now is going to have a vastly different experience than those of yore.. it is now about mass reviewing shit code and guiding AIs to do something less stupid (next to impossible)
The question is more "considering the state of the world and the reality of computer programming job, should I consider becoming programmer" and the answer is no.
Thanks for the recommendation, the article is interesting and gives me some hope.
The idea that everyone should code is silly but like anything if you are good at it and enjoy it then do it. Now I would say do as much math as you can handle and take an elementary logic class along with class that goes through major philosphical thought if you can. Also liberal arts is good for a broad education although large colleges with stadium classes to fill reqs is not so great.
IMO in the same way everyone learns arithmetic but doesn't necessarily go into mathematics or finance, I think everyone should learn basic logic and coding, enough to basically use spreadsheet formulas, which is a half step away functional programming. (I'm pretty sure Excel even supports named functions and lambdas)
im 100% on elementary logic as it has very braod value across domain. Some majors in my college had reqs that was math or computer science which makes sense to me. I do feel that before people learn coding in general the initial classes should introduce flowcharting as well.