Ben-morris.com

Implementing a Docker HEALTHCHECK using ASP.Net Core 2.2

WEBThis check is executed every time the health check endpoint is called and the result added to a HealthReport object. If the check fails, the default health check …

Actived: 4 days ago

URL: https://www.ben-morris.com/implementing-a-docker-healthcheck-using-asp-net-core-2-2/

Using architectural “fitness functions” as a guide to system design

WEBThis approach is quite limited as it takes a very narrow view of the system. A full picture of architectural health needs to take different dimensions into account …

Category:  Health Go Health

Hosting .Net Core containers in Service Fabric

WEBHosting .Net Core containers in Service Fabric. You can host containers in Service Fabric, but it is first and foremost an application server. Service Fabric projects …

Category:  Health Go Health

Running serverless containers in AWS Fargate, Google Cloud Run …

WEBThese include features such as health checks and self-healing, replication control, routing and load balancing, automated rollouts and rollbacks and canary …

Category:  Health Go Health

Agile metrics. You get what you measure. In a bad way.

WEBIn a bad way. Agile development tends not to throw up usable metrics for management teams to feed on. If the goal is to foster self-organising teams that choose …

Category:  Health Go Health

Migrating .Net framework applications to .Net Core

WEB9 August 2016. Migrating existing applications to .Net Core is not a trivial undertaking so you need to be certain of the potential benefits before you start. These benefits hinge …

Category:  Health Go Health

Sharing libraries between .Net Core and .Net Framework applications

WEBThe compatibility shim should come with a significant health warning. It allows framework libraries to be compiled into .Net Standard applications, but it doesn't …

Category:  Health Go Health

What makes a good test automation suite

WEBThere's no point having a test automation suite unless you are confident that it can provide a consistent and reliable indication of the health of the code base. This …

Category:  Health Go Health

Managing change and version control for service interfaces

WEBManaging change and version control for service interfaces. Change is an inevitable and even desirable part of distributed software development. After all, it often …

Category:  Health Go Health

Do you really need Kubernetes

WEBKubernetes is also at the heart of a constantly evolving ecosystem. You will need to consider solutions for concerns such as configuration, secrets, application …

Category:  Health Go Health

Why the developer experience matters to architecture

WEBAll this requires a willingness to invest in the ongoing health of a code base at the expense of new features. Culture and psychological safety. A recent Google …

Category:  Health Go Health

Refactoring monoliths to microservices: the pragmatic reality

WEBThe important thing is to have a clear direction and travel and a pragmatic approach to getting there. Few large monolithic architectures can ever be fully refactored …

Category:  Health Go Health

Inner source is more of a cultural shift than a technical change

WEBIn practical terms it means reviewing incoming pull-requests, taking responsibility for the long-term health of the code base, defending the boundaries from …

Category:  Health Go Health

When should you write your own message endpoint library

WEBThe health warning. The problem is that implementing basic messaging patterns is much harder than it looks. There are a bunch of concerns to figure out, …

Category:  Health Go Health

Don't use test coverage as a target

WEBDon't use test coverage as a target. Measuring test code coverage can be a useful technique for finding where the gaps are in your automated tests. The problem is …

Category:  Health Go Health