/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.
| | stackchief.com
2.6 parsecs away

Travel
| | Spring Data JPA CRUD example including extending the CrudRepository interface, creating, reading, updating, and deleting managed entities.
| | 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.
| | techsavvypriya.wordpress.com
16.1 parsecs away

Travel
| "Hello World" function(Lambda) for AWS using the serverless framework https://serverless.com/ What is Serverless Architecture? Serverless architectures refer to applications that significantly depend on third-party services (knows as Backend as a Service or "BaaS") or on custom code that's run in ephemeral containers (Function as a Service or "FaaS"), the best-known vendor host of which currently...