From my experience, a lot of devs who work in a full stack roles are stronger as backend devs but they have some basic understanding of how to build a frontend in one of the popular frameworks, such as React. If we are working with a good designer this is usually enough, but having a simple mental modal for how to make something look good really goes a long way. The way that this book was written gave me a good grasp of this by explaining it in a way similar to how I’d think about software (as opposed to being more vague and abstract, which a lot of design books aimed at designers tend to be).
Which books, courses, projects have improved your programming skills immensely?
11–20 of 24 posts
Re: Which books, courses, projects have improved your programming skills immensely?
#12Not programming skills related, but sometimes I read this blog in order to be more up-to-date: https://www.ratherlabs.com/blog
Re: Which books, courses, projects have improved your programming skills immensely?
#13Re: Which books, courses, projects have improved your programming skills immensely?
#14SICP is almost like a religious book to me.
Re: Which books, courses, projects have improved your programming skills immensely?
#15Re: Which books, courses, projects have improved your programming skills immensely?
#16We have this strange paradigm where we’re expected to do the learning on our own time with our own money. If companies don’t let us learn while working, everything should switch to co-ops.
The extra learning that I do outside of work hours is all for me, keeping my skills up to date means that I've got a lot more options available if I need to move jobs.
Re: Which books, courses, projects have improved your programming skills immensely?
#17It depends on what are you vision of the "programming skills" and how you define a "better programmer". There is so much area of expertise to master them all.. You seems to have a certain inclinaison for scientific programming. I suppose it's in this area that you want to have better programming skill. The book that I heard a lot about is the following one (it's on my shelf) : - The Art of Computer Programming, Volum…
I'd add to 97 things every programmer should know, there is also a '97 things every architect should know', which is just as good.
Re: Which books, courses, projects have improved your programming skills immensely?
#18Re: Which books, courses, projects have improved your programming skills immensely?
#19We have this strange paradigm where we’re expected to do the learning on our own time with our own money. If companies don’t let us learn while working, everything should switch to co-ops.
Re: Which books, courses, projects have improved your programming skills immensely?
#20For programming, books like "Clean Code" by Robert C. Martin and online courses like Codecademy's interactive lessons have been game-changers. Working on open-source projects and collaborating on platforms like GitHub has also turbocharged my learning. Remember, it's not just about quantity but finding quality resources that resonate with your learning style. Not programming skills related, but sometimes I read this…
It's probably time to stop recommending Clean Code - https://qntm.org/clean
Long discussion at https://news.ycombinator.com/item?id=27276706