We've all heard of Unit Tests as the de facto way of testing our applications and libraries, but in this post, I'll cover the best way to apply Unit Tests, why they're overrated and possibly overused, and the better alternative most of the time.
Tag: Programming
How to fix a CVE by overriding the version of a Spring Boot dependency
If you have a security scan flagging a dependency of a CVE (vulnerability) that is used Spring, you should not wait for their next update cycle to update it. You can update it yourself, find out how in this post.