Kong API Management
Kong is an open-source platform that has tools for API Gateways, API Management, Governance, and Kubernetes. API Gateways provide a way to proxy traffic to different services. This is very beneficial for many reasons. By acting as a single entry point the API gateway is responsible for routing traffic. This means that if a company wanted to...
.NET Software Architecture for Remote Workers
With more people going remote due to the current pandemic it's brought up a lot of thoughts about how to make .NET work environments more friendly to remote workers. Traditionally, .NET has been tightly coupled with corporate infrastructure. There will be a lot of challenges with taking a team that is in-house to...
Getting Started with Landoop's Kafka on Docker for Windows
Here's a quick guide to running Kafka on Windows with Docker. I'll show you how to pull Landoop's Kafka image from Docker Hub, run it, and how you can get started with Kafka. We'll also be building a .NET Core C# console app for this demonstration. I learned most of this from...