Java Learning Journey
Find a file
2026-01-07 19:31:14 -07:00
.idea updated java version to 17 so I can use switched (Introduced in 14 2026-01-07 19:12:06 -07:00
out/production/java_practice updated java version to 17 so I can use switched (Introduced in 14 2026-01-07 19:12:06 -07:00
practice_projects/src Did a few base cases using enhanced switches 2026-01-07 19:31:14 -07:00
java_practice.iml updated java version to 17 so I can use switched (Introduced in 14 2026-01-07 19:12:06 -07:00
LICENSE Initial commit 2026-01-04 20:01:53 +00:00
README.md Update README.md 2026-01-04 20:02:19 +00:00

Java Learning Journey

This repository contains small Java projects created while learning Java with a focus on backend development and data-driven systems.

The goal is to build strong fundamentals in:

  • Object-Oriented Programming
  • Backend application logic
  • Relational data modeling
  • Clean, maintainable code

Repository Structure

Each folder is a standalone mini-project with its own entry point.