본문 바로가기

반응형
SMALL

Architecture

(89)
How does CDN work?
Foreign exchange in payments
Why is Redis so fast? Why is Redis so fast? There are 3 main reasons as shown in the diagram below. 1. Redis is a RAM-based database. RAM access is at least 1000 times faster than random disk access. 2. Redis leverages IO multiplexing and single-threaded execution loop for execution efficiency. 3. Redis leverages several efficient lower-level data structures.
How does VISA work when we 𝐬𝐰𝐢𝐩𝐞 𝐚 𝐜𝐫𝐞𝐝𝐢𝐭 𝐜𝐚𝐫𝐝 at a merchant’s shop?
Airbnb System Architecture https://interviewnoodle.com/hotel-booking-system-design-airbnb-1283bbef71ac Hotel Booking System Design — Airbnb I will share a famous system design of Airbnb. interviewnoodle.com
Real-Time Messaging Architecture at Slack https://www.infoq.com/news/2023/04/real-time-messaging-slack/?utm_source=facebook&utm_medium=link&utm_campaign=calendar&fbclid=IwAR0z-sVSHi_jg7AQ0e3GfLDyHk15m2XG8jPoU0M03TkWPlVBmhZ918vGvCA Real-Time Messaging Architecture at Slack Slack recently described how it sends millions of messages daily in real-time across the globe. The company provides a comprehensive insight into its architecture, des..
Microservices Architecture
How Microservices communicates with each other? Synchronous vs Asynchronous Communication Pattern https://medium.com/javarevisited/how-microservices-communicates-with-each-other-synchronous-vs-asynchronous-communication-pattern-31ca01027c53 How Microservices communicates with each other? Synchronous vs Asynchronous Communication Pattern Choosing the Right Communication Pattern for Microservices Architecture: Exploring Synchronous and Asynchronous Communication Methods medium.com
What is API Gateway Design Pattern in Microservices? With ExamplesRead https://javarevisited.blogspot.com/2023/04/what-is-api-gateway-design-pattern-in.html?fbclid=IwAR25cbSJSmVWf8ZSsLuFJlH5Ik7pK9NBlupJSviDPjUFLgiAVih8SsKsdJA#axzz7yBtqZNQy What is API Gateway Design Pattern in Microservices? With Examples A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience. javarevisited.blogspot.com
Why is the TikTok Recommender System so Good?

반응형
LIST