Sudipt Sharma

Sudipt Sharma

An experienced DevOps Specialist and a creative professional with extensive knowledge of DevOps solutions and opensource tools.

Terraforming The Better Way: Part-I

Azure DevOps Integration

We often face complications after a certain point when we can not change the foundation layer of our code because we haven’t thought it through and didn’t plan or strategize the way of writing code in the beginning, there are certain…

Unix File Tree Part-2

Azure DevOps Integration

For those who have surfed straight to this blog, please check out the previous part of this series Unix File Tree Part-1 and those who have stayed tuned for this part, welcome back.In the previous part, we discussed the philosophy and the…

Unix File Tree Part-1

Azure DevOps Integration

Nature has its own way to reach out for perfection and the same should be our instinct to make our creations perfect. Dennis Ritchie, father of Unix and an esteemed computer scientist might have implied the same approach for Unix directory structure. Why? Before…

Git-Submodule

Azure DevOps Integration

Rocket Science has always fascinated me, but one thing which totally blows my mind is the concept of modules aka. modular rockets. The literal definition of modules states “A modular rocket is a type of multistage rocket which features components…

Gitlab-CI with Nexus

Azure DevOps Integration

Recently I was asked to set up a CI- Pipeline for a Spring based application. I said “piece of cake”, as I have already worked on jenkins pipeline, and knew about maven so that won’t be a problem. But there…