life is too short for a diary

Most popular




Handling File Operations in Jenkins Pipeline

Jenkins pipelines are a powerful tool for automating continuous integration and delivery workflows. However, when dealing with file operations in a Jenkins pipeline, developers often encounter a common pitfall related to file handling...

Continue reading → Tags : jenkins






North Carolina Museum of Natural Sciences

I went to North Carolina Museum of Natural Sciences on a damp morning with Richu and her mom. There is no entrance fee and the street parking was easy to find. I was particularly enamored with the fossils of dinosaurs and whales which are pretty humongous. There's also a cafe inside if you get tired from walking. Below are some of the highlights of my visit...

Continue reading → Tags : north carolina museum






Optimizing Builds with Gradle Build Cache

Gradle build cache is an essential tool for optimizing build times in software development. By storing build outputs either locally or remotely, it significantly reduces the time and resources required for rebuilding similar tasks. This cache mechanism is especially beneficial in continuous integration environments where builds occur frequently...

Continue reading → Tags : gradle java