Member-only story
5+ tips for you, if you’re just started as a developer.
I’ve been a developer since 2017 on and off although I’m not doing it full time there are some mistakes and things that I learned along the way.
1. Master the basics
Learning new tools in the industry is much easier if you understand the basics well. Once you know well what programming is and how it works under the hood, you can learn pretty much every language or new tech stack real quick as they are essentially variations of these core principles.
2. Learn others’ code
Try to read or learn others’ code. Especially when you find a well-documented project. Understand how they write something that looks impossible to create. it might surprise you how easy some of the solutions are. So you will learn and copy, not just copy their solution blindly.
3. Explore new technology
It’s crucial not to become overly attached to any single technology, and this is especially true for programming languages. The tech landscape is constantly evolving, with new languages, frameworks, and tools emerging regularly.