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

My experiences with API gateways… | by Mahesh Mahadevan | Medium
Mahesh Mahadevan - link.medium.com
A while back, I was working on a project to implement API gateway for our product’s cloud offering. The main motivation behind it was to have a single point of entry for all the external traffic and…

Stop Using Primitive Types in Domain Classes | Better Programming
Nicklas Millard - betterprogramming.pub
Want to see how easily you can capture domain knowledge and how to avoid catching a bad case of primitive obsession?

Remove Your If-Else and Switch Cases by N. Millard | Level Up Coding
Nicklas Millard - levelup.gitconnected.com
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.

Domain Class Are Not REST Resources | Level Up Coding
Nicklas Millard - levelup.gitconnected.com
Applying a document-oriented (REST) paradigm to your complex business domain is complicating things.
Bidirectional Streaming | gRPC in .NET 5
youtube.com
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...
An introduction to the Tyk API Management Platform
youtube.com

14 Open Source and Managed API Gateway for Modern Applications
geekflare.com
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 - From Zero to Production | by Arun Ramakani | The Startup | Medium
Arun Ramakani - medium.com
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….

Create a Simple URL Shortener with AWS CDK and DocumentDB | by Cagdas Ozbey | TysonWorks | Medium
Cagdas Ozbey - medium.com
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…

Provision an Ubuntu-based EC2 instance with CDK
loige.co
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…