Software workshops to introduce the students to software technologies.
In each directory the SETUP and a README explaining the purpose of the workshop.
http://bit.ly/DiscordPoCEvents
Create your own todo list. You will :
- learn the basics of React
- understand the concept of component
- use an external API to manage your tasks
- have an overview of front end development
2 - REST API in Go
Discover REST API and Go language. You will :
- learn MVC architecture
- code basic API features
- assimilate Go concept
- use a mocked database
Discover GraphQL API with Prisma2. You will :
- learn GraphQL concept and the difference with REST
- work with a modern typescript ORM
- use gql apollo playground
Discover basics of Docker. You will :
- use the docker CLI
- containerize a simple API
- manage multiple containers though docker-compose
5 - Github Actions
Create your CI/CD for Epitech project. You will :
- trigger your test automatically
- save your result though artifact
- have a first approach about devops
Discover NetsJS back end Framework. You will :
- learn decorator's concept
- use a mocked database
- assimilate new API architecture
Win time as mobile developer with Expo. You will :
- learn basics to React Native
- create your own QR code scanner
8 - Learn Typescript
Learn Typescript by creating a complete Express API. You will :
- learn basics of Typescript
- understand API