Categories
Devops

Accessing vagrant machine using VS Code

I have started using VS Code a lot recently. Most of the time, it was accessing remote machines on the cloud using the Remote SSH plugin or logging in to the same machines and using VS Code directly. But, when I tried accessing my vagrant machine the same way, a big bummer. I had an…Continue readingAccessing vagrant machine using VS Code

Categories
Microservices

Microservices

Microservices has been gaining popularity in last couple of years due to its versatile nature around business capabilities, high maintainability and loosely coupled architecture. It also enables companies to release software faster as compared to monolithic applications. Each individual team within can build and deploy the services that it owns independently, without affecting or disrupting…Continue readingMicroservices

Categories
Database

Integrating Liquibase with Spring Boot Project

Liquibase is an open-source database-independent library for tracking, managing and applying database schema changes. It supports various file formats (like XML, YAML, JSON and SQL) for defining the DB structure.The feature that is probably most attractive in Liquibase is its ability to roll changes back and forward from a specific point -saving the user from…Continue readingIntegrating Liquibase with Spring Boot Project

Categories
NodeJs

Node.js : Pros & Cons

Web application development is always one of the exciting topic in IT. A lots of server side scripting and programming languages have been evolved and emerge in this field over the time such as Java, C# , Python and PHP etc. (Well I couldn’t think about others at the moment as I haven’t used it…Continue readingNode.js : Pros & Cons