Development has been my forte. I have worked hard and smart to deliver solutions.I have worked at startup, middle tier organisation and so called an enterprise (where I started my career). I have served positions like consultant, senior consultant, software engineer, principal consultant, senior software engineer, SDE-2, PSD etc. In...
[Read More]
Testing Async Spring methods
Recently I was part of team which started a green field project. Our application was a Spring Boot application. We were strictly adhering to TestDrivenDevelopemnt. Spring has good testing support. We annotated our test classes with SpringBootTest and it worked for most of our RestControllers and Repository layer.
[Read More]
Parsimony Principle
The most simple of two competing theories should be the preferred one, and that entities should not be multiplied needlessly
[Read More]
Build container image using Maven-jib-plugin
Current I am building containers for my project using DockerFile. In order to build such a project I would run with dockerBuild step in my CI pipeline. Since Dockerfile is another piece of code so it needs to be given its share of attention as well. We add steps to...
[Read More]
Configure External access with Istio Egress
Istio offers rich set of traffic management capabilities. Recently I tried to access service outside of cluster as a result I had to copnfigure Istio Egress resource. Continuing the journey with spring-greeting service, I added a next version of the servcice which will fetch a random page title from Wikipedia....
[Read More]