Content entered directly below the header but before the first section heading is called the preamble.

If it’s a good idea, go ahead and do it.
It’s much easier to apologize than it is to get permission.
— Grace Hopper
conceptrice du premier compilateur

Préambule

L’objectif de ce livre est de donner aux ingénieurs débutants des clés pour travailler efficacement dans l’industrie informatique aujourd’hui.

Nous illustrons notre propos à l’aide de pistes de lecture issues de livres, blogs, dépôts de code source de contributeurs du monde open source et de grandes compagnies du web.

J’ai voulu ici mettre à la portée des francophones des concepts dans un style similaire à ces ouvrages:

Ouvrages de référence
  • Steve McConnell’s Code Complete

  • Andy Hunt, The Pragmatic Programmer

Dans ce livre, les remarques sont signalées en marge à l’aide de ces icônes.

Astuce
Note
Information importante
Mise en garde
Avertissement

Chapitre 1

C01 - A écrire

Chapitre 2

Trouver l’information

Quelles sources d’information adopter ?

Chapitre 3

Interfaces de programmation

Qu’est-ce qu’une API ?

Architecture des applications web

L’outillage du développeur

Les services en ligne

Pour aller plus loin

First level heading

This is a paragraph with a bold word and an italicized word.

I am the image alt text.
Figure 1. Image caption

This is another paragraph.[1]

Second level heading

Unordered list title
  • list item 1

    • nested list item

      • nested nested list item 1

      • nested nested list item 2

  • list item 2

This is a paragraph.

Example 1. Example block title

Content in an example block is subject to normal substitutions.

Sidebar title

Sidebars contain aside text and are subject to normal substitutions.

Third level heading

Listing block title
Content in a listing block is subject to verbatim substitutions.
Listing block content is commonly used to preserve code input.
Fourth level heading
Table 1. Table title
Column heading 1 Column heading 2

Column 1, row 1

Column 2, row 1

Column 1, row 2

Column 2, row 2

Fifth level heading

I am a block quote or a prose excerpt. I am subject to normal substitutions.

— firstname lastname
movie title
  1. ordered list item

    1. nested ordered list item

  2. ordered list item

The text at the end of this sentence is cross referenced to the third level heading


1. I am footnote text and will be rendered at the bottom of the article.