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…

Gas and Payment - Ethereum Yellow Paper Walkthrough (3/7)

Another day, another Ethereum Yellow Paper blog post! In this post, we will learn more about Gas and Payments in Ethereum. We will also brush over the economics behind Ethereum and why fees are so important in the Ethereum ecosystem. After reading this post, we will understand why transaction costs…

New year and new job

Hi guys, this is just a quick update about my professional life. As you might know, two years ago I moved to New Zealand and started working at Eroad [http://www.eroad.co.nz]. I've met great people there and had a really good time. A few months…

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…

ElasticSearch 101

Introduction In this post I'd like to introduce some basic details about ElasticSearch [https://www.elastic.co]. I've been following the development of ES since 2011, when the company I used to work for was migrating from Solr to ES. In the last year I stopped…