Recent Posts

Java on Azure Tooling Update – July 2022

Hi everyone, welcome back to the July update of Java on Azure Tooling. In this update, we will introduce the brand new getting started experience with the Azure toolkit for IntelliJ. In addition, we have added support for Managed Identity Authentication. Let’s see what these new features are. Azure Toolkit for IntelliJ Improvements New Guided Getting Started Experience In April’s …

Read More »

Debugging Gson, Moshi and Jackson JSON Frameworks in Production

Parsing bugs are the gift that keeps on giving in the age of APIs. We use a service, it works perfectly in debugging, QA, etc. Then some user input that made its way to the web request returns a result we just can’t parse. Unfortunately, there isn’t much we can do at this stage. We need to understand why the …

Read More »

Available Now – gRPC for Apache Cassandra

Build microservices easily with the NoSQL standard database If you are like most developers, you are embracing applications built using microservices and a NoSQL database. There are many good reasons: faster time to market, lower total cost of ownership, better performance, less downtime, and easy scalability. Creating cloud-native applications is hard because microservices are often written in different languages, database …

Read More »