https://github.com/devbigboy/backend-roadmap
This is PHP Developer Roadmap. Following this path will guarantee to become a good PHP Developer.
https://github.com/devbigboy/backend-roadmap
css3 html5 https javascript laravel mysql php8
Last synced: 14 days ago
JSON representation
This is PHP Developer Roadmap. Following this path will guarantee to become a good PHP Developer.
- Host: GitHub
- URL: https://github.com/devbigboy/backend-roadmap
- Owner: DevBigBoy
- Created: 2023-10-15T10:39:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-28T15:36:39.000Z (over 1 year ago)
- Last Synced: 2024-12-27T03:16:15.418Z (about 1 year ago)
- Topics: css3, html5, https, javascript, laravel, mysql, php8
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# "Backend-Roadmap"
## Description
🚀 This repository shares ALL of the resources for learning How to Be a Backend PHP Developer
---
### âš™ Free Web Dev Tools
- 🔗 [Google Chrome Web Browser](https://google.com/chrome/)
- 🔗 [Visual Studio Code (aka VS Code)](https://code.visualstudio.com/)
- 🔗 [Live Server VS Code Extension](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)
- 🔗 [vscode-icons VS Code Extension](https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons)
- 🔗 [Github Themes VS Code Extension](https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme)
- 🔗 [W3C CSS Validator](https://jigsaw.w3.org/css-validator/)
- 🔗 [Specificity Calculator](https://specificity.keegan.st/)
- 🔗 [HTML Special Characters](https://unicode-table.com)
- 🔗 [Can I Use](https://caniuse.com/)
- 🔗 [Setup VSCode for Laravel Development](https://bit.ly/3R6lJXC)
---
### How Internet & Websites works
### Browser/Server request flow, HTTP Protocol, Status codes
- 🔗 [HTTP fundamentals For Developers](https://www.youtube.com/playlist?list=PLrwRNJX9gLs1Wj72mMEjGrc1wheja1txl)
### Basics of HTML/CSS
| Resource Name | Resource |
| ------------------------------------------------- | ------------------------------------------------------------------------ |
| HTML Tutorial for Beginners [English] | https://www.youtube.com/watch?v=kUMe1FH4CHE&t=1534s |
| CSS Crash Course For Absolute Beginners [English] | https://www.youtube.com/watch?v=OXGznpKZ_sA&t=681s |
| HTML & CSS First-Part [Arabic] | https://www.youtube.com/playlist?list=PLtFbQRDJ11kEaYTCQOy6KlmosZsujMquy |
| HTML & CSS Second-Part [Arabic] | https://www.youtube.com/playlist?list=PLtFbQRDJ11kFQdohqPO8yIE1Wx9s4g2ts |
### Basics of JavaScript
### Database Design
| Resource Name | Resource |
| -------------------------------- | ---------------------- |
| Building with Databases (Arabic) | https://bit.ly/3ValmMD |
### Introduction to Databases
| Resource Name | Resource |
| -------------------------------------- | ------------------------------------------------------------------------ |
| MySQL Tutorial for Beginners [English] | https://youtu.be/7S_tz1z_5bA |
| PHP MySql Tutorial [Arabic] | https://www.youtube.com/playlist?list=PLrwRNJX9gLs0WoqIcfdmI0wYOmxpE7JEZ |
| PHP MySql Tutorial [Arbic] | https://www.youtube.com/playlist?list=PLe_UJpVeP8qCHeTPVPc2gQXuQr7AniUbn |
| MySQL Database Mohammed Safadi | https://bit.ly/3WGEjbO |
### Version Control System (Git & Github)
| Resource Name | Resource |
| -------------------------------- | ---------------------- |
| Git and GitHub - شخبط وانت متطمن | https://bit.ly/4e96G9o |
### Getting Familiar with PHP: Syntax, functions, dates, JSON, File System, CURL.
| Resource Name | Resource |
| ----------------------------------------------------- | -------------------- |
| PHP Tutorial for Absolute Beginners [English] | https://rb.gy/oqpucy |
| Full PHP Tutorial For Beginners & Advanced [English] | https://rb.gy/c8ww7d |
| PHP 5.6 and MySQL 5.7 with eng.Mohamed yahia [Arabic] | https://rb.gy/qeaj7n |
| PHP 8 Bootcamp 2024 By Php Anonymous [Arabic] | https://rb.gy/0qa0va |
### Understanding Composer
### PHP beginner projects
### Build custom MVC Framework
### Object Oriented PHP
### What is API
### Design Patterns
### Laravel
### Laravel Packagies
| Resource Name | Resource |
| ----------------------------- | ---------------------- |
| Laravel Livewire v3 [English] | https://bit.ly/4bSGrlB |
### Docker