This is a feed of links I've run across and found interesting or noteworthy. The images, content and opinions in them are owned by their respective authors.
SaaS migration can be daunting for some organizations. How do you introduce multi-tenancy without refactoring a lot of code? How do you introduce multi-tenan...
Check out my courses: https://nickchapsas.comBecome a Patreon and get source code access: https://www.patreon.com/nickchapsasHello everybody I'm Nick and in ...
Software design is truly an exercise in human relationships
Check out my Minimal APIs course and use code MINIMAL15 for 15% off: https://nickchapsas.com/p/from-zero-to-hero-minimal-apis-in-net-with-cBecome a Patreon a...
Minimal APIs are the hottest .NET 6 feature and for good reason. They makes it extremely easy to create high performance and scalable APIs without having to ...
FastEndpoints is a developer friendly alternative to Minimal APIs & MVC for rapid REST API development.
AspectCore is an AOP-based cross platform framework for .NET Standard. - GitHub - dotnetcore/AspectCore-Framework: AspectCore is an AOP-based cross platform framework for .NET Standard.
:boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier! - GitHub - dotnetcore/EasyCaching: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
You can't be a better coach than you are a person. Three areas of personal growth have accelerated Kent Beck's (Fellow at Gusto) effectiveness as a coach:- B...
We know how to write code to do something now. What about code to do something tomorrow, or next year? Sometimes we use batch jobs. But as business grows, ou...