Software engineer and enthusiast photographer

Hey, I'm Cassio Molin. I'm a software engineer and photography enthusiast living in Dublin, Ireland. This is my website, where I share my thoughts and photos.

Latest posts

Read my latest posts about programming and photography.

Programming

100k reputation points on Stack Overflow

Yesterday I readed 100k reputation points on Stack Overflow, and it feels like a significant milestone in my journey as a software engineer.
Read more100k reputation points on Stack Overflow
Programming

Comparing JSON documents in Java with JSON‑P

In a previous post, I demonstrated how to compare JSON documents using Jackson and Gson, taking advantage of Java 8 streams and Guava for comparing the documents as flat maps. In this post, I approach the comparison of JSON documents from another perspective, using JSON-P, also known as Java API for JSON Processing.

Read moreComparing JSON documents in Java with JSON‑P