Protocol Buffers vs. JSON

Protocol buffers, also known as Protobuf, is a protocol that Google developed internally to enable serialization and deserialization of structured data between different services. Google’s design goal was to create a better method than XML to make systems communicate with

Read More »

Gradle vs. Maven vs. Ant

In this post, we will run a high-level comparison between three Java ‘build’ tools: Gradle, Maven and Ant. A build tool is a software that creates an executable or production ready version of your project. A build tool compiles files,

Read More »
Scroll to Top