DEV Community

serge freight
serge freight

Posted on

Full-stack dev

I’m new in the industry, any tips where to start? I want to become a full-stack dev!

Top comments (2)

Collapse
 
dev_prince profile image
Royal Highgrass

Your first step would be to understand the differences between front-end & back-end development and having a firm understanding of both. That will help you avoid implementing things in the wrong way/place.

Next is to build competency by just simply writing code. Avoid copy and pasting code that you don't understand as much as possible. Writing the code yourself will always lead to a greater understanding of what it does and how it is doing it.

Finally, master error handling, bug fixing and edge case testing. Hope that helps and good luck on your journey.

Collapse
 
serge_freight_63f35512b27 profile image
serge freight

I appreciate that!