This week’s system design refresher:
-
Amazon Prime Video Ditches AWS Serverless (Youtube video)
-
The journey of a Slack Message
-
How GraphQL works in the true world
-
Completely different cloud companies
-
Bytebytego Collective
Verify your favourite jobs board as we speak – prime tech firms are ALWAYs making important hires.
Layoffs or not, interview preparedness will allow you to thrive. Get forward of the curve with Interview Kickstart:
-
They’ve educated 15000+ SDEs, EMs, TPMs, and Analysts to ace tech interviews
-
IK Alumni persistently land jobs at Amazon, Google, and top-tier firms (avg. wage hike: 66.5%)
-
What units them aside? Programs are taught by actual Hiring managers from top-tier firms like Google, Microsoft & Amazon
Be a part of their subsequent interview prep webinar (FREE) and get a complimentary course on Sorting Algorithms (15 hrs) by Omkar Deshpande – Head of Curriculum @IK (Stanford Ph.D.)
Why did Amazon Prime Video monitoring transfer from serverless to monolithic? How can it save 90% value?
On this video, we’ll discuss:
-
What’s Amazon Prime Video Monitoring Service
-
What’s the downside with the outdated serverless structure
-
How the monolithic structure saves 90% value
-
What did Amazon leaders say about this
In a latest technical article, Slack explains how its real-time messaging framework works. Right here is my brief abstract:
-
As a result of there are too many channels, the Channel Server (CS) makes use of constant hashing to allocate thousands and thousands of channels to many channel servers.
-
Slack messages are delivered by way of WebApp and Admin Server to the proper Channel Server.
-
By way of Gate Server and…