当前位置: 首页 > web >正文

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

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

http://www.xdnf.cn/news/18824.html

相关文章:

  • SpringBoot的条件装配原理
  • 量子计算驱动的Python医疗诊断编程前沿展望(下)
  • localhost和127.0.0.1的区别
  • 不再让Windows更新!Edge游戏助手卸载及关闭自动更新
  • 雪花算法数据库主键
  • Shell 学习笔记 - Shell 三剑客篇
  • 【ABAP4】基本语法1
  • CI/CD企业案例详解
  • Linux下usb设备驱动涉及的结构体
  • 记一次生产环境Hbase填坑之路、Hbase客户端登陆、kerberos认证、端口列表、Pod上手撕代码【Hbase最佳实践】
  • 酶 EC number 预测工具CLEAN的安装和使用
  • Java 线程池详解:原理、使用与源码深度解析
  • 从全栈开发到微服务架构:一次真实的Java面试实录
  • 【图像处理基石】如何把非笑脸转为笑脸?
  • Git连接Github远程仓库的代理设置
  • Java:HashSet的使用
  • Linux shell脚本条件循环
  • 基础篇(下):神经网络与反向传播(程序员视角)
  • 【论文阅读 | arXiv 2025 | WaveMamba:面向RGB-红外目标检测的小波驱动Mamba融合方法】
  • Multitouch for mac 触控板手势增强软件
  • Zynq开发实践(Verilog、仿真、FPGA和芯片设计)
  • RAG智能问答为什么需要进行Rerank?
  • 【K8s】整体认识K8s之namespace
  • 低功耗模式DMA数据搬运问题解析
  • 模块测试与低功耗模式全攻略
  • 【Java】springboot的自动配置
  • 谷德红外温度传感器在 3D 打印领域应用探究
  • Rust 登堂 生命周期(一)
  • 纯血鸿蒙下的webdav库
  • 最近遇到的几个JVM问题