/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.marcogomiero.com
| | andyatkinson.com
3.7 parsecs away

Travel
| | Learning a new codebase can be a challenging task. Unfortunately at times the original developers are no longer around and the documentation may be outdated or missing entirely.
| | jamesward.com
3.5 parsecs away

Travel
| |
| | mydeveloperplanet.com
1.8 parsecs away

Travel
| | This blog introduces jOOQ, Liquibase, and Testcontainers integration in a Spring Boot application. It covers setting up the application, adding Liquibase for database management, generating jOOQ code, integrating a repository, implementing controller methods, and using Testcontainers for integration testing. Additionally, it discusses running the application with Spring Boot Docker Compose support.
| | whatibroke.com
25.3 parsecs away

Travel
| Hey everyone, I'm currently setting up a mysql database on DigitalOcean and hit the following error when connecting: failed to connect to the database: default addr for "DATABASE_CONN_STR" network unknown Luckily this turned out to be a pretty easy fix. In the mysql driver repo you can see that the only scenario where this error...