Recent Posts

Calling Graphql mutation using WebClient

1 minute read

I had a requirement to call a graphql mutation endpoint from java and even with multiple graphql tools, requirement was to use a standard REST client to make...

How I used Intellij HttpClient CLI in Jenkins

1 minute read

Like many organizations we are into building scalable microservices in cloud, and we have variety of protocols like REST, Graphql etc using both server and s...

Augment Spring boot app with external jars

2 minute read

Spring Boot packaging to run as a standalone jar has it advantages, like you can pack all the dependencies into single uber jar and run it on the command lin...

AWS Sdk logging error

2 minute read

Sometimes small things which you overlook cause most headache and one such error is logging and error in a AWS lambda with NodeJs.

Python file writing mishaps

1 minute read

We had a requirement to pull data from Apple AppStoreApi and api response comes as compressed tab separated file and we coded it in python and quickly deploy...