18 继续学习

要设计出一个好的系统,需要多年的知识积累。有一个捷径是研究真实世界的系统架构。本文将介绍一些有帮助的阅读材料。 务必留意那些真实系统之间共通的原理和相同的底层技术。研究每个技术并了解它解决了什么问题, 这是一个巩固基础知识和完善设计过程的好方法。

有一些材料可以帮你理解不同公司产品的系统架构背后的一般设计思想。以下是一些经典的博客文章,建议你仔细阅读。

  • Facebook Timeline:Brought to You by the Power of Denormalization
  • Scale at Facebook
  • Building Timeline:Scaling Up to Hold Your Life Story
  • Erlang at Facebook (Facebook Chat)
  • Facebook Chat
  • Finding a Needle in Haystack:Facebook's Photo Storage
  • Serving Facebook Multifeed:Efficiency, Performance Gains through Redesign
  • Scaling Memcache at Facebook
  • TAO:Facebook's Distributed Data Store for the Social Graph
  • Amazon Architecture
  • Dynamo:Amazon's Highly Available Key-value Store
  • A 360 Degree View of the Entire Netflix Stack
  • It's All About Testing:the Netflix Experimentation Platform
  • Netflix Recommendations:Beyond the 5 stars (Part 1)
  • Netflix Recommendations:Beyond the 5 stars (Part 2)
  • Google Architecture
  • The Google File System (Google Docs)
  • Differential Synchronization (Google Docs)
  • YouTube Architecture
  • Seattle Conference on Scalability:YouTube Scalability
  • Bigtable:A Distributed Storage System for Structured Data
  • Instagram Architecture:14 Million Users, Terabytes of Photos, 100s of Instances, Dozens of Technologies•The Architecture Twitter Uses to Deal with 150M Active Users
  • Scaling Twitter:Making Twitter 10000 Percent Faster
  • Announcing Snowflake
  • Timelines at Scale
  • How Uber Scales Their Real-Time Market Platform
  • Scaling Pinterest
  • Pinterest Architecture Update
  • A Brief History of Scaling LinkedIn
  • Flickr Architecture
  • How We've Scaled Dropbox
  • The WhatsApp Architecture Facebook Bought for$19 Billion

如果你将要参加一家公司的面试,最好先阅读一下它的工程博客,了解该公司采用的技术和系统架构。此外,工程博客也提供了关于一些特定领域的宝贵见解,定期阅读其中的文章可以帮助我们成为更好的工程师。

相关推荐
2303_Alpha2 天前
SpringBoot
笔记·学习
萘柰奈2 天前
Unity学习----【进阶】TextMeshPro学习(三)--进阶知识点(TMP基础设置,材质球相关,两个辅助工具类)
学习·unity
沐矢羽2 天前
Tomcat PUT方法任意写文件漏洞学习
学习·tomcat
好奇龙猫2 天前
日语学习-日语知识点小记-进阶-JLPT-N1阶段蓝宝书,共120语法(10):91-100语法+考え方13
学习
向阳花开_miemie2 天前
Android音频学习(十八)——混音流程
学习·音视频
工大一只猿2 天前
51单片机学习
嵌入式硬件·学习·51单片机
c0d1ng2 天前
量子计算学习(第十四周周报)
学习·量子计算
Hello_Embed2 天前
STM32HAL 快速入门(二十):UART 中断改进 —— 环形缓冲区解决数据丢失
笔记·stm32·单片机·学习·嵌入式软件
咸甜适中2 天前
rust语言 (1.88) 学习笔记:客户端和服务器端同在一个项目中
笔记·学习·rust
Magnetic_h2 天前
【iOS】设计模式复习
笔记·学习·ios·设计模式·objective-c·cocoa