快手资深存储技术专家
社招全职D7194地点:北京状态:招聘
任职要求
1、有较强的技术架构能力和行业影响力,在成本、性能和稳定性侧有丰富的实战经验; 2、熟悉存储系统、分布式算法、计算机网络,理解大型分布式存储系统工作原理,熟悉行业最佳实践; 3、具备优秀的逻辑思维能力,问题抽象能力和工程实现能力; 4、对技术有兴趣,自驱力强,对于产出质量有很高的自我要求; 5、精通Java或C++,熟悉多线程编程、网络编程,熟悉常见的数据结构和算法; 6、熟悉HDFS、HBase、Ceph、Cassandra、Rocksdb等存储系统者尤佳; 7、30人以上团队管理经验,具备组织建设和优化的经验;能协同解决业务痛点,针对差异化业务场景做好前瞻性的技术规划和支持。
工作职责
1、负责并引领快手EB级分布式存储系统的整体/核心模块的研发工作,包含底座、块存储、并行文件存储、HDFS和对象存储系统; 2、重点关注可用性、可靠性、扩展性、成本、性能和可运维性等指标,支持好公司内部各项业务的存储需求; 3、负责核心需求的抽象、技术方案的设计和实现,推进各项功能的高质量落地; 4、负责并管理线上稳定性问题的主动发现、分析定位和解决; 5、作为核心架构师/管理者,激发项目/团队,冲击目标。
包括英文材料
系统设计+
https://roadmap.sh/system-design
Everything you need to know about designing large scale systems.
https://www.youtube.com/watch?v=F2FmTdLtb_4
This complete system design tutorial covers scalability, reliability, data handling, and high-level architecture with clear explanations, real-world examples, and practical strategies.
算法+
https://roadmap.sh/datastructures-and-algorithms
Step by step guide to learn Data Structures and Algorithms in 2025
https://www.hellointerview.com/learn/code
A visual guide to the most important patterns and approaches for the coding interview.
https://www.w3schools.com/dsa/
Java+
https://www.youtube.com/watch?v=eIrMbAQSU34
Master Java – a must-have language for software development, Android apps, and more! ☕️ This beginner-friendly course takes you from basics to real coding skills.
C+++
https://www.learncpp.com/
LearnCpp.com is a free website devoted to teaching you how to program in modern C++.
https://www.youtube.com/watch?v=ZzaPdXTrSb8
多线程+
https://liaoxuefeng.com/books/java/threading/basic/index.html
和单线程相比,多线程编程的特点在于:多线程经常需要读写共享数据,并且需要同步。
https://www.youtube.com/watch?v=_uQgGS_VIXM&list=PLsc-VaxfZl4do3Etp_xQ0aQBoC-x5BIgJ
https://www.youtube.com/watch?v=IEEhzQoKtQU
https://www.youtube.com/watch?v=mTGdtC9f4EU&list=PLL8woMHwr36EDxjUoCzboZjedsnhLP1j4
https://www.youtube.com/watch?v=TPVH_coGAQs&list=PLk6CEY9XxSIAeK-EAh3hB4fgNvYkYmghp
https://www.youtube.com/watch?v=xPqnoB2hjjA
This video is an introduction to multithreading in modern C++.
https://www.youtube.com/watch?v=YKBwKy5PrpQ
Rust threading is easy to implement and improves the efficiency of your applications on multi-core systems!
网络编程+
https://www.youtube.com/watch?v=2HrYIl6GpYg
I will make a simple HTTP web server with the C Programming Language.
https://www.youtube.com/watch?v=8z6okCgdREo
This tutorial is for Gophers who have written a command line or an API application, but have little to no experience in lower-level concepts like reading and writing to sockets, working with channels, and managing multiple goroutines.
https://www.youtube.com/watch?v=bdIiTxtMaKA&list=PL9IEJIKnBJjH_zM5LnovnoaKlXML5qh17
https://www.youtube.com/watch?v=bzja9fQWzdA
Implement the ubiquitous TCP protocol that underlies much of the traffic on the internet!
[英文] 📺Network Programming with Python Course (build a port scanner, mailing client, chat room, DDOS)
https://www.youtube.com/watch?v=FGdiSJakIS4
Learn network programming in Python by building four projects. You will learn to build a mailing client, a DDOS script, a port scanner, and a TCP Chat Room.
https://www.youtube.com/watch?v=gntyAFoZp-E
https://www.youtube.com/watch?v=JiuouCJQzSQ
Explore the fundamentals of networking in Rust by building a simple TCP server.
https://www.youtube.com/watch?v=JRTLSxGf_6w
https://www.youtube.com/watch?v=sFizpxHkIlI
In this video we'll cover SOCKET PROGRAMMING in JAVA.
https://www.youtube.com/watch?v=sXW_sNGvqcU
数据结构+
https://www.youtube.com/watch?v=8hly31xKli0
In this course you will learn about algorithms and data structures, two of the fundamental topics in computer science.
https://www.youtube.com/watch?v=B31LgI4Y4DQ
Learn about data structures in this comprehensive course. We will be implementing these data structures in C or C++.
https://www.youtube.com/watch?v=CBYHwZcbD-s
Data Structures and Algorithms full course tutorial java
HDFS+
https://hadoop.apache.org/docs/r1.2.1/hdfs_design.html
The Hadoop Distributed File System (HDFS) is a distributed file system designed to run on commodity hardware.
https://www.ibm.com/cn-zh/think/topics/hdfs
Hadoop 分布式文件系统 (HDFS) 是一种管理大型数据集的文件系统,可在商用硬件上运行。
HBase+
[英文] HBase Tutorial
https://www.tutorialspoint.com/hbase/index.htm
HBase is a data model that is similar to Google's big table designed to provide quick random access to huge amounts of structured data. This tutorial provides an introduction to HBase, the procedures to set up HBase on Hadoop File Systems, and ways to interact with HBase shell.
Ceph+
https://docs.ceph.com/en/squid/start/beginners-guide/
The purpose of A Beginner’s Guide to Ceph is to make Ceph comprehensible.
https://www.youtube.com/watch?v=oEKJnHAfSiw
Cassandra+
[英文] Learn Cassandra
https://teddyma.gitbooks.io/learncassandra/content/index.html
This book step-by-step guides developers to understand what Cassandra is, how Cassandra works and how to use the features and capabilities of Apache Cassandra 2.0.
https://www.freecodecamp.org/news/the-apache-cassandra-beginner-tutorial/
In this tutorial I will introduce you to Apache Cassandra, a distributed, horizontally scalable, open-source database.
https://www.youtube.com/watch?v=J-cSy5MeMOA
Apache Cassandra is an open source NoSQL distributed database.
相关职位

社招技术类
1、根据产品需求开发相关APP功能,改善易用性,提高用户体验; 2、配合市场等其他部门,提供产品相关技术支持,定位和解决线上问题,技术疑难问题; 3、负责前沿技术研究,承担重点、难点的技术攻坚、功能扩展,现有开发方法的改进,现有框架重构; 4、有强烈的责任心和团队精神,善于沟通和合作;对于文档、编码规范等有个人的执着; 5、培养和辅助新人快速成长。
更新于 2023-12-27
社招8年以上信息技术类
资深开发/技术专家-广州(商家平台) 1、参与公司级面向商家平台的大规模分布式系统设计和研发,助力商家端核心业务的高效运行与创新; 2、负责大流量、高并发场景下的商家研发平台建设,包括核心功能模块设计与开发,不断优化系统架构、性能和稳定性; 3、与前端、后端、产品等团队密切协作,推动跨系统复杂场景问题的高效解决; 4、深入分析并处理高并发、大数据量、多系统协作等技术难题,持续提升系统功能性、稳定性和交付效率。
更新于 2025-07-19
社招5-10年D7229
岗位介绍:作为资深技术架构师,全面负责风控业务领域的技术架构规划与实施工作。主导技术团队攻克关键性技术难题,持续推动风控系统的架构优化与技术创新,确保系统在稳定性、安全性和性能效率等核心指标上保持卓越表现。同时,深度参与业务需求分析与战略规划,通过高效的跨部门协作,将技术创新有效转化为可量化的业务价值,为公司的风控体系建设提供强有力的技术支撑。 工作内容: 1、负责风控系统的整体架构设计,确保系统的高可用性、高性能和高扩展性; 2、设计和实现风控核心模块,包括规则引擎、模型服务、实时风控决策引擎、数据存储与处理等; 3、持续优化风控系统的性能,确保系统能够处理海量数据和高并发请求; 4、跟踪业界前沿技术,探索并引入适合风控业务的新技术和新架构; 5、推动风控系统的技术演进,提升系统的迭代效率和性能。
更新于 2025-09-09