Async, event-driven systems are awesome, but tracing requests through such an architecture? No joke.
The Slack engineering team explains how they trace notifications through their distributed systems.
https://t.co/KtjIaKNxn1
📢 New project: Spring Boot Startup Report
This tiny library generates an interactive @springboot application startup report that lets you understand what contributes to the application startup time and perhaps helps to optimize it.
👉 https://t.co/3O772OXfFf
Spring Boot🍃 provides the built-in Actuator feature to generate and expose endpoints for Kubernetes liveness/readiness probes.
1⃣ We need to enable it in config
2⃣ We can select components to analyze
3⃣ We can expose a probe on the app main port even if mgmt port is configured
.net 8 preview is the best moment to upgrade our tactical #DDD patterns sample to .net 7. No major changes for core parts (it's DDD) but the REST API now takes advantage of routes grouping and filters to add fluent validation of input data. Check it out: https://t.co/CrnmPRTh19
📝 The best way to use @testcontainers with @springboot
Also:
- how to run containers in parallel
- how to create custom Spring configuration annotations
👉https://t.co/SDKwlG1xk0
@koziolek O, to ja dzisiaj debugowalem x509 w Webfluxie i możliwość konfiguracji sslContextu w WebTestClient - przednia zabawa. Utwierdza mnie w przekonaniu, że reactive to nie jest zabawa dla małych dzieci.
Udostępniamy narzędzie 🎯Artemis, dzięki któremu zwiększamy poziom bezpieczeństwa w polskim internecie. Nadal je rozwijamy, ale już w obecnej wersji znalazło tysiące błędnych konfiguracji i podatności. Zachęcamy do korzystania i dodawania swoich modułów👇
https://t.co/r0u2phsvL2
📝 Spring Boot and Flyway - clear database between integration tests
Exploring different approaches with @springboot, @flywaydb and @junitteam
👉 https://t.co/DXMj2dDAdJ
Java Tip 💡
Do you handle REST API versioning in your applications? Micronaut🚀 is the only popular Java☕️ framework that provides a very handy built-in mechanism for that 👇
🏷️ #java#restapi#versioning#micronaut
Niedawno @rafal_zaorski wypowiedział wojnę polskim projektom wiec postanowiłem przyłączyć się do śledztwa i opowiedzieć wam o tym jak panowie @BartekSibiga i @jakubex dokonali cash grabu na ponad 40 milionów PLN.
Gotowi? Zostawcie ❤️ RT i jedziemy z tematem 👇
@sadek Bardzo fajne wyniki. Trzeba się trochę pobawić, żeby takie osiągnąć na stronie, gdzie jest trochę bajerów i ładne graficzki. W @twojpsycholog_ walczyliśmy z tym jakiś czas temu.
#Java performance Tip: When need to copy items from one array to anoyther one, don't use loops. Use the more efficient Arrays.copyOf or System.arraycopy method instead.
Performance test details in 🧵👇
„A modular monolith is the next best thing to microservices and a stepping stone towards them. The rule is that modules can only communicate over public APIs and everything is private by default.“
https://t.co/RJJzHsbUNn (via @mamund)