Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 2.03 KB

Internship.md

File metadata and controls

42 lines (25 loc) · 2.03 KB

Web Developer Intership @ Les Polypodes

Please keep to the order of the instructions ; each step is to be studied entirely.

Step 0 : Background

What It Really Takes to be a Professional Programmer

Step 1 : Basics

GIT

  1. Command-Line crash course
  2. Gitimmersion. Best GIT tut ever - 50 steps (entire course)
  3. A successful Git branching model (well-known Git workflow)

Step 2 : Modern PHP

  1. PHP crash course by CodeCademy
  2. "Best Practices for Modern PHP Development" ou son équivalent en français : STUPID vs SOLID
  3. Comprendre SOLID
  4. (pour la culture) "PHP The Right Way"

Step 3 : Symfony

  1. The Symfony Book en entier, et avec application

Js (optional)

  1. "Re-discover Javascript" or Une réintroduction à JavaScript
  2. "Js The-Right-Way"

Going further

  1. "Re-discovering PHP"
  2. PhpUnit manual: Read the 5 first chapters
  3. Composer: The entire "getting started" chapter. Check this cheat sheet
  4. Vagrant: The entire "getting started" chapter, because you don't want to use MAMP nor WAMP
  5. Sql Zoo