Skip to content

JayRizzo/jMindezy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Initial Commit

Learning Java, and IntelliJ IDEA & how to handle API calls & Java dependencies.

Everything up to this point has been from #Amigoscode YT Spring Boot Tutorial for Beginners (Java Framework)

Items learned so far from going thru the tutorial

  1. Working with Java 18 & learning about the Spring-boot 3.0 framework.

  2. Creating Java Classes and Methods

  3. Creating Interface classes

  4. Creating DAO's (Data Access Object)'s

    i. The Data Access Object is basically an object or an interface that provides access to an underlying database or any other persistence storage.

  5. Working with memory as a Data source

  6. Understanding & working with Java Imports

  7. Understanding & working with Java Depenencies

  8. Building an interacting with Restful API using Postman & Browser to view JSON results

  9. Installing, Understanding & Using Docker on my local machine.

  10. Using Docker to Deploy PostgresSQL locally

  11. SSH to my created Docker instance to use psql to run SQL commands.

  12. Building Jar files and working with IntelliJ IDEA CE as an IDE (Integrated Development Environment)

  13. Working thru console errors and identifying problems & resolving issues (Depreciated functions/typos/runtime errors etc.)

  14. Learning about flywaydb for database migration.

  15. Learning about com.zaxxer & HikariCP to connect to my Postgres Database in Docker.