|
20 | 20 | - [Project management](#project-management)
|
21 | 21 | - [Security](#security)
|
22 | 22 | - [Version control (git)](#version-control-git)
|
23 |
| - - [Topics specific to Gens de Confiance](#topics-specific-to-gens-de-confiance) |
24 | 23 | - [Other lists](#other-lists)
|
25 | 24 |
|
26 | 25 | <!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
@@ -276,23 +275,10 @@ Advanced topics:
|
276 | 275 | - `git revert`
|
277 | 276 | - The dangers of `git push --force`
|
278 | 277 |
|
279 |
| -### Topics specific to Gens de Confiance |
280 |
| - |
281 |
| -- Learn PHP |
282 |
| - - [PHP basics](https://www.php.net/manual/en/language.oop5.basic.php) |
283 |
| - - [Free interactive PHP tutorial](https://www.learn-php.org/) (basics) |
284 |
| -- Learn Symfony (we recommend the docs + short videos) |
285 |
| - - Read the [docs](https://symfony.com/doc/current/index.html) |
286 |
| - - Read the [book](https://symfony.com/doc/current/the-fast-track/en/index.html) |
287 |
| - - 🎞 [1H pour comprendre le framework Symfony](https://youtu.be/UTusmVpwJXo) |
288 |
| - - 🎞 [SymfonyCasts](https://symfonycasts.com/) (some videos are behind paywal, but the text is always below) |
289 |
| - - 🎞 [Deep dive into Symfony 4 internals](https://www.youtube.com/watch?v=pz6VdH4_BSg&ab_channel=fwdays) |
290 |
| - - 🎞 [SymfonyTv](https://www.youtube.com/c/SymfonyTv/videos) |
291 |
| - - 🎞 [Formation Symfony 4 par l'exemple](https://grafikart.fr/formations/symfony-4-pratique), Grafikart |
292 |
| - |
293 | 278 | ## Other lists
|
294 | 279 |
|
295 | 280 | - [The Missing Semester of Your CS Education](https://missing.csail.mit.edu/) (MIT).
|
296 | 281 | - [What every computer science major should know](http://matt.might.net/articles/what-cs-majors-should-know/)
|
297 | 282 | - [Teach Yourself Computer Science](https://teachyourselfcs.com/)
|
298 | 283 | - https://github.com/charlax/professional-programming
|
| 284 | +- [microsoft/Web-Dev-For-Beginners](https://github.com/microsoft/Web-Dev-For-Beginners): 24 Lessons, 12 Weeks, Get Started as a Web Developer |
0 commit comments