
tech
Dynamic or Static Typing?
Exploring the ongoing debate between dynamic and static typing — what really matters is if you test your code.
Martin BielikAug 31, 2016
Posts tagged java

Exploring the ongoing debate between dynamic and static typing — what really matters is if you test your code.
How to configure wro4j (Web Resource Optimizer for Java) with Spring Boot using runtime mode and an HTTP filter, without any third-party Spring Boot starters.
How to use Mockito's ArgumentCaptor with parameterized generic types like List<Long> using a double cast to work around Java's type erasure.