7 Basics I see every Junior dev should master
After trained 10+ Juniors in past 5 years, I keep seeing most of them repeat these mistakes again and again .
Git
These commands are something you need to type hundreds of times a week.
Master it. you have to .
Beside the commands, make sure you understand how git works: branches ,rebase, pull-push, fetch, rebase , cherry-pick, squash etc.
Be used to code conflicts (It happens very often), and resolve them well . If you not sure, contact the person…