Composition over inheritance is a recurring theme in object-oriented programming (OOP). Usually, it is explained in a …
Software architecture
Subscribe via RSS to Software architecture posts
What is a deployment pattern? A deployment pattern (Not to be confused with a design pattern ) is an automatic method of …
This entry is about a design pattern of which, at the time, I found little to none information in Spanish. Imagine that …
Almost all modern web applications perform some form of streaming, from video platforms to live streaming. In this post …
In my post about the basic features about a REST API I mentioned to you that, besides REST, there were other types of …
On Saturday, August 6, 2022 I sat for and approved my Microsoft Azure AZ-900 certification exam.
What does AZ-900 …
How do I design a REST API? How many levels should I nest my related resources? Relative or full URLs? This post is a …
This publication is a minimal guide of practical tips on REST API design, I don’t go too deep into the theory. On …
Ngnix throttling allows us to limit the number of requests to a certain user. This is useful to prevent excessive …
Are you choosing a hosting service but don’t know which one to choose? Surely you have already had contact with …