Software Architecture: The Most Important Architectural Patterns You Need to Know
In this article, Anh T. Dang explains the most important architectural patterns every software developer should know about. He describes how a pattern is a general, reusable solution to a commonly occ...
Decision Management in Software Engineering
This article explores the importance of proper decision management in software engineering. Despite the fact that we make countless decisions every day, many companies lack a formal process for docume...
How Redis Simplifies Microservices Design Patterns - The New Stack
How Redis helps in designing microservices with simplicity and efficiency. The article talks about various microservices design patterns and their challenges, followed by how Redis can be used to addr...
The Microservices Workflow Automation Cheat Sheet
If youre interested in implementing workflow automation in a microservice architecture, this guide by Bernd Rücker provides guidance on the core architecture decisions you will have to make. Topics su...
Microservices Design - API Gateway Pattern
Microservices are a popular architecture style for building scalable and highly available applications. One of the key challenges with microservices is managing the complexity that arises when you hav...
The Future of DevOps — Assembly Lines
As the world of DevOps continues to evolve, the concept of Assembly Lines is gaining prominence. In this article, we explore what Assembly Lines are, how they work, and how they are helping us keep up...
The Relationship Between Software Architecture And Business Models: Implications and Insights
In this article, Nick Tune explores the relationship between software architecture and business models. He argues that understanding the business model is a vital skill for architects as every signifi...
Frontend Architectural Patterns: Backends-For-Frontends
The backends-for-frontends architectural pattern is a model where every client application has its own server-side component which serves as a backend for that particular frontend. This is particularl...
Self-documenting Architecture: Reducing the Learning Curve and Improving System Design
In software development, understanding how a system works is one of the biggest time costs. As systems become more complex, our ability to understand them doesnt seem to be growing at the same rate. S...
Continuous Integration with .NET Core and Gitlab
In this article, Jelle Verheyen explains how to set up a continuous integration pipeline with .NET Core and Gitlab. The article covers setting up the Gitlab CI, creating a .gitlab-ci.yml file, includi...
Principles, Patterns, and Practices for Effective Infrastructure as Code
In this article by Adarsh Shah published on ITNEXT, you will learn about the key principles, patterns, and practices for delivering infrastructure and software rapidly and reliably at scale using infr...
7 Trending DevOps Topics in 2020
Keep up with the latest DevOps trends to finish the year out strong with these 7 topics. DevOps is a culture that encourages collaborations among all stakeholders including development and operations ...
Use Four Keys metrics to measure your teams DevOps performance
Learn about the four key metrics that indicate the performance of a software development team: Deployment Frequency, Lead Time for Changes, Change Failure Rate, and Time to Restore Service. By measuri...
Principles for Microservice Design: Think IDEALS, Rather than SOLID
Learn how the IDEALS (interface segregation, deployability (is on you), event-driven, availability over consistency, loose-coupling, and single responsibility) principles can guide microservice design...
Accelerate Your ETL Pipelines with Azure Databricks and Azure Data Factory
Learn how to modernize your ETL pipelines and make your data more performant with Azure Databricks and Azure Data Factory. This article discusses the challenges faced by on-premises ETL pipelines, suc...
Life after Microservices: A Tactical Prediction for ITs Future
This slide deck offers insights on the future development of microservices from multiple angles, taking stock of ITs past and present, and exploring the trends that will shape its future. The author l...
Timeless design in a cloud-native world
This slide deck covers the topic of functional service design in distributed systems, including cloud-native systems. It emphasizes the importance of spreading business functionality across a service ...
OpenFin: A small example app using it
A little demo app to try out OpenFin. Overview, what does the final product look like? What tools will we use along the way? Where is the code? What exactly is OpenFin, and what problem is it trying t...
Trains.NET
# Trains.NET [](https://choosealicense.com/licenses/mit/) [, to the Cloud Native Computing Foundation (CNCF). OSM is a lightweight and extensible service mesh that runs on Kubernetes a...