java_practice/README.md
Cameron Seamons 3e3275919b
Revise README with project ideas and structure
Updated project description and added current ideas for Java and Python projects.
2026-01-08 23:21:48 -07:00

977 B

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 Java Class is a standalone mini-project


Current ideas I might build in Java (Or python)

  • Building a forum

    • learn Spring boot REST API
    • Spring Security authentication
    • HIbernate database management
    • gradle dependency manager
    • basic react front end
  • Chat / photo sharing App

    • admin panel
    • cloud stack (AWS/Azure/GCP)
    • web UI
    • Spring Security
    • JPA database management
  • Banking App

    • Full medalion architecture DB
    • Working Web / mobile App
    • Spring security user authentication
    • Data verification
    • CI/CD
    • scheduled tasks / Batch jobs
    • Unit Testing