Skip to main content

Recently Updated Pages

Les bases

Docker Introduction & Installation

Architecture Réseau Docker Networking Compose Swarm

Updated 2 years ago by Noé Larrieu-Lacoste

GTK

C

Présentation Nous allons voir comment développer une application GTK en C à l'aide de CMake ou M...

Updated 2 years ago by Noé Larrieu-Lacoste

Reverse proxy

Go Gin Framework

Reverse proxy simple GitHub repo Le reverse proxy est quelque chose de majoritairement utilisé ...

Updated 2 years ago by Noé Larrieu-Lacoste

Static server

Go Gin Framework

GitHub repo Dans certains cas, on souhaite juste héberger un site statique. On pourrait se tour...

Updated 2 years ago by Noé Larrieu-Lacoste

Restful API Server

Go Gin Framework

Simple Server GitHub repo Pour utiliser Gin, il suffit d’importer github.com/gin-gonic/gin au n...

Updated 2 years ago by Noé Larrieu-Lacoste

Live reload

Go Gin Framework

Recompiler notre code à chaque fois que l’on change notre code, arrêter le serveur et le relancer...

Updated 2 years ago by Noé Larrieu-Lacoste

Introduction à Gin

Go Gin Framework

Repo github des exercices Présentation de Gin Gin est un framework web HTTP écrit en Go. Il di...

Updated 2 years ago by Noé Larrieu-Lacoste

Maps

Go Cours

Définition Structure associant des clés à des valeurs On peut mettre en clé tout ce qui est com...

Updated 2 years ago by Noé Larrieu-Lacoste

Structures & Pointeurs

Go Cours

Définition SimplementType personnalisé représentant une collection de champs Syntaxe type <Nom...

Updated 2 years ago by Noé Larrieu-Lacoste

Kata Find and Replace

Go Cours

Énoncé Programme qui trouve et remplace un mot par un autre dans un fichier. Exemple Remplacer...

Updated 2 years ago by Noé Larrieu-Lacoste

Defer

Go Cours

Repousser l'exécution d'une instruction Cas d'utilisation Dans l'exemple si dessous func main(...

Updated 2 years ago by Noé Larrieu-Lacoste

Fichiers

Go Cours

Pour manipuler un fichier en Go, il existe plusieurs librairies permettant différentes actions. i...

Updated 2 years ago by Noé Larrieu-Lacoste

Gestion d'erreurs

Go Cours

Gestion d'erreurs dans les langages Il y a plusieurs stratégies possibles : Code d'Erreurs E...

Updated 2 years ago by Noé Larrieu-Lacoste

Range

Go Cours

C'est la continuité du for, il permet d'itérer sur une collection de donnée Syntaxe for <index>...

Updated 2 years ago by Noé Larrieu-Lacoste

Les fonctions

Go Cours

func printInfoNoParam() { fmt.Printf("Name=%s, age=%d, email=%s\n", "Bob", 10, "bob@golang.org")...

Updated 2 years ago by Noé Larrieu-Lacoste

Tableaux

Go Cours

Tableaux à taille fixe Définition Simplement Un tableau à taille fixe est une séquence d'élémen...

Updated 2 years ago by Noé Larrieu-Lacoste

Tests & Boucles

Go Cours

Les combinaisons et opérateurs booléens Comparaisons == != < > >= >= Opérateurs boolé...

Updated 2 years ago by Noé Larrieu-Lacoste

Introduction

Go Cours

Qui a fait le Go ? Go (ou Golang) est un langage de programmation open source assez jeune. Il a...

Updated 2 years ago by Noé Larrieu-Lacoste