Bookmarks
Some things I've read and liked.
-
fl fly.ioI'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.coma video encoding pipeline that is highly robust, efficient and scalable
-
di discord.com -
di discord.comWe 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.comromgrk's personal blog
-
al www.allthingsdistributed.comThree distinct perspectives on scale that come along with building and operating a storage system the size of S3.
-
de developer.valvesoftware.com -
ke kentcdodds.comHow eliminating problems can drastically simplify your codebases and life
-
pl planetscale.comLearn what distributed caching systems are, how they complement MySQL databases, and potential issues you might face when implementing them.
-
sl slack.engineeringSlack 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.comDisclaimer: 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.comLearn how Vercel builds and deploys serverless applications