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.
Lines of Code has never been a great measure for code quality. Ever. See how you can write twice as much code, for the better.
Applying a document-oriented (REST) paradigm to your complex business domain is complicating things.
Subscribe: http://bit.ly/ChapsasSubBecome a Patreon and get source code access: https://www.patreon.com/nickchapsasHello everybody I'm Nick and in this video...
API Gateway: Backend for Frontend Let's discuss what API Gateway is, why it is essential to have one, and how it can better manage APIs. We will also
Kong API Gateway - Zero to Production. Let’s start by exploring the API gateway architecture pattern and then slowly deep dive into the details of running a production-grade….
In this tutorial, we will walk you through creating and deploying a simple URL shortener application using AWS CDK, DocumentDB, Lambda and API Gateway. DocumentDB is a document database which is…
You are using CDK and you need to provision an EC2 instance. What if you prefer to use Ubuntu over Amazon Linux? In this article, we will…
If you find the information in this post useful and want to learn more about dependency injection, may I suggest viewing my new course on Pluralsight – “Dependency Injection in ASP.NET Core“? I dive deeply the Microsoft D.I. container and how to use all of its features in your applications. In a previous post, I covered […]
In this article, we’re going to learn how to secure microservices with using standalone Identity Server 4 and backing with Ocelot API Gateway. We’re going to protect our ASP.NET Web MVC and API…