Skip to content

A repository containing my personal work and progress whilst studying the bootcamp.

License

Notifications You must be signed in to change notification settings

cakehonolulu/bootcamp_fullstack_tsystems_22

Repository files navigation

Casal Jove & T-Systems Full-Stack Bootcamp Summer '22

Index

  1. Index
  2. Preface
  3. Contents
  4. Prerequisites
  5. Additional Information

Preface

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.

Contents

  1. C1 - Introduction to Programming and Software Design
    1. Introduction to Java Programming and git Version Control
  2. C2 - Object-Oriented-Programming with Java

Prerequisites

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

Additional Information

Bootcamp