Discord Community: / discord
GitHub Repository: https://github.com/geekific-official/
In the previous video of this series, we redesigned our initial SpringBoot project to follow more of a clean architecture mentality and abstracted all database access into a single interface which decoupled storage options and allowed us to select different implementations based on a certain configuration. In this video, we add a new implementation to our database options. This implementation will make use of a Postgres database which we will cover in detail.
PostgreSQL Official download site: https://www.postgresql.org/download/
Timestamps:
00:00 Introduction
00:09 PostgreSQL and Flyway Integration
01:36 DB Migrations
04:00 Testing our Code
04:24 Thanks for Watching!
If you found this video helpful, check other Geekific uploads:
Object-Oriented Programming Fundamentals: • What is Object-Oriented Programming? | Obj...
SOLID Principles and Best Practices: • SOLID Design Principles with Java Examples...
Recursion Made Simple, Recursive Methods: • What is Recursion? | Recursion Made Simple...
Use-Case and Sequence Diagrams: • UML Use-Case and Sequence Diagrams Made Si...
Introduction to Dynamic Programming: • What Is Dynamic Programming and How To Use...
Trees Compared and Visualized, BST vs AVL vs RedBlack vs Splay vs Heaps: • Trees Compared and Visualized | BST vs AVL...
Generics and Wildcards in Java, Invariance vs Covariance vs Contravariance: • Generics and Wildcards in Java | Part 2 | ...
Two Sum Problem, from Brute Force to Optimal: • Two Sum Problem | From Brute Force to Opti...
What is a Thread? (Process, Program, Parallelism, Scheduler Explained): • What is a Thread? | Threads, Process, Prog...
Domain-Driven Design Made Simple: • Domain-Driven Design Made Simple | What is...
Clean Architecture with Spring Boot and Java, Part 1: • Clean Architecture with Spring Boot and Ja...
#Geekific #CleanArchitecture #SpringBoot #BestPractices #CleanCode #DDD