Attach a new volume to EC2 Instance

This blog will talk about how to mount a new volume to an existing EC2 instance, though it is very straightforward & simple, but it’s good to have a checklist ready with you so that you can do things in…

This blog will talk about how to mount a new volume to an existing EC2 instance, though it is very straightforward & simple, but it’s good to have a checklist ready with you so that you can do things in…

So here is the consolidated list of the problems that current system have, I’ve categorized all the issues in different categories so that they can be managed properly CI Builds Code stability builds are not in place Code quality builds…

I was planning to write this blog 2-3 days back in fact not a blog but a blog series & this blog will be the starting of this blog series. This blog will only give you an overview what I’ll…

One of the important step during release is doing database update and rollback in case something goes wrong, usually people perform this operation manually. In this blog I’ll talk about how we can automate this process by following some convention.…

In this post I’ll be discussing about the 2 strategies that we can follow for releasing a Java based web project. A project can be primarily released in two ways Incremental Release Full Release Incremental Release is done…