/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
| | renato.athaydes.com
2.6 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.
| | www.innoq.com
2.0 parsecs away

Travel
| | How to make better log statements with Structured Arguments
| | www.marcogomiero.com
2.9 parsecs away

Travel
| | SERIES: Building a backend with Ktor Part 1: Structuring a Ktor project Part 2: How to persist Ktor logs Part 3: How to use an in-memory database for testing on Ktor Part 4: How to handle database migrations with Liquibase on Ktor Part 5 Generate API documentation from Swagger on Ktor Part 6: How to schedule jobs with Quartz on Ktor Part 7: Moving from mobile to backend development with Ktor Logs are a vital part of software development.
| | bruceeckel.com
13.5 parsecs away

Travel
| [AI summary] This blog post discusses the Dining Philosophers problem in Java, explaining how deadlock occurs in concurrent systems and providing a solution by breaking the circular wait condition.