Can you explain different migration projects where you started it from scratch or were part of it?
Certainly! Migration projects involve moving data, applications, or systems from one environment to another. Here are some examples of migration projects which I have worked on: Technological Migration: From C/C++ to Java Restful API's to enable cloud Migration Description : Application rewrite from one C/C++ to Java RestfulAPI's to enable cloud migration. Key Stages : Self-analysis (assess needs and challenges) Understand the Existing business capabilities Understand the existing technical design Identify Key Business Capabilities to be decomposed to Domain driven Design to identify Key services Create Microservices design architecture Break the microservices design into technical user stories and execute using agile framework Implement CI CD using for deployment using docker and Kubernetes. Enable monitoring using ELK to capture the health and metrices of the services. ...