0% found this document useful (0 votes)
4 views6 pages

Planning de Formation en Nodejs - Git - React JS - Sheet1

Download as pdf or txt
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 6

Documentation Temps réqui (jour) Statut

Installation

Tutorial

Node docs : Usage and example

Event loop

1- Formation Node Best practice 1.5

Installation

Getting started

Routing

Middleware

2- Formation Expressjs API Client : Insomnia or Postman 1.5

3- Formation Prisma(ORM) Documentation 1

6- JSON Web Token Authentication Tutorial 1


Git (utiliser sourcetree) Documentation Temps réqui (jour) Statut

1- Comprendre la notion de gestion des versions des codes What is Git?

Repositories

Updating Repositories

Commits

2- Apprendre les notions de base pour Git(commandes) Branches 0.5

3- Installation de sourcetree Sourcetree

0.5
Remarques / Questions

Remarques / Questions
Configuration

La gestion des fichiers, commits, branches 0.5

Consulter le document récapitulatif : Anypli Git Flow Document


React JS Documentation Temps réqui (jour) Statut

1- Comprendre les notions de base de ES6 => (ReactJs) https://www.javascripttutorial.net/es6/ 0.25

2- ReactJs + Typescript Installation https://create-react-app.dev/docs/adding-typescript 0.25

3- Les props , Les states => (ReactJs) https://reactjs.org/docs/components-and-props.html 0.5

4- Les cycles de vie des components => (ReactJs) 0.5

5- Higher-Order Components => (ReactJs) https://reactjs.org/docs/higher-order-components.html 0.5

6- react router https://www.npmjs.com/package/react-router-dom 0.5

7- Hooks (useState, useEffect, Custom hooks) => (ReactJs) https://reactjs.org/docs/hooks-intro.html 0.5

8- Redux | Redux thunk (Redux Hooks: useSelector, useDispatch ) => (ReactJs + React native ) https://react-redux.js.org/introduction/quick-start 0.5

9-React Ui material library https://mui.com/getting-started/installation/ 0.5

10- Cache busting 0.5

11- Redux toolkit https://redux-toolkit.js.org/introduction/getting-started 1

12- RTK query react https://redux-toolkit.js.org/rtk-query/overview 2

13- React hook form https://react-hook-form.com/get-started 1

14- ZOD (for validation) https://zod.dev/ 0.5


Remarques / Questions
SYMFONY
Entities (models) https://symfony.com/doc/current/doctrine.html#creating-an-entity-class
https://symfony.com/doc/current/doctrine.html#migrations-creating-the-database-tables-schema
Migrations https://symfony.com/doc/current/doctrine.html#migrations-adding-more-fields
Datafixtures (seeders) https://symfony.com/bundles/DoctrineFixturesBundle/current/index.html#writing-fixtures
Doctrine Associations / Relations https://symfony.com/doc/current/doctrine/associations.html
Routing https://symfony.com/doc/current/routing.html#creating-routes
https://symfony.com/doc/current/doctrine.html#persisting-objects-to-the-database
https://symfony.com/doc/current/doctrine.html#fetching-objects-from-the-database
https://symfony.com/doc/current/doctrine.html#updating-an-object
Controllers (CRUD) https://symfony.com/doc/current/doctrine.html#deleting-an-object
Repositories https://symfony.com/doc/current/doctrine.html#querying-for-objects-the-repository
Validation https://symfony.com/doc/current/doctrine.html#validating-objects
Query builder https://symfony.com/doc/current/doctrine.html#querying-with-the-query-builder

You might also like