Using Apple Automator to open webpage and run script
Sometime back, I wrote an article how I was using Tapermonkey to replace extension on the browsers when I want to run some script on the page.
Sometime back, I wrote an article how I was using Tapermonkey to replace extension on the browsers when I want to run some script on the page.
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...
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...
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...
Reading from Kafka in Beam streaming job with confluent schema registry
Sometimes small things which you overlook cause most headache and one such error is logging and error in a AWS lambda with NodeJs.
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...