An open API service indexing awesome lists of open source software.

https://github.com/jaeger87/corsotree2020


https://github.com/jaeger87/corsotree2020

backend education java

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

![TreeSchool](./assets/treeschool_header.png)

# Java Backend Course 2020 - Tree School

This repo collects all the excercises produced and gathered by [Andrea Rosati](https://github.com/Jaeger87), [Melvin Massotti](https://github.com/melvinm99), [Riccardo Pozzati](https://github.com/jetser94) for the teaching of the 2020 Java Backend Course offered by [TreeSchool](https://tree.it/school/)

# Index

| Module | Subject | Contents |
|--------|---------|-------------------------------------------------------------------------------------------|
| 2 | Java Syntax and naming | [Exercises](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_02) |
| 3 | Control flow statements| [Flowgorithm](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_03/Flowgorithm), [Exercises](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_03), [CruciPuzzle](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_03/CruciPuzzle) |
| 4 | Git | [Labirinth](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_04) |
| 5 | OOP | [Lampadina](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_05/lampadina), [Tris](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_05/Tris), [Riparazioni](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_05/riparazioni), [Numero Romano](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_05/NumeroRomano) |
|6 | Inheritance | [Esercizi](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_06) |
|7 | Advanced inheritance | [Iterabile](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_07/iterabile), [Ferrovia](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_07/ferrovia), [Lista](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_07/lista), [Mini Amazon](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_07/mini_amazon), [Labirinto 2](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_07/Labirinto_2), [Bot Telegram](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_07/Telegram) |
|8 - 9 | Generics and Collections | [Dictionary](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_08_09/dictionary), [LibraryV2](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_08_09/libraryV2), [SuperMarket](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_08_09/supermarket), [TinderLike](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_08_09/tinder_like), [TweetsParser](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_08_09/tweets_parser)
|10 | Java packages | [Car sharing](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_10/CarSharing), [Facebook](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_10/Facebook), [Just Delivery](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_10/JustDelivery), [Righe](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_10/Righe), [Righe 2](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_10/Righe2)
|11 | Parallel programming | [Sum Thread](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_11/01_SumThread), [From sequential to parallel](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_11/02_From%20sequential%20to%20parallel), [Covid simulator 2020](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_11/03_Covid%20simulator%202020), [Gutenberg analyzer](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_11/04_Gutenberg%20Analyzer), [Sorting pixels](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_11/05_Sorting%20pixels), [Blur](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_11/06_Blur)
|12 | Stream | [LettersCount](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_12/01_LettersCount), [CivilRegistry](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_12/02_CivilRegistry), [ArcadeRank](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_12/03_ArcadeRank),
|13 | API and REST Web Service | [MiniEcommerce](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_13/01_MiniEcommerce), [TreeExpress](https://github.com/Jaeger87/CorsoTree2020/tree/master/module_13/02_TreeExpress),
\