The other day I was reading the second part of System Design Interview , or was it the first? and I recall that the …
The Hash Map Got a Swiss Army Knife Upgrade You’ve probably used hashmaps in the past, you normally use them but …
The multi tenant architecture is a software architecture (Don’t confuse it with a design pattern or deployment …
https://www.reddit.com/user/LegalCan4801/
Composition over inheritance is a recurring theme in object-oriented programming (OOP). Usually, it is explained in a …
Image by Tsutomu Nihei --niji 5
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 the Worker Pool design pattern. Imagine that you have a number of concurrent tasks that you want …
Protobuffers allow you to create a Go Lang gRPC API that has the characteristic of being incredibly faster, because it …
Image credits: Dmitriy Zub https://unsplash.com/es/@dimitryzub
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 …