This article is an effort to summarize the Top Microservices Framework in Java and listed in no particular priority order. Considering the flexibility in MSA (Microservices Architecture), these are not mutually exclusive and you can choose as per your architectural requirements, business need, organizational context, and other factors under consideration. #1 Spring Boot with Spring Cloud (Production-grade, Widely Adopted) Star Developed by: Pivotal (part of VMWare)Link: spring.io/projects/spring-boot Spring Boot does…
Read MoreSoftware Quality Strategy Is Essential For Every Architect
Ensuring software quality is one of the key performance indicators for a software architect. That’s why having a strategy to ensure software quality is an essential aspect of software architect’s key responsibilities. Essentially you can apply Pareto Principle (80/20 rule) to manage Software Quality: 20 % of your focus on Software Quality can bring 80% of effects in delivering better Software Use the below three steps to make your software…
Read MoreAWS App Mesh vs. Istio: A Comparison Of Service Mesh
Context As Microservices architecture isolates system functionalities into multiple independent services, the communication mechanism between these services plays a key role for a scalable, available, and high-performance architecture. A service mesh is an infrastructure layer that manages service communication in a transparent and language-independent way. It helps to configure how service instances perform critical actions such as service discovery, load balancing, data encryption, and authentication and authorization. Applicability Service Mesh pattern…
Read More5 Books Every Software Architect Should Read
Follow @ankurkumarzFollow @VedcraftTeam This article starts with selecting five essential books every software architect should read as part of their career journey. While these five books providing a combination of classic design & architecture knowledge, patterns, and best practices, documentation of software architecture, strategies & engineering practices to maintain systems in productions, the list continues at the end of the article. Other Recommended Books Book Title Purpose & Usage Patterns…
Read MoreTop Ten Metrics You Need To Measure Productivity
Follow @ankurkumarzFollow @VedcraftTeam Measuring & tracking the progress of any program is key to success as quoted in the famous saying: If you can’t measure it, you can’t improve it. Considering a large number of metrics available, this article summarizes the top ten metrics to measure from the delivery team’s productivity perspective: Metric Purpose Description Feature Cycle Time To measure the time-to-market of a feature to generate business value and…
Read MoreHow Did We Increase Incident Analysis Efficiency By Over 40 % using Splunk?
Splunk has been recognized to provide end-to-end data platform capabilities turning data into insights & actionable measures. Logs collection, aggregation, visualization, and insights are table stakes for enterprise applications. Elevating platforms to real-time log analysis, generating actionable insights by applying machine learning algorithms, analyzing failure trends, and real-time visualization during incidents are some of the key capabilities expected in modern platforms. As we progressed our journey to find such capabilities,…
Read MoreMicroservice Architecture with Spring Cloud, Prometheus, Grafana, and Keycloak using Kubernetes
When I started research on building microservice architecture with completely opensource software, I established the following as key guiding principles: Opensource technology stack, which is proven & battle-tested for production systems Applying API Gateway pattern for Microservices Wider developer community support with active support (in case there are issues or troubleshooting needed) Good documentation with easily accessible learning material These principles helped me to choose the technology stack, which has…
Read MoreTop Ten Technology Trends For 2021
Based on reports published by research companies like Gartner, Forrester, Bain, Deloitte, there are numerous technology trends predicted for 2021. This article summarizes the top ten technology trends common across their reports. #10 – Zero Trust Security & Privacy Computation Security has always been a key focus area for enterprises and the advancement towards zero-trust principle (never trust & always verify) will continue to be the trend in coming years.…
Read MoreLessons Learned from AWS Services Outage (Nov 2020)
Context, Analysis & Impact Amazon’s internet infrastructure service experienced a multi-hour outage on Wednesday that affected a large portion of the internet. Read more details on The Washington Post by clicking here. More than 50+ companies impacted including Roku, Adobe, Flickr, Twilio, Tribune Publishing and Amazon’s own smart security division Ring, in its region covering the eastern U.S. Business impact such as as reported by The Washington Post: New account…
Read MoreDon’t Reinvent for Cloud Migration or Adoption Framework
When it comes to cloud migration or adoption, often organizations get into the practice of building a cloud migration framework before the migration. While having a cloud migration strategy is essential for successful cloud migration, it does not necessitate to build your own cloud migration framework.During the assessment or discovery phase itself, you can start leveraging the below frameworks based upon your cloud vendor selection: AWS Cloud Adoption Framework Microsoft…
Read More