This repository contains my complete progress whilst studying the Full-Stack course.
It's divided by each block of the course named 'CX' (Where X is the number of the block).
Each block contains it's respective sub-units which will get detailed in the next section.
- C1 - Introduction to Programming and Software Design
- Introduction to Java Programming and git Version Control
- C2 - Object-Oriented-Programming with Java
To compile and use each file & project inside this repository; it's recommended to follow the original requisites for JDK/JRE versioning that were specified during the bootcamp.
Java Development Kit (JDK)
$ java -version
openjdk version "1.8.0_312"
OpenJDK Runtime Environment (build 1.8.0_312-8u312-b07-0ubuntu1-b07)
OpenJDK 64-Bit Server VM (build 25.312-b07, mixed mode)
Java Runtime Environment (JRE)
$ javac -version
javac 1.8.0_312