/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

compositecode.blog
| | www.thepolyglotdeveloper.com
4.2 parsecs away

Travel
| | Use Volley to make asynchronous Android HTTP requests with very little code. A perfect solution for making calls to a web API in Android.
| | renato.athaydes.com
2.5 parsecs away

Travel
| | [AI summary] A technical blog post investigating Java's System.Logger API, comparing its usage and performance against established logging frameworks like JUL, Log4j2, and Logback.
| | mydeveloperplanet.com
3.1 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.
| | ewintr.nl
18.7 parsecs away

Travel
| [AI summary] A guide on configuring nginx to set caching headers for specific file types like images and fonts using the expires directive and mime.types file.