From 1934b6fb02c7b0cb638972029a6381faaaefc933 Mon Sep 17 00:00:00 2001 From: Molaryy Date: Sat, 18 Jan 2025 18:29:48 +0100 Subject: [PATCH] feat: added talk speaker images & upgraded golang version --- Software/README.md | 20 ++++++++++++++------ Software/day01/Go/README.md | 3 ++- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/Software/README.md b/Software/README.md index bf43b96..00fe18f 100644 --- a/Software/README.md +++ b/Software/README.md @@ -19,8 +19,6 @@ This choice will organize your week. You will learn something new in the chosen - [Typescript](./day01/Typescript/) - [Go](./day01/Go/) -**Talk:** -- Devops (JB Detroyes): What's Devops and its tools ? ## ℹ️ Day 2 - Database @@ -56,6 +54,14 @@ In the second part, you'll discover how to deploy a project in production and se - [Deployment](./day04/2%20-%20Deployment) + + +**Talk:** +- Introduction to DevOps: Jean-Babtiste + +| [
Jean-Baptiste Detroyes](https://www.linkedin.com/in/jdetroyes/) +| :---: | + ## 🌹 Day 5 - User Interface During 4 days, you've worked on the `backend` part of an application. This day you will learn how to build the `frontend` part: the User Interface. You're free to choose React for web applications, or Flutter for mobile applications. @@ -68,8 +74,10 @@ If you've already used React and Flutter, you can even choose Angular to dive fu - [Svelte](./day05/Svelte/) **Talk:** -- Front end developers : Kiln +- Solutions de hosting: Lorenzo Rosmarino & Paul Monnery +| [
Lorenzo Rosmarino](https://github.com/LorenzoRosmarino) | [
Paul Monnery](https://github.com/PaulMonnery) +| :---: | :---: | ## ⏰ Rush @@ -80,11 +88,11 @@ By groups of 3 to 5, you will have to create a clone of Airbnb, Deezer, Linkedin -| [
Mohammed JBILOU](https://github.com/Molaryy) +| [
Elie STROUN](https://github.com/eliestroun14) | :---: | -| [
Adam DEZIRI](https://github.com/adamdeziri) | [
Séphorah ANIAMBOSSOU](https://github.com/sephorah) | [
Ylan GARNIER](https://github.com/YlanGarnier) -| :---: | :---: | :---: | +| [
Mohammed JBILOU](https://github.com/molaryy) | [
Pierre LISSOPE](https://github.com/pierrelissope) +| :---: | :---: |

Organization diff --git a/Software/day01/Go/README.md b/Software/day01/Go/README.md index 20b32f9..e741d10 100644 --- a/Software/day01/Go/README.md +++ b/Software/day01/Go/README.md @@ -32,9 +32,10 @@ everything works using the command below: ```shell # Version must be at least 1.16 go version -# go version go1.19.4 linux/amd64 +# go version go1.23.1 linux/amd64 ``` + > If you have any issue don't hesitate to ask the staff for help 😄 ### Why Go?