Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Software Workshop

Software workshops to introduce the students to software technologies.

In each directory the SETUP and a README explaining the purpose of the workshop.

To join our Discord

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

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

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

Learn Typescript by creating a complete Express API. You will :

  • learn basics of Typescript
  • understand API