Git Product home page Git Product logo

rock-the-web-with-nodejs's Introduction

Rock the Web with NodeJS

This is an 3 days internal formation delivered by Nicolas Morel and Damien Simonin Feugas as Worldline. Discover the power of NodeJS !

Schedule

Day 1

  • JavaScript timeline and the emergence of NodeJS
  • JavaScript crash-course
    • Types and variables
    • Conditionnal and iterative structures
    • Functions and closures
    • Classes and inheritance
    • Awful parts
  • Modularity in NodeJS
  • Asynchronous I/O and the event-loop

Day 2

  • Events programming in NodeJS
  • Readable and writable streams
  • Http servers and clients
  • Work with external processes
  • A clustered Http server

Day 3

  • Introduce Node Package Manager
    • The descriptor file
    • Declare external dependencies
    • The public registry and the CLI
  • Behaviour Driven Development
    • The Lab test runner
    • The assertion library Chai
  • Request, a powerfull Http client
  • The Hapi Web framework
  • Dodge callback hell with Async

Build

Once you've cloned this repository, open a console to the relevant folder, and run

> npm install

Be sure to have a working network access (if you're behind a proxy, configure HTTPS_PROXY and HTTP_PROXY environment variables).

Then simply open with a browser one of the three root html files.

Tps corrections are also available.

Descriptif (French)

Public concerné

Les développeurs d’applications coté serveur, les ingénieurs systèmes (pour le scripting), les développeurs web qui cherchent à unifier front et middle.

Pré requis

La connaissance d’un langage de programmation impératif type C++/C#/Java. Une connaissance du JavaScript sera un plus. Un PC par stagiaire avec une connexion réseau, un éditeur de texte (Notepad++, SublimeText, WebStorm...) sera nécessaire.

Objectifs pédagogiques

A l’instar de Java, NodeJs est une plateforme logicielle utilisant une machine virtuelle dont la finalité est la réalisation d’applications serveur asynchrones et non bloquantes écrites en JavaScript.

S’appuyant sur le caractère dynamique de ce langage, NodeJS a rapidement constitué un vaste écosystème, et s’est promu comme une véritable plateforme pour les services Web à fort trafic : Paypal, eBay ou encore LinkedIn l’utilisent intensivement.

Cette formation vous permettra de découvrir cette plateforme, et quelques-unes des librairies les plus usitées pour le Web et le TDD/BDD.

Préparez-vous à plonger dedans : vous pratiquerez tout au long de la formation pour réaliser votre premier service.

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.