← All tags

Tag
#java
3 posts tagged with this topic.
Bringing coverage and offline static analysis into the editor
Why I built an IDE extension that runs full static-analysis rules locally — no server round-trips — and the design decisions that made offline parity possible.
SOLID, in practice
An evolving note on what each SOLID principle actually buys you in a real Spring Boot service — with the smells that tell you a principle is being violated.
Servlets & filters in Spring Security
How servlets and the filter chain underpin Spring Security — the request path from container to controller, and where auth fits in.