Kotlin
- Hidden Gems of the Kotlin Standard Library – List – Donovan LaDuke
The standard library of Kotlin has sooo much to offer, take a look at this gems - Kotlin Under the Hood: Exploring Constructors and Init Blocks – Abhaysing Bhosale
How constructors and init blocks play together
Spring Boot
- Spring Boot Circuit Breaker Example with Resilience4j: Step-by-Step Guide – Vinotech
Explains the usage of Resilience4j in detail, even with some hints to test it - Effective Caching in Spring Boot: Strategies and Best Practices – Ishmeet Singh
Impressive overview of caching possibilities
VS Code
- Amazing VS Code Tips & Tricks You’ve Been Missing Out On – Tari Ibaba
Not “amazing”, but very useful keyboard shortcuts
Cloud
- Why do I need an API Gateway on a Kubernetes cluster – Martin Hodges
Very complete overview of communication with microservices in a Kubernetes cluster
Architecture
- Must Know Microservices Design Patterns(SAGA) – Mpavani
Short introduction to the SAGA pattern and comparison with 2-Phase-Commit
General
- These 7 Tiny Habits Stopped Me From Becoming 10x Better At Coding – Arnold Gunter
Maybe you have heard about these habits – but do you follow them? Give them a try.