Skip to content

salt11ar/java-public

Repository files navigation

java-public

A set of Java examples from utils, code challenges to spring backend and react frontend examples.

  • 🚀HolaSpring : very basic spring boot application
  • 🖥️MDIApp: basic MDI Swing app
  • 🚀java-react: frontend using Ionic React package for Employees backend.
  • 🚀springboot-postgres-docker: REST Backend for Employees
    • Based in Spring
    • JWT Tokens for authentication
    • PostgreSQL database
    • Docker deployment, so we can deploy to the Cloud ( i.e. AWS or Google)
  • 🧠reactive-reactor-example:
    • Reactive programming example with webflux and REACTOR (Mono and Flux)
    • Stream API examples
    • Uses Mockito for testing
  • 🧠 Challenges: some Java code challenges
  • 🧠 Utils: several utils and examples of Java code