https://remoteindian.com/ logo
#book-club
Title
# book-club
m

miniature-exabyte-51670

11/06/2021, 5:26 PM
What books would you recommend to a developer(primarily FE) which would help in career growth? I’m reading The Pragmatic Programmer right now.
b

broad-receptionist-41400

11/06/2021, 5:51 PM
Mythical Man Month! The Phoenix Project & The Unicorn Project
f

flat-morning-91037

11/06/2021, 5:51 PM
One book I'd suggest is Clean Code, it isn't frontend development centric but will help you be a better developer in general. There are plenty of books focused on JS, and I've not read any of them, what I read instead are blog posts in places like Smashing Magazine, HTML5Rocks (now obsolete), CSS-tricks, and other similar places. Thing about frontend development is that it is very rapidly changing domain, so you either move fast to match it, or you learn stuff as you need. 🙂 On a side note, reading implementations of existing frontend projects that you admire would help you grow the most.
1
b

broad-receptionist-41400

11/06/2021, 5:54 PM
If you are interested in broadening your skill set to systems and the back end, the book "Operating Systems: Three Easy Pieces" is one of my most favorite computer science books. It is an amazing book teaching how an operating system works!
1
congaparrot 1
a

able-xylophone-142

11/07/2021, 1:13 AM
1. Clean code 2. Refactoring 3. Working effectively with legacy code. My 70-80% part of development always fall into this 3 books.
3
h

happy-teacher-99991

11/08/2021, 6:17 AM
Thanks for this thread 🙂
d

dazzling-author-99268

11/08/2021, 6:42 AM
1. Debugging CSS by Ahmad Shadeed 2. Every Layout by Andy Bell 3. Refactoring UI by Adam Wathan 4. YDKJS by Kyle Simpson
❤️ 1
w

witty-air-63049

11/23/2021, 5:43 PM
^+100 for Every Layout and YDKJS. There’s a course on Frontend Masters for YDKJS.