Explore tweets tagged as #postgresdatabase
In Noob Way, `UserRepository` depends directly on `MySQLDatabase`. This makes `UserRepository` hard to reuse & test. In Pro Way, `UserRepository` depends on an abstract `Database`. This allows us to easily swap out the database implementation (i.e., use a `PostgresDatabase`).
1
0
0
The PostgresDatabase class implements the Database abstract class, which defines a connect() method. The UserAPI class can now depend on this abstraction, rather than on the specific implementation details of PostgreSQL.
1
0
0
@databricks Unveils Lakebase for AI Apps and Agents https://t.co/5SQYq5cCpF
#AI #BigData #dataintelligenceplatform #Databricks #ITDigest #Lakebase #news #Postgresdatabase
0
0
0
5⃣ Dependency Inversion Principle Depende de abstracciones, no de implementaciones concretas. ❌ OrderService usa directamente MySQLDatabase. Cambiar a PostgresDatabase obliga a reescribir el servicio. ✅ Crear interfaz Database y pasarla por inyección de dependencias. El
1
1
16
Deploying a Kubernetes Database on Vultr Cloud: A Step-by-Step Guide #KubernetesDatabase #VultrCloud #PostgresDatabase #KubernetesCluster #DatabaseDeployment #ProductionDeployment #CloudComputing #KubernetesTutorial #DatabaseManagement #DevOps
0
0
1
#postgresandpgadmininstallubuntu #postgresandpgadmininstallwindows11 #postgresandpgadmininstallmacos #postgresandpgadmininstallwindows10 #postgrespasswordreset #postgrestutorial #postgresdocker #postgresinstallationerror #postgres #postgresdatabase #rdbms #postgresdatabasesetup
Create AWS EC2 Instance | Install Postgres DB in AWS Cloud EC2 Server https://t.co/tjQIsGn85E via @YouTube
0
0
0
#postgresandpgadmininstallwindows10 #postgrespasswordreset #postgrestutorial #postgresdocker #postgresinstallationerror #postgres #postgresdatabase #rdbms #postgresdatabasesetup #postgresdatabaseconfiguration #database #relationaldatabase #postgresconfiguration
Spring Boot Microservice Project with Postgres DB Tutorial with Java Exa... https://t.co/FIiNZ6PFIG via @YouTube
0
0
0
#postgresdocker #postgresinstallationerror #postgres #postgresdatabase #rdbms #postgresdatabasesetup #postgresdatabaseconfiguration #database #relationaldatabase #postgresconfiguration #postgresconfigurationfile #postgresconfigurationparameters #postgresconfigfilelocation
AWS EC2 VM Setup | Run Springboot Microservice and Postgres DB in EC2 Se... https://t.co/S71qzbjWdD via @YouTube
0
0
0
#postgresdatabase #rdbms #postgresdatabasesetup #postgresdatabaseconfiguration #database #relationaldatabase #postgresconfiguration #postgresconfigurationfile #postgresconfigurationparameters #postgresconfigfilelocation #postgresconfigurationinspringboot
AWS EC2 VM Setup | Run Springboot Microservice and Postgres DB in EC2 Se... https://t.co/S71qzbjWdD via @YouTube
0
0
0
#postgresinstallationerror #postgres #postgresdatabase #rdbms #postgresdatabasesetup #postgresdatabaseconfiguration #database #relationaldatabase #postgresconfiguration #postgresconfigurationfile #postgresconfigurationparameters #postgresconfigfilelocation
Check out my latest article: Run Postgres Database in Docker Container | Postgres Docker Container Tutorial https://t.co/04nEUC9bRX via @LinkedIn
0
0
0
#postgresconnectioninnodejs #Postgresdatabaseinstallation #postgresdatabase #postgresdatabasetutorial #postgresdatabasetutorialforbeginners #postgresdatabaseconnectionerror #postgresdatabaseconfigurationfile #postgresdatabaseconfiguration #postgresdatabasedockervolume
Check out my latest article: Run Postgres Database in Docker Container | Postgres Docker Container Tutorial https://t.co/04nEUC9bRX via @LinkedIn
0
0
0
🛠️ Example: Instead of `class User { Database db = new MySQLDatabase(); }`, inject `User(Database db)`. Swap `MySQLDatabase` with `PostgresDatabase` or a mock without changing `User`. 🚀 #designpatterns #testing #microservices
0
0
0