Bookmarks
Some things I've read and liked.
-
fl fly.ioHow We Got to LiveView
fly.io
I'm Chris McCord. I work at Fly.io and created Phoenix, an Elixir web framework. Phoenix provides features out-of-the-box that are difficult in other languages and frameworks. This is a post about how we created LiveView, our flagship feature.
-
ne netflixtechblog.comHigh Quality Video Encoding at Scale
netflixtechblog.com
a video encoding pipeline that is highly robust, efficient and scalable
-
di discord.comHow Discord Indexes Billions of Messages
discord.com
-
di discord.comHow Discord Stores Billions of Messages
discord.com
We decided early on to store all chat history forever so users can come back at any time and have their data available. This is a lot of data: how do we do it?
-
ro romgrk.comOptimizing Javascript for fun and for profit
romgrk.com
romgrk's personal blog
-
al www.allthingsdistributed.comBuilding and operating a pretty big storage system called S3
www.allthingsdistributed.com
Three distinct perspectives on scale that come along with building and operating a storage system the size of S3.
-
de developer.valvesoftware.comLatency Compensating Methods in Client/Server In-game Protocol Design and Optimization - Valve Developer Community
developer.valvesoftware.com
-
ke kentcdodds.comDon't Solve Problems, Eliminate Them
kentcdodds.com
How eliminating problems can drastically simplify your codebases and life
-
pl planetscale.comDistributed caching systems and MySQL — PlanetScale
planetscale.com
Learn what distributed caching systems are, how they complement MySQL databases, and potential issues you might face when implementing them.
-
sl slack.engineeringScaling Slack’s Job Queue - Slack Engineering
slack.engineering
Slack uses a job queue system for business logic that is too time-consuming to run in the context of a web request. This system is a critical component of our architecture, used for every Slack message post, push notification, URL unfurl, calendar reminder, and billing calculation. On our busiest days, the system processes over 1.4 …
-
sa www.sarahmei.comWhy You Should Never Use MongoDB
www.sarahmei.com
Disclaimer: I do not build database engines. I build web applications. I run 4-6 different projects every year, so I build a lot of web applications. I see apps with different requirements and diff…
-
ve vercel.comBehind the scenes of Vercel's infrastructure: Achieving optimal scalability and performance – Vercel
vercel.com
Learn how Vercel builds and deploys serverless applications