Skip to content

simplonco/training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplon.co

  • META (General ressources)

  • La Prairie is the first part of your training at Simplon.co: 20 days of full autonomy (your trainers will not give you any technical course) to learn the basics of web development!

  • Challenges are TDD exercices validated by Travis CI (cool for algorithms teaching), was imported from exercism.io

  • Security : lots of ressources to learn how to secure your websites and apps.

Tools

  • UNIX is a family of multitasking, multiuser computer operating systems.

  • Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals.

FrontEnd

  • HTML5 & CSS3 (HyperText Markup Language | Cascading Style Sheets)

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

  • jQuery: The Write Less, Do More, JavaScript Library.

BackEnd

  • Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.

  • Python is a programming language that lets you work quickly and integrate systems more effectively.

  • PHP is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.

  • Java is the world’s # 1 programming language! Java can reduce costs, drive innovation, and improve application services as the programming language of choice for IoT, enterprise architecture, and cloud computing.

Setup (how to download everything)

$ git clone --recursive https://github.com/simplonco/training/ simplonco
$ cd simplonco
$ git submodule update --recursive --remote
$ git submodule foreach --recursive git checkout master

How to Contribute

Please read the Contribution guide first!

Do you want to add a resource? correct a mistake? or do you need a new exercise or project to cover a topic? Do not hesitate to write an issue!

To be continued..