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.0
framework. -
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
memory
as a Data source -
Understanding & working with
Java Imports
-
Understanding & working with
Java Depenencies
-
Building an interacting with
Restful API
usingPostman
& Browser to viewJSON
results -
Installing, Understanding & Using
Docker
on my local machine. -
Using
Docker
to DeployPostgresSQL
locally -
SSH to my created
Docker
instance to usepsql
to runSQL
commands. -
Building Jar files and working with
IntelliJ IDEA CE
as anIDE
(Integrated Development Environment) -
Working thru console errors and identifying problems & resolving issues (Depreciated functions/typos/runtime errors etc.)
-
Learning about
flywaydb
for database migration. -
Learning about
com.zaxxer
&HikariCP
to connect to myPostgres
Database
inDocker
.