weβre unpacking theΒ 8 Fallacies of Distributed ComputingΒ β those sneaky little assumptions that make developers cry and systems crash. ππ₯ Think you know everything about distributed systems? I'm here to break it all down.
Ready to explore the cosmos of software architecture? Our latest podcast dives into Space-Based Architecture!
In this episode, weβll cover:
Join us for a fun, insightful chat on taking your apps to the next level. Please tune in and let's reach for the stars together! πβ¨
We unravel the role of a Software Architect and dissect what Software Architecture means. Is it just about microservices, or is there more? Tune in for a clear, concise exploration of the architects of our digital world. ππ‘ #TechInsights #SoftwareArchitectureSimplified
Quick insights into the Strangler Fig Pattern - your secret weapon for painless system upgrades. Perfect for tech enthusiasts seeking a smooth transition from old to new. Tune in for a bite-sized guide to modernization!
Resources:
Prioritize requests sent to services so that requests with a higher priority are received and processed more quickly than those with a lower priority.
Distributed locks are a very useful primitive in many environments where different processes must operate with shared resources in a mutually exclusive way.
https://redis.io/docs/manual/patterns/distributed-locks/
https://www.redhat.com/en/topics/containers/what-is-etcd#:~:text=etcd%20(pronounced%20et%2Dsee%2D,systems%20or%20clusters%20of%20machines.
Don't throw large messages into the queues, they're getting upset! π§
More about design patterns for implementing the Saga!
You own a microservice app with 4 services with a database per each service!
How would you save the data consistency? USE SAGA!π
Listen to Part (1) from here: https://anchor.fm/alameer/episodes/The-12-Factor-App---Part-1-e1thac2
Some principles that we can call best practices, microservices best practices! ποΈ
Do you ever think that Circuit Breaker exists in software?
If you don't, Listen to a quick introduction about microservices and what is the Circuit Breaker π
Want to update them ALL !? NOW or LATER?
Twitter System Design at 30,000 ft!
Have you ever heard the term "Multi-tenant" before? How do you think Microsoft is shipping its own SaaS?
Learn more!