Blog Logo
TAGS

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...

Read more...

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 ...

Read more...

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...

Read more...

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...

Read more...

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...

Read more...

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...

Read more...

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 ...

Read more...

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...

Read more...

Trains.NET

# Trains.NET [![License: MIT](https://img.shields.io/github/license/davidwengier/Trains.NET?color=blue License: MIT)](https://choosealicense.com/licenses/mit/) [![Build status](https://github.com/davi...

Read more...

Microsoft introduces Open Service Mesh for Kubernetes, plans quick donation to CNCF

Microsoft has introduced a new open source project, Open Service Mesh (OSM), to the Cloud Native Computing Foundation (CNCF). OSM is a lightweight and extensible service mesh that runs on Kubernetes a...

Read more...

Microsoft Introduces the Azure Well-Architected Framework - Providing Customers with Best Practices for Building and Delivering Well-Designed Solutions

In a recent blog post, Microsoft introduces the Azure Well-Architected Framework, consisting of five pillars of architectural best practices to help customers optimize their workloads against Azure be...

Read more...

Microsoft Introduces the Azure Well-Architected Framework

Microsoft has introduced the Azure Well-Architected Framework to help users build and manage high-quality applications efficiently. The framework provides a set of best practices, guidelines, and vari...

Read more...

Clean Architecture Essentials

This article explains why software should be described by use cases rather than layers and frameworks. It introduces the Clean Architecture style that focuses on loosely coupled implementation and use...

Read more...

Writing More Succinct C# - Dan Clarke

In this blog post, Dan Clarke talks about writing more succinct C# code. He highlights the benefits of using LINQ, ternary-if and expression body members, and shares other ways to make code more compa...

Read more...

Effective Microservices: 10 Best Practices

In this article, Md Kamaruzzaman shares 10 tips to implement Microservice Architecture the right way. The Definitive Guide to Effective Microservices covers the best practices for designing, deploying...

Read more...

Microservice Architecture and Design Patterns for Microservices

Learn how microservices can positively impact your enterprise and how to handle Microservice Architecture (MSA) and some Design Patterns for Microservices. Discover the four goals to consider in Micro...

Read more...

Building End-to-End Diagnostics: Activity and Span Correlation

In this series of posts, Jimmy Bogard explains how to build end-to-end diagnostics for microservices with activity and span correlation. In this particular post, he examines how to correlate start and...

Read more...

Why Your Microservices Architecture Needs Aggregates

Microservices architecture requires organizing our stuff into discreet, well-defined units. Aggregates help in this by allowing us to group together related business entities into cohesive units. With...

Read more...

Domain-Driven Design in the Era of Microservices

In this article, Christopher Laine explores the use of Domain-Driven Design (DDD) in the context of Microservices architecture. He reflects on the evolution of DDD since Eric Evans first published his...

Read more...

Automatonymous - A Most Awesome State Machine for .Net Applications

Automatonymous is a highly efficient state machine designed for .Net applications. It enables developers to rapidly build state machines for .Net software, with support for versions 4.5 and higher. Wi...

Read more...