I’m new in the industry, any tips where to start? I want to become a full-stack dev!
For further actions, you may consider blocking this person and/or reporting abuse
I’m new in the industry, any tips where to start? I want to become a full-stack dev!
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
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.
I appreciate that!