Ask HN: Are there any books or online courses that changed the way you program?
I am currently going through the course CS61B from UC Berkeley. The videos and assignments are open for the public. I am doing the Spring 2025 one. I haven't had a formal CS education.
The quality of the course blows my mind. I am fascinated. I want to learn more about CS and programming. I want to become a better engineer.
Which courses or books or topics should I study thoroughly? Can you provide links to the resources if possible?
2 comments
[ 1.5 ms ] story [ 26.5 ms ] threadNot exactly the material you queried into, but I have found being around the Go ecosystem to have been influential, legends of CS designed the language in the "service of software engineering"
Go has less fancy PL things, so the team can focus on making the more minimal set as good as they can, and the Go CLI comes with an amazing set of tools for the broader workflow in SDLC. There are some real gems in Go's source, check out some of the 'internal/' directories
Using python Dataclasses, modeling data flows neatly, and how to actually do https://functional-architecture.org/functional_core_imperati...