DEV Community

William Paray
William Paray

Posted on

Help!!! Please?

Hey anyone has any code book recommendations for me to read ?

Top comments (13)

Collapse
 
ben profile image
Ben Halpern

Design Patterns is a great one

Collapse
 
kurealnum profile image
Oscar

Reading this right now, really useful resource.

Collapse
 
besworks profile image
Besworks • Edited

I would reccomend Interface Oriented Design by Ken Pugh. It's a little bit dated but still very relevant.

Collapse
 
daedrics profile image
Maru

Clean Code from Robert C. Martin.

is basically a guide to writing code that doesn’t make you (or others) cry later. It’s all about keeping things simple, readable, and not a total mess, highly recommend

Collapse
 
link2twenty profile image
Andrew Bone

Depending on what sort of Development you want to get into Learning Patterns is good and free (for online reading).

Collapse
 
nevodavid profile image
Nevo David

I always end up just googling stuff when I get stuck, never made it through a code book tbh

Collapse
 
besworks profile image
Besworks

Another good one is Game Programming Patterns which you can read entirely free.

Collapse
 
avanichols_dev profile image
Ava Nichols

Depending on your level you might find this helpful:

amazon.com/Philosophy-Software-Des...

Collapse
 
psychosynthesis profile image
Nick

MDN Web Docs

Collapse
 
grahamthedev profile image
GrahamTheDev

What are you interested in? What stage of learning are you at?

Hard to give a recommendation without knowing those things as you may want to do backend and I recommend a frontend book, you may want to do Machine Learning and I recommend a CSS book etc.

If you aren't sure what you want to learn about yet I would suggest sticking with articles and small tutorials until you get stuck on something (or find something interesting) and want to learn it more deeply.

Collapse
 
william_paray_e9bded02068 profile image
William Paray

I just finished learning html,css, JavaScript and bootstrap
I am interested in learning more about full stack development like the framework

Collapse
 
santiaghou profile image
Filipe Santiago Santos • Edited

Some comments may only be visible to logged-in visitors. Sign in to view all comments.