Giter Club home page Giter Club logo

roadmap-dev-symfony's Introduction

💫 About Me:

🚀 Créateur de contenu, de formations et de solutions pour le web.
✋ Je suis Yoan Bernabeu, Développeur Web Freelance, Formateur indépendant & Youtubeur !

🌐 Socials:

Instagram LinkedIn Twitter YouTube

💻 Tech Stack:

HTML5 PHP Netlify Scaleway Heroku Symfony TailwindCSS Bootstrap Webpack NPM SASS Strapi Apache Nginx MariaDB MySQL Postgres Supabase SQLite Redis Canva Docker ESLint Postman Notion Trello

📊 GitHub Stats:




roadmap-dev-symfony's People

Contributors

abhas-dev avatar archistico avatar arvodia avatar david-moisan avatar gorskianthony avatar jimmy-martin avatar jonathanbouygues avatar kikk01 avatar leknoppix avatar leobatouxas avatar levure avatar ludoguenet avatar maitrepylos avatar nasrbechir avatar pbarbey avatar phiphou avatar proglab avatar rayekov avatar remi-3w avatar sebius77 avatar tefdesign avatar yoanbernabeu avatar zebrenoir avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

roadmap-dev-symfony's Issues

Création de la structure générale et de l'ordre des sections

Avant d'aller plus loin dans l'ajout de contenu, si vous passez par ici, et que vous souhaitez contribuer au projet, la priorité du moment c'est de figer la structure globale de la roadmap en terme d'arborescence.

Pour le moment, la structure proposée est la suivante :

  • Culure Générale Informatique
    • Introduction
    • Histoire de l'informatique
    • Un ordinateur
    • La base des réseaux
    • La base d'internet
  • Connaissances de base
    • Les bases de l'algorithmie
    • Les grands principes du développement
    • La base des APIs
  • Découvrir PHP
  • Découvrir Symfony
  • Notions Système
    • Linux
    • Docker
  • Outils
    • Git

N'hésitez à proposer des ajouts ou modifications sur cette arborescence.
Gardons à l'esprit l'objectif de guider des débutants dans leur apprentissage du développement et en particulier avec Symfony.

Les bases de JavaScript

01-qu'est-ce que le Javascript
02-les versions du JS
03-les variables en JS
04-les structures conditionnelles
05-les fonctions
06-gestion des événements
07-POO avec JS
08-la gestion Asynchrone
09-la gestion du DOM
10-JS et l'AJAX
11-Et le JSON ?
12-Pour aller plus loin...

Les boucles

  • La boucle for
  • La boucle foreach
  • La boucle while
  • La boucle do...while

FAQ ficher readme

Petite question parce que je suis nulle en git

Après avoir fait le fork, pour syncroniser mon git avec les modifications faites sur ton depot: ce sont ces passages a faire?

// Setup
git remote add upstream https://github.com/yoanbernabeu/Roadmap-Dev-Symfony.git
git remote -v

// Recupération
git fetch upstream

// Maintenant nous avons la branche upstream en local, upstream/main
git branch -va

// Fusionnement
git checkout main
git merge upstream/main

C'est correct?

GIT

Commandes GIT de base

  • Git config
  • Git init
  • Git add
  • Clone git
  • Git commit
  • Git status
  • Git push
  • Git checkout
  • Git remote
  • Git branch
  • Git pull
  • Git merge
  • Git diff
  • Git tag
  • Git log
  • Git reset
  • Git rm
  • Git stash
  • Git show
  • Git fetch
  • Git ls-tree
  • Git cat-file
  • Git grep
  • Git gc
  • git archive
  • Git prune
  • Git fsck
  • Git rebase

Show bundle lists

Hello @yoanbernabeu,

I wanted to propose the idea of showing some bundles accessible for beginner/Pro. Or a few bundles that would make you want to use it in other projects a bit more advanced.
Choose for example 5/10 of them.

By explaining in detail some point (idea):

  • explain how the bundle works.
  • Show a diagram of the bundle
  • Show the positive and negative points of the bundle.
  • Explain in more detail how to integrate it in Symfony
  • Contribute to a bundle if you find a problem
  • Why choose this bundle, and not another one that offers the same solution

Site 1 of ideas
Site 2 of ideas

Thanks
Grezor

Le paradigme MVC

  • Modèle (Entity.php)
  • Vue (base.html.twig)
  • Contrôleur (Controller.php)

Linux, docker, PHP, SQL, Symfony

Alors, j'ai essayé de mettre les bases et ce qu'il est le minimum.
Dites-moi quelque chose :)
Ciao
Emilie

LINUX

  • Installation
  • Les commandes de base
  • man
  • echo
  • pwd | cd | mkdir
  • ls
  • les noms des fichers et touch | cat
  • cp | mv
  • rm | rmdir
  • locate | find
  • grep
  • sudo | chmod | chown | useradd | userdel
  • df | du
  • head | tail | diff
  • jobs | kill | top
  • history
  • ping | wget | curl
  • tar | zip
  • vim | nano

DOCKER

  • Installation d'un poste dev avec APACHE, PHP, SQL, SYMFONY

PHP

  • Fonctions magiques
  • Object Oriented Programming
  • Namespaces
  • Interfaces
  • Fonctions anonymes
  • Closures
  • Abstract classes
  • Exception et gestion des erreurs
  • Traits
  • PHP extensions
  • PSR
  • Design pattern

SERVER WEB

  • APACHE
  • NGINX
  • Fonctionnement
  • Configuration

SQL

  • Fonctionnement
  • Create DB
  • Create Table
  • Data types
  • Not Null
  • Unique
  • Primary Key
  • Foreign Key
  • Select | Distinct | Where
  • And & Or
  • Order By
  • Insert | Update | Delete
  • Like
  • Wildcards
  • In | Between
  • Alias
  • Joins
  • Union
  • Fonctions: count | first | last | max | min | sum | now
  • Group By
  • Having

HTTP

  • Client / Server interaction
  • Status codes (2xx, 3xx , ...)
  • HTTP request | response | methods
  • Cookies
  • Caching
  • Content negotiation

SYMFONY

  • Symfony Architecture | Flex
  • Components
  • Bridges
  • Request handling
  • Exception handling
  • Event dispatcher and kernel events
  • Best practices
  • Naming conventions
  • Debug bar

SYMFONY CONSOLE

  • Built-in commands

SYMFONY CONTROLLERS

  • Naming conventions
  • AbstractController
  • Request
  • Response
  • Cookies
  • Session
  • Flash messages
  • HTTP redirects
  • Redirects interne
  • Gestion des pages 404
  • File upload

SYMFONY ROUTING

  • Fonctionnement
  • Configuration (YAML, XML, PHP & annotations)
  • Les valeurs par default
  • Parameters
  • HTTP methods matching
  • Debug des routes

SYMFONY TWIG

  • Concepts
  • Loops | Conditionals
  • Variables | Expressions
  • Functions
  • Operators
  • Template inheritance
  • Global variables
  • Filters | functions
  • URLs generation
  • Translations and pluralization
  • String interpolation
  • Assets management

SYMFONY FORMS

  • Creation
  • Gestion
  • Form types
  • Utilisation de Twig
  • Forms theming
  • CSRF
  • File upload
  • Built-in form types
  • Data transformers
  • Form events
  • Form type extensions
  • Picker JS

SYMFONY DOCTRINE

  • File .env.local
  • Creation de la BDD
  • Entities
  • Migrations
  • ...

SYMFONY INJECTION DE DEPENDENCES

  • Service container
  • Configuration des parameters
  • Services registration
  • Tags
  • Factories
  • Compiler passes
  • Services autowiring

SYMFONY SECURITY

  • Authentication
  • Authorization
  • Configuration
  • Providers
  • Firewalls
  • Users
  • Passwords encoders
  • Roles
  • Access Control Rules
  • Guard authenticators
  • Voters and voting strategies

SYMFONY CACHE

  • Cache types (browser, proxies and reverse-proxies)
  • Expiration | Validation
  • Client side caching | Server side caching

SYMFONY TEST

  • PHPUnit
  • Tests unitaires
  • Tests fonctionnels

SYMFONY MISE EN PRODUCTION

  • Choix du server
  • Deploy avec un shared hosting bas prix (sans SSH)
  • Deploy sur hebergeur avec acces SSH
  • Deployment best practices
  • Ficher .env
  • Configuration Base de données
  • Configuration mailer

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.