Ben-morris.com

Implementing a Docker HEALTHCHECK using ASP.Net Core 2.2

WEBAlthough you are free to implement your own end-point, a health check implementation is being added into version 2.2 of Asp.Net Core via some new extension …

Actived: 4 days ago

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

Migrating .Net framework applications to .Net Core

WEBA full migration is an iterative process that involves slowly removing any code or APIs that do not have a .Net Core equivalent. Once the code is fit for migration it can …

Category:  Health Go Health

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

WEBUsing architectural “fitness functions” as a guide to system design. 18 June 2018. Fitness functions are used in genetic programming to assess how close a …

Category:  Fitness 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

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

Don't use test coverage as a target

WEBMeasuring test code coverage can be a useful technique for finding where the gaps are in your automated tests. The problem is that coverage is often used as a …

Category:  Health Go Health

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

WEBInner source is based on the idea of adopting open source processes to collaborate more effectively on proprietary software. The hope is that this will serve to …

Category:  Health Go Health

What makes a good test automation suite

WEBIt should be able to detect regression. A good test suite should reduce the need for regression testing by verifying that previously features are still working as …

Category:  Health Go Health

Running serverless containers in AWS Fargate, Google Cloud Run …

WEBGoogle Cloud Run and Azure Container Instances both support GPU-based workloads while AWS Fargate does not. Azure provides native persistence for …

Category:  Health Go Health

Sharing libraries between .Net Core and .Net Framework applications

WEBImplementing existing .Net Framework libraries as shared .Net Standard libraries inevitably requires a migration, similar to porting to .Net Core . Microsoft's API …

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

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

When should you write your own message endpoint library

WEBWhen should you write your own message endpoint library? 14 December 2019. Enterprise messaging patterns are complex beasts that often warrant a common …

Category:  Health Go Health

Why the developer experience matters to architecture

WEB17 April 2021. The “developer experience” (DX) describes how engineers feel about working with a system. It applies the notion of user experience (UX) to software engineering. A …

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