Full Stack 101
- Go through the first PART of Frontend Engineer roadmap, up to JS INTERMEDIATE (OOP and Basic Algorithms)
SQL BASICS
- Learn basics of SQL.
- Read about MYSQL vs Postgresql.
OS Basics and CLI
- Read about kernels
- Read about your favourite Operating System’s memory management.
- Get very comfortable around the command line!
WEB Security/Authentication
- Cookies
- Oauth
- HTTP Authentication
- JWT
- Token Authentication
RESTFUL APIs
- Read about the Cloud Computing
- CRUD
- Endpoints Output formats:
- JSON
- XML
- Plain Text
- HTTP status Codes.
CMS
- Learn Design Patterns*
- Pick a CMS:
- WordPress
- Drupal
- Contentful
- Umbraco
- …. etc
Framework
- Learn Design Patterns*
- Pick a framework compatible with your chosen language:
- Laravel
- Django
- Ruby on Rails
- Express.js
- ASP.net
- Spring
DEVOPS Basics
Read/study theoretical with basic practicality the following topics:
- Docker
- Nginx vs Apache
- Caching (Redis as an example)
- CDN (Content Delivery Network)