Performance

Performance

470 bookmarks
Custom sorting
Redis - The Real-time Data Platform
Redis - The Real-time Data Platform
Developers love Redis. Unlock the full potential of the Redis database with Redis Enterprise and start building blazing fast apps.
·redis.io·
Redis - The Real-time Data Platform
Amazon Architecture - High Scalability -
Amazon Architecture - High Scalability -
This is a wonderfully informative Amazon update based on Joachim Rohde's discovery of an interview with Amazon's CTO. You'll learn about how Amazon organizes their teams around services, the CAP theorem of building scalable systems, how they deploy software, and a lot more. Many new additions from the ACM Queue article have also been included. Amazon grew from a tiny online bookstore to one of the largest stores on earth. They did it while pioneering new and interesting ways to rate, review, an
·highscalability.com·
Amazon Architecture - High Scalability -
A 360 Degree View of the Entire Netflix Stack - High Scalability -
A 360 Degree View of the Entire Netflix Stack - High Scalability -
This is a guest repost by Chris Ueland, creator of Scale Scale, with a creative high level view of the Netflix stack. As we research and dig deeper into scaling, we keep running into Netflix. They are very public with their stories. This post is a round up that we put together with Bryan’s help. We collected info from all over the internet. If you’d like to reach out with more info, we’ll append this post. Otherwise, please enjoy! –Chris / ScaleScale / MaxCDN A look at what we think is i
·highscalability.com·
A 360 Degree View of the Entire Netflix Stack - High Scalability -
YouTube Architecture - High Scalability -
YouTube Architecture - High Scalability -
Update 3: 7 Years Of YouTube Scalability Lessons In 30 Minutes and YouTube Strategy: Adding Jitter Isn't A Bug Update 2: YouTube Reaches One Billion Views Per Day. That’s at least 11,574 views per second, 694,444 views per minute, and 41,666,667 views per hour.  Update: YouTube: The Platform. YouTube adds a new rich set of APIs in order to become your video platform leader--all for free. Upload, edit, watch, search, and comment on video from your own site without visiting YouTube. Compose yo
·highscalability.com·
YouTube Architecture - High Scalability -
How Uber Scales Their Real-time Market Platform - High Scalability -
How Uber Scales Their Real-time Market Platform - High Scalability -
Reportedly Uber has grown an astonishing 38 times bigger in just four years. Now, for what I think is the first time, Matt Ranney, Chief Systems Architect at Uber, in a very interesting and detailed talk--Scaling Uber's Real-time Market Platform---tells us a lot about how Uber’s software works. If you are interested in Surge pricing, that’s not covered in the talk. We do learn about Uber’s dispatch system, how they implement geospatial indexing, how they scale their system, how they implement h
·highscalability.com·
How Uber Scales Their Real-time Market Platform - High Scalability -
Pinterest Architecture Update - 18 Million Visitors, 10x Growth,12 Employees, 410 TB of Data - High Scalability -
Pinterest Architecture Update - 18 Million Visitors, 10x Growth,12 Employees, 410 TB of Data - High Scalability -
There has been an update on Pinterest: Pinterest growth driven by Amazon cloud scalability since our last post: A Short on the Pinterest Stack for Handling 3+ Million Users. With Pinterest we see a story very similar to that of Instagram. Huge growth, lots of users, lots of data, with remarkably few employees, all on the cloud. While it's true that both Pinterest and Instagram are not making great advances in science and technology, that is more indicator of the easy power of today's commodity
·highscalability.com·
Pinterest Architecture Update - 18 Million Visitors, 10x Growth,12 Employees, 410 TB of Data - High Scalability -
The WhatsApp Architecture Facebook Bought For $19 Billion - High Scalability -
The WhatsApp Architecture Facebook Bought For $19 Billion - High Scalability -
Rick Reed in an upcoming talk in March titled That's 'Billion' with a 'B': Scaling to the next level at WhatsApp reveals some eye popping WhatsApp stats: What has hundreds of nodes, thousands of cores, hundreds of terabytes of RAM, and hopes to serve the billions of smartphones that will soon be a reality around the globe? The Erlang/FreeBSD-based server infrastructure at WhatsApp. We've faced many challenges in meeting the ever-growing demand for our messaging services, but as we continue to p
·highscalability.com·
The WhatsApp Architecture Facebook Bought For $19 Billion - High Scalability -
Beyond the Basics: Designing for a Million Users
Beyond the Basics: Designing for a Million Users
Add to your system design knowledge toolkit! These are concepts, which every engineer must know, if they want to scale from zero to millions of users or ace their interviews!
·javarevisited.substack.com·
Beyond the Basics: Designing for a Million Users
What Is CSS Containment and How Can I Use It?
What Is CSS Containment and How Can I Use It?
CSS containment lets you isolate layout and paint work to self-contained ‘islands’. Here’s what each contain value does and how to use it safely.
·csswizardry.com·
What Is CSS Containment and How Can I Use It?
Build for the Web, Build on the Web, Build With the Web
Build for the Web, Build on the Web, Build With the Web
Every layer of abstraction made in the browser moves you further from the platform, ties you further into framework lock-in, and moves you further away from fast. By using progressive enhancement, you can opt into browser-native features that are usually faster, more accessible, more secure, and—perhaps most importantly to the business—maintained by someone else. The beauty of opting into web platform features as they become available is that your site becomes contextual. The same codebase adapts into its environment, playing to its strengths, rather than trying to build and ship your own environment from the ground up. Meet your users where they are.
·speakerdeck.com·
Build for the Web, Build on the Web, Build With the Web
Improved font fallbacks | Blog | Chrome for Developers
Improved font fallbacks | Blog | Chrome for Developers
The new `size-adjust` and font metric overrides allow developers to create font fallbacks that closely match web fonts. This reduces layout shifts.
·developer.chrome.com·
Improved font fallbacks | Blog | Chrome for Developers
0-rate-limiters.md
0-rate-limiters.md
GitHub Gist: instantly share code, notes, and snippets.
·gist.github.com·
0-rate-limiters.md
alex-xu-system/bytebytego
alex-xu-system/bytebytego
Contribute to alex-xu-system/bytebytego development by creating an account on GitHub.
·github.com·
alex-xu-system/bytebytego
"Clean" Code, Horrible Performance
"Clean" Code, Horrible Performance
Many programming "best practices" taught today are performance disasters waiting to happen.
·computerenhance.com·
"Clean" Code, Horrible Performance
Build Your Own Database
Build Your Own Database
A step-by-step guide to building a key-value database from scratch.
·nan.fyi·
Build Your Own Database