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)
-
Working with
Java 18& learning about theSpring-boot 3.0framework. -
Creating Java Classes and Methods
-
Creating Interface classes
-
Creating
DAO's (Data Access Object)'si. The Data Access Object is basically an object or an interface that provides access to an underlying database or any other persistence storage.
-
Working with
memoryas a Data source -
Understanding & working with
Java Imports -
Understanding & working with
Java Depenencies -
Building an interacting with
Restful APIusingPostman& Browser to viewJSONresults -
Installing, Understanding & Using
Dockeron my local machine. -
Using
Dockerto DeployPostgresSQLlocally -
SSH to my created
Dockerinstance to usepsqlto runSQLcommands. -
Building Jar files and working with
IntelliJ IDEA CEas anIDE(Integrated Development Environment) -
Working thru console errors and identifying problems & resolving issues (Depreciated functions/typos/runtime errors etc.)
-
Learning about
flywaydbfor database migration. -
Learning about
com.zaxxer&HikariCPto connect to myPostgresDatabaseinDocker.