Engineering Manager Upgrade

After my initial brush, I was back to development in other organisations. I spent a couple of more years in this role and getting a few promotion to the next possible level. Then, I got another opportunity to join an enterprise. The enterprise was struggling though one of its products.... [Read More]

Learning Management Lessons

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]
Tags: design

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]
Tags: maven jib