Recent Posts

OpenTelemetry Tracing on the JVM

Author: Nicolas Frankel Original post on Foojay: Read More Table of Contents CommonalitiesRunning the OpenTelemetry AgentMicrometer Tracing on Spring BootOpenTelemetry Spring Boot StarterQuarkusDiscussion You may know I’m a big fan of OpenTelemetry. I recently finished developing a master class for the YOW! conference at the end of the year. During development, I noticed massive differences in configuration and results across …

Read More »

Domain-Driven Design in Java: A Practical Guide

Author: Rajesh Nair Original post on Foojay: Read More Table of Contents Understanding the “Airport” domainModeling the core Airport domain in JavaIdentifying aggregates and entitiesImplementing entities and value objectsBounded contexts and modularizationRepositories, domain services, and factories Repositories Domain services Factories Application layer and integrationTesting and evolving the modelComplete DDD implementation source codeTesting scenarios for PostmanReal-world tips and common pitfallsConclusion While …

Read More »

Enforcing Governance in MongoDB Atlas with Resource Policies

Author: Samuel Molling Original post on Foojay: Read More Table of Contents What Are Resource Policies?Why Use Them?Available CapabilitiesApplying Resource Policies with Terraform Example 1: Allow clusters only on AWS Example 2: Block public IPs (0.0.0.0/0) Example 3: Enforce TLS 1.2 or higher Validation and Testing Attempt to create a cluster on Google Cloud Platform (GCP) Attempt to add a …

Read More »