Contents
Java
- To var, or not to var, that is the question – Victor Hugo
I also tend to use ‘var’ often, here are some good reasons for that - 7 Java Gems Experts Like To See – Miloš Živković
TestContainer, MapStruct and TreeRangeMap are my favorites - How To Implement Retries Without Cluttering Your Code – Stuff from Cello
Introduction to a retry library Party Parrot - Extract Values using AssertJ in Java – baeldung
Nice feature of AssertJ
Spring Boot
- How to Build Spring Filters For API Cross-Cutting Concerns – Gavin Fong
Nice description of the usage of filters in Spring. - How to Create a DockerFile for a Spring Boot Application – Dieter Jordens
Shows how simple it is.
Architecture
- From 3-Layered to DDD Architecture in one step – iamprovidence
Good explanation of dependency injection (the last D of DDD)
General
- Awesome Zsh for Developers on Mac – itsmefox
Give zsh a chance and customize it like this - Split street from housenumber
The best regular expression I’ve found for that task - I found the best text editor for basic code fixing – Souvik Paul
A good solution to make small changes to text files – but selection is not working in TMUX terminals - Mermaid: The All-in-One Tool To Create Any Diagram – Ashley Peacock
Graphic by description like PlantUML - Navigating HTTP Status Codes for REST APIs – Joy Ebertz
Interesting thoughts on status codes, I go with it but from a security point of view both 401 and 403 offers to much information to an attacker