-
Enterprise Java
Google Cloud Java Client – ApiFuture to Reactive types
Google Cloud Java Client libraries use a ApiFuture type to represent the result of an API call. The calls are…
Read More » -
Software Development
Service to Service Call Pattern – Multi-Cluster Ingress
Multi-Cluster Ingress is a neat feature of Anthos and GKE (Google Kubernetes Engine), whereby a user accessing an application that…
Read More » -
Software Development
Service to Service call pattern – Using Anthos Service Mesh
Anthos Service Mesh makes it very simple for a service in one cluster to call service in another cluster. Not…
Read More » -
Software Development
Cloud Bigtable – Write and Retrieval
This is a quick write up based on a few days of experimentation with Cloud Bigtable, with the following objectives: 1. Using…
Read More » -
Software Development
Service to Service call patterns – Multi-cluster using Anthos Service Mesh
This is third blog post as part of a series exploring service to service call patterns in different application runtimes…
Read More » -
Kotlin
Service to Service call patterns – GKE with Anthos Service Mesh on a single cluster
This is second in a series of posts exploring service to service call patterns in some of the application runtimes…
Read More » -
Kotlin
Service to Service call patterns in Google Cloud – GKE
This is a series of posts that will explore service to service call patterns in some of the application runtimes…
Read More » -
Core Java
Google Cloud Deploy – CD for a Java based project
This is a short write-up on using Google Cloud Deploy for Continuous Deployment of a Java-based project. Google Cloud Deploy…
Read More » -
Enterprise Java
Cloud Build and Gradle/Maven Caching
One of the pain points in all the development projects that I have worked on has been setting up/getting an…
Read More »