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.
Are you looking for the perfect standing desk? Why not build your own? In this article, you'll find 37 standing desk ideas that you can copy. Check it out!
If you are building test systems, 3-d printing is a useful skill to have. Here I talk about my experienc getting started with 3-d printing.
All architecture begins with a concept. If you’re struggling to find one, curious about what one is, or wondering how architects begin their projects; this s...
Building Ocelot API Gateway Microservice on .Net platforms which used Asp.Net Web Application, Docker, Ocelot. Explains how to perform API Gateway microservices operations on ASP.NET Core Web application using Ocelot framework. Ocelot API Gateway routing operations Routing, UpStream, DownStream, Configuration. Test with Postman.
This post may not be able to break through the noise around API Gateways and Service Mesh. However, it’s 2020 and there is still abundant confusion around these topics. I have chosen to write this to help bring real concrete explanation to help clarify differences, overlap, and when to use which. Feel free to @ me on twitter (@christianposta) if you feel I’m adding to the confusion, disagree, or wish to buy me a beer (and these are not mutually exclusive reasons).
Mark Heath's Development Blog
Wouldn't it be nice if Visual Studio could autogenerate clients for external API? It is actually possible, if they expose an OpenAPI file. Let's see how!
The term ‘micro’ in Microservices, though indicative of the size of a service, is not the only criteria that make an application a Microservice. When teams move to a microservices-based architecture…
How do we break a large system into smaller, more manageable modular components? This is the question I get asked the most, so I’ve put together this article describing a workshop recipe you can use…
In this article, I am going to focus on the importance of loose coupling as a design principle for microservices. I will give examples of poor design decisions that violate loose coupling and lead to distributed monoliths.