Who Moved My Cheese Testnet?

The recent incidents on the Holesky and Sepolia networks have made me think about our current state of testnets and who is most affected by these issues. It also made me reflect on our current approaches for testing hardforks and other coordinated rollouts and where we can improve. In this…

Unit and Integration tests in Spring Boot

Spring Boot [https://spring.io/blog/2013/08/06/spring-boot-simplifying-spring-for-everyone] is an awesome project that aims to make it easy creating production ready spring powered applications, bringing a convention over configuration based setup. It makes it easier to start a project with a default setup that can be customised as…