Holy Grail of Code: The Essential Junior Developer Guide.
If you’re hungry to learn, you will devour every line of this amazing roadmap. To get started, what interests you the most? Front end or back end development? or would you like to be a full stack developer? Begin with one side and then over time work toward being full stack. Or study it all starting now.
Prerequisites
Install IDE’s such as VS code and VS studio, as well as the text editors vim or emacs. Use this guide to use VS code, and give extra attention to the section titled “Editing Hacks.”
While learning to code study a style guide for proper code formatting. Learn git and version control. And learn debugging techniques.
The Magnificent Seven
In this guide, we’re going to discuss seven of the most important programing languages.
- HTML
- CSS
- JavaScript
- React
- Python
- PHP
- SQL
For front end development we have HTML, CSS, JavaScript and React.
HTML, CSS and JavaScript build the visual elements of a website. This video is a good introduction to HTML and…