Backend-Roadmap-2022
Backend-Roadmap-2022 copied to clipboard
Roadmap For Backend Development in 2022
Backend Roadmap 2024
Video for Roadmap Clarification
๐ฝ๏ธ CIS Campus 2022 Backend Video

General Index:
๐ Entry - Computer Science Essentials & Basics
๐ Beginner General
๐ Beginner & Intermediate Web Technologies
๐ Intermediate & Advanced General
๐ Interview Preparation
Entry - Computer Science Essentials & Basics:
Notes:
1. Don't study this section sequentially, study all topics altogether at the same time.
2. Before you start, you should know that you are going to learn a lot of things about computer science.
3. DON'T GO AND RUSH TO A TECHNOLOGY!
Introduction to Computer Science
Introduction to Computer Science
There are two great courses, One provided by MIT, the second provided by Harvard
both are great!
๐น Introduction to Computer Science and Programming Using Python
OR
๐น CS50's Introduction to Computer Science
please note that you can audit the course and take it for free!
please note that you can use subtitle if you find it hard to understand only in english
_If you want CS 50 Translated
Data Structure and Algorithms
Videos
๐น Data Structures Easy to Advanced Course - Full Tutorial from a Google Engineer
OR
๐น Data Structures Full Course In Arabic
Books
Introduction to Databases
Videos
๐น SQL Tutorial - Full Database Course for Beginners
๐น MySQL Tutorial for Beginners [Mosh]
๐น Database Design Course - Learn how to design and plan a database for beginners
OR
๐น ู ูุฑุฑ ุฃุณุงุณูุงุช ููุงุนุฏ ุงูุจูุงูุงุช - DB 1
๐น ู ูุฏู ุฉ ุงูู ููุงุนุฏ ุงูุจูุงูุงุช - ู ูุงุฑุงุช ุชู
Books
๐ First 6 Chapters of Fundamentals of Database Systems Seventh Edition
Introduction to Operating Systems
Videos
- CS 162, 2019, UC Berkeley - This is very comprehensive course, it's okay if you study it along with the other materials. ๐น Videos
๐ Resources
Books
๐ Introduction to Operating System Design and Implementation - Entry Level
OR
Beginner General
๐ UML & Modeling - Requirements Analysis
๐ Development Tools & IDEs
๐ Introduction To Web Development
๐ Frontend Basics
UML & Modeling - Requirements Analysis:
Notes:
you should never start coding without first thinking and modeling what you will actually be coding.
Software Requirements Analysis & UML
Articles
๐ Software Requirements Analysis with Example
๐ User Stories | Examples and Template | Atlassian
Videos
๐น UML Diagrams Full Course (Unified Modeling Language)
๐น UML 2.0 Tutorial
Books
๐ UML Distilled
Development Tools & IDEs:
Introduction To Web Development:
How Internet Works?
Basics of API and REST architectural style
๐น What is an API
Basics of Web Development
๐น Harvard - Web Basics
Backend Group Video
Frontend Basics:
Javascript & Ajax & JSON
๐น JavaScript Intro - English
๐น AJAX Crash Course - English
๐น JSON Crash Course - English
OR
Beginner & Intermediate Web Technologies:
- Choose only one of the following options.
- Consider the job market requirements when making your choice.
- While Laravel and PHP are recommended for those in Egypt, it's still essential to search employment websites to determine the current demand for tech stacks before making a decision.
- Keep in mind that stack requirements may vary in different regions
๐ Laravel & PHP
๐ Django & Python
๐ ASP.net & C#
Laravel & PHP:
Beginner:
PHP - Baiscs
๐น Getting to know the basics - PHP 8 - Arabic
OR
๐น Getting to know the basics - PHP- FreeCodeCamp - English
PHP - OOP
Videos:
Choose at least two
๐น OOP - Arabic
๐น OOP - English
๐น OOP - English
Books:
PHP - MVC
๐น Getting to know the basics - English
OR
๐น PHP MVC project in arabic
AND
Note that It is a very important Course, you should see it even you watch either of the previous ones.
Laravel Basics
Videos
Laravel Projects
After you finish, Watch & Apply in section number 14 in this playlist
- ๐นย laravel 6 from scratch
After you implement Tweety app (in the laravel 6 series) you will follow these tutorials for more projects
After you finish, It's time to finish things on your own with two projects:
๐๏ธย Project 1:
Use thisย documentย as reference to system requirements and build your own system.
๐๏ธย Project 2:
Use aย design templateย and turn it to a complete website:
๐๏ธย Project 3:
Build a website to show your cv where you can add your works, services, portfolio, biography and all to be controlled using a dashboardย you can use any of these templatesย :
Admin Panels
Note that admin dashboard is required - you may useย Filamentย or you can use any other dashboard you like.
๐นย ย Laravel Filament Full Tutorial
๐นย ย Laravel Filament Roles and Permissions Full Tutorial
Laravel API
๐นย ย Laravel API - 1
๐นย ย Laravel API - 2
๐นย Laravel API & Sanctum Authentication
๐นย Laravel API Crash Course
now you must have basic understanding to the framework that could get you to the next level
Laravel API Projects
Intermediate:
Read about Laravel best practices & Tips
Laravel Advanced Concepts
Mastring ORM: Paid
Laravel Testing
๐น Laravel Testing - LaravelDaily
๐น Laravel Testing - Laracasts
OR
๐น Laravel Testing
after you finish those try this framework for easier testing:
PEST framework:
๐น Learn PEST
Laravel package development
Django & Python:
Beginner:
Python - OOP
Django - Basics
Django - Projects
๐น Build a Social Media App with Django
๐น How to Build an E-commerce Website with Django and Python
Intermediate:
Django - Testing
Django - ORM
ASP.net & C#
Beginner:
C# - Baiscs
๐น C# - FreeCodeCamp - English
๐น Learn C# Programming โ Full Course with Mini-Projects - FreeCodeCamp - English
๐น C# - Mosh - English
OR
C# - OOP
Asp.net - Basics
๐น C# Full Course - Learn C# 10 and .NET 6
๐น Introduction to ASP.NET Core MVC in C# plus LOTS of Tips - IAmTimCorey
๐น ASP.NET Core Tutorial โ Beginner to Advanced Projects - freeCodeCamp
ASP.net - Projects
๐น Create a C# Application from Start to Finish - IAmTimCorey
ASP.net - API
๐น Industry Level REST API using .NET 6 - Freecodecamp - English
Intermediate:
Useful ASP.net Package
Best Practices
๐น Best Practices for Building Async APIs with ASP.NET Core
ASP.net Testing
๐น ASP.NET Core C# - Unit Testing, Mocking, Integration Testing
ASP.net Different topics
ASP.net Advanced topics
Intermediate & Advanced General:
๐ Dive Into More Computer Science Essentials
๐ Write Great Software
๐ Integration and Deployment
Dive Into More Computer Science Essentials:
More Data Structures and Algorithms
More Database Systems
๐น Intro To Database Systems - CMU
๐น MySQL for Developers In Depth - English
๐น Advanced Database Systems - CMU
๐ Designing Data-Intensive Applications (book) - Graduate level)
๐น Designing data intensive applications chapter summary playlist - English
๐น Designing data intensive applications chapter summary playlist - Arabic
Operating Systems
Distributed Systems
๐น Distributed Systems University of Cambridge - Martin Kleppmann
๐ Lecture Notes
Web Application Security
Write Great Software:
Object-Oriented Analysis and Design
Design Patterns & SOLID Principle
Books
๐ Head First Design Pattern 2nd Edition
Videos
๐น Mosh Design Pattern
๐น Arabic Creational Design Pattern
๐น Arabic Structural Design Pattern
๐น Arabic PHP Design Pattern
๐น Head First Design Pattern As an English Playlist
Website
๐๏ธ Refactoring GURU Design Pattern
Articles & Repos
Integration and Deployment:
Cloud
๐น AWS - Free Code Camp
Interview Preparation:
Interview Questions
๐น Software Engineering Full Mock Interview - freeCodeCamp
๐๏ธ Backend Interview Questions - Fullstack Cafe
๐๏ธ Laravel Interview Questions - Guru99
๐๏ธ Laravel Interview Questions - Java Point
Resume & CV
Harvard resources
๐ Resume & Cover Letter Tips and Templates
๐ Document on CVs and Cover Letters
Websites
๐๏ธ A GOOD Resume - Career CUP