Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niamtokik/articles
Code Source des articles publiés dans GNU/Linux Magazine et Linux Pratique.
https://github.com/niamtokik/articles
article erlang erlang-otp linux linux-mag magazine source-code
Last synced: about 4 hours ago
JSON representation
Code Source des articles publiés dans GNU/Linux Magazine et Linux Pratique.
- Host: GitHub
- URL: https://github.com/niamtokik/articles
- Owner: niamtokik
- License: isc
- Created: 2020-02-16T13:41:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-22T16:23:53.000Z (8 months ago)
- Last Synced: 2024-03-22T17:49:43.162Z (8 months ago)
- Topics: article, erlang, erlang-otp, linux, linux-mag, magazine, source-code
- Language: Erlang
- Homepage: https://connect.ed-diamond.com/auteur/Kerjouan-Mathieu
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linux Magazine - Code Source
Le dépôt suivant permet de stocker tous les exemples de codes écrit
pour le magazine français [Linux Magazine](https://www.editions-diamond.fr) et/ou les éditions
diamonds.## Série d'articles sur Erlang
Le répertoire `erlang` contient tous les codes correspondant à la
série d'article sur Erlang.| Date | Theme | Titre | Sources |
|---------|-------|-------|---------|
| 2020-05 | Erlang | [Erlang, programmation distribuée et modèle acteur](https://connect.ed-diamond.com/GNU-Linux-Magazine/glmf-237/erlang-programmation-distribuee-et-modele-acteur) | [GLM237-erlang-programmation-distribuee-et-modele-acteur](GLM237-erlang-programmation-distribuee-et-modele-acteur) |
| 2020-10 | Erlang | [Système extensible et hautement disponible avec Erlang/OTP](https://connect.ed-diamond.com/GNU-Linux-Magazine/glmf-241/systeme-extensible-et-hautement-disponible-avec-erlang-otp) | [sources](GLM241-systeme-extensible-et-hautement-disponible-avec-erlang-otp) |
| 2021-01 | Sysadmin | [Netcat, l’histoire d’un couteau suisse pour le réseau](https://connect.ed-diamond.com/Linux-Pratique/lp-123/netcat-l-histoire-d-un-couteau-suisse-pour-le-reseau) | [sources](LP123-netcat-l-histoire-d-un-couteau-suisse-pour-le-reseau) |
| 2021-02 | Erlang | [Gestion de projets avec Erlang/OTP](https://connect.ed-diamond.com/GNU-Linux-Magazine/glmf-245/gestion-de-projets-avec-erlang-otp) | [sources](GLM245-gestion-de-projets-avec-erlang-otp)
| 2021-03 | Erlang | [Introduction à l’écriture de tests avec Erlang/OTP](https://connect.ed-diamond.com/GNU-Linux-Magazine/glmfhs-113/introduction-a-l-ecriture-de-tests-avec-erlang-otp) | [sources](GLMHS113-introduction-a-l-ecriture-de-tests-avec-erlang-otp) |
| 2021-05 | Erlang | [Application réseau avec Erlang : utilisation du protocole UDP](https://connect.ed-diamond.com/GNU-Linux-Magazine/glmf-248/application-reseau-avec-erlang-utilisation-du-protocole-udp) | [sources](GLM248-application-réseau-avec-erlang-utilisation-du-protocole-udp) |
| 2022-06 | Erlang | [Utilisation et intégration du protocole TCP dans une application Erlang/OTP](https://connect.ed-diamond.com/gnu-linux-magazine/glmfhs-120/utilisation-et-integration-du-protocole-tcp-dans-une-application-erlang-otp) | [sources](GLMHS120-utilisation-et-integration-du-protocole-tcp-dans-une-application-erlang-otp) |
| 2023-07 | Erlang | [Introduction à la cryptographie avec Erlang/OTP](https://connect.ed-diamond.com/gnu-linux-magazine/glmf-264/introduction-a-la-cryptographie-avec-erlang-otp) | [sources](GLM264-introduction-a-la-cryptographie-avec-erlang-otp) |
| 2023-09 | Erlang | [Gestion de certificats avec Erlang](https://connect.ed-diamond.com/gnu-linux-magazine/glmf-265/generation-et-gestion-de-certificats-avec-erlang-otp) | [sources](GLM266-creation-de-connexion-securisee-avec-tls-et-erlang) |
| 2023-11 | Erlang | [Connexion sécurisé avec TLS et Erlang](https://connect.ed-diamond.com/gnu-linux-magazine/glmf-266/creation-de-connexions-tls-dtls-avec-erlang-otp) | [sources](GLM266-creation-de-connexion-securisee-avec-tls-et-erlang) |
| 2024-01 | Erlang | [Utilisation du protocole SSH en Erlang](https://connect.ed-diamond.com/gnu-linux-magazine/glmf-267/utilisation-du-protocole-ssh-avec-erlang-otp) | [sources](GLM267-utilisation-du-protocole-ssh-avec-erlang-otp) |
| 2024-03 | Erlang | [Création d'application web avec inets httpd](https://connect.ed-diamond.com/gnu-linux-magazine/glmf-268/creation-d-un-serveur-web-avec-erlang-otp-et-inets-httpd) | [sources](GLM268-protocole-http-avec-erlang-et-inets-httpd) |
| - | Erlang | Gestion d'états avec ETS et DETS | draft |
| - | Erlang | Base de donnée relationnelle distribuée avec Mnesia | draft |
| - | Erlang | Application REST en Erlang avec cowboy et gun | draft |
| - | Erlang | Utilisation d'AMQP avec Erlang et RabbitMQ | draft |
| - | Erlang | Debugging, Tracing et Benchmarking avec Erlang/OTP | draft |
| - | Erlang | Utilisation de MQTT avec Erlang et VerneMQ | draft |
| - | Erlang | Utilisation de WAMP avec Erlang et Bondy | draft |
| - | Erlang | Release et Déploiement d'application en Erlang | draft |
| - | Erlang | Refactorisation d'une application Erlang | draft |
| - | Erlang | Analyse Syntaxique en Erlang avec Leex et Yecc | draft |
| - | Erlang, C | Étendre Erlang avec les ports | draft |
| - | Erlang, C | Créaction de drivers pour Erlang | draft |
| - | Erlang, C | Étendre Erlang avec les c-nodes | draft |
| - | Erlang, C | Programmation C avec Erlang et les NIF | draft |
| - | Erlang | Découverte de Joxa, Gleam, Clojerl et LFE | draft |
| - | Erlang, C | Création d'interface graphique avec wx | draft |
| - | Erlang | Utilisation du protocole SNMP au sein d'Erlang | draft |
| - | Erlang | Implémentation de Nostr en pure Erlang | draft |
| - | Erlang, Java | Interconnexion entre Erlang et Java avec Jinterface | draft |
| - | Erlang | Intégration de LDAP au sein d'un cluster Erlang | draft |
| - | Erlang | Exemple d'utilisation de QLC avec Erlang | draft |
| - | Erlang | Création d'une alternative à Mailhog en Erlang | draft |