快手资深CDN开发工程师
社招全职D0360地点:北京状态:招聘
任职要求
1、本科及以上学历,计算机、电子信息科学和软件工程等相关专业优先,有扎实的计算机原理、数据结构及编码基础知识; 2、熟悉TCP/IP/HTTP(S)/QUIC等网络协议; 熟悉nginx,熟练掌握C++/Go,熟悉Linux环境开发,熟悉1-2种脚本语言Shell/Python/Lua等,有分布式大规模高并发服务开发经验; 3、具有良好的沟通能力,有较强的独立工作能力和解决问题的能力,有CDN研发经验者优先; 4、成熟的工程架构能力,包括但不限于数据分析、容量、性能、稳定性、容灾预案等服务治理能力; 5、具有良好的逻辑思维能力和业务敏感度,乐于创新,良好的团队沟通和协作能力,能够利用技术推动业务发展和提升用户体验; 6、工作地点:深圳/北京/杭州均可。
工作职责
1、负责点播/直播/静态CDN服务端设计、研发、维护工作,追求极致质量与成本; 2、负责缓存、传输以及新协议的调优并在CDN落地。
包括英文材料
学历+
数据结构+
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
TCP/IP+
[英文] What is TCP/IP?
https://www.techtarget.com/searchnetworking/definition/TCP-IP
TCP/IP stands for Transmission Control Protocol/Internet Protocol and is a suite of communication protocols used to interconnect network devices on the internet.
HTTP+
https://developer.mozilla.org/zh-CN/docs/Web/HTTP
超文本传输协议(HTTP)是一个用于传输超媒体文档(例如 HTML)的应用层协议。它是为 Web 浏览器与 Web 服务器之间的通信而设计的,但也可以用于其他目的。
Nginx+
[英文] Beginner’s Guide
https://nginx.org/en/docs/beginners_guide.html
This guide gives a basic introduction to nginx and describes some simple tasks that can be done with it.
https://www.youtube.com/watch?v=9t9Mp0BGnyI
NGINX is open-source web server software used for reverse proxy, load balancing, and caching. It's important to understand, especially if you are a backend developer.
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
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
Linux+
https://ryanstutorials.net/linuxtutorial/
Ok, so you want to learn how to use the Bash command line interface (terminal) on Unix/Linux.
https://ubuntu.com/tutorials/command-line-for-beginners
The Linux command line is a text interface to your computer.
https://www.youtube.com/watch?v=6WatcfENsOU
In this Linux crash course, you will learn the fundamental skills and tools you need to become a proficient Linux system administrator.
https://www.youtube.com/watch?v=v392lEyM29A
Never fear the command line again, make it fear you.
https://www.youtube.com/watch?v=ZtqBQ68cfJc
脚本+
[英文] Scripting language
https://en.wikipedia.org/wiki/Scripting_language
https://zhuanlan.zhihu.com/p/571097954
一个脚本通常是解释执行而非编译。脚本语言通常都有简单、易学、易用的特性,目的就是希望能让程序员快速完成程序的编写工作。
Bash+
[英文] The Bash Guide
https://guide.bash.academy/
A quality-driven guide through the shell's many features.
https://www.youtube.com/watch?v=tK9Oc6AEnR4
Understanding how to use bash scripting will enhance your productivity by automating tasks, streamlining processes, and making your workflow more efficient.
Python+
https://liaoxuefeng.com/books/python/introduction/index.html
中文,免费,零起点,完整示例,基于最新的Python 3版本。
https://www.learnpython.org/
a free interactive Python tutorial for people who want to learn Python, fast.
https://www.youtube.com/watch?v=K5KVEU3aaeQ
Master Python from scratch 🚀 No fluff—just clear, practical coding skills to kickstart your journey!
https://www.youtube.com/watch?v=rfscVS0vtbw
This course will give you a full introduction into all of the core concepts in python.
Lua+
https://www.lua.org/pil/contents.html
This is the online version of the first edition of the book Programming in Lua, a detailed and authoritative introduction to all aspects of Lua programming written by Lua's chief architect.
高并发+
https://www.baeldung.com/concurrency-principles-patterns
In this tutorial, we’ll discuss some of the design principles and patterns that have been established over time to build highly concurrent applications.
https://www.baeldung.com/java-concurrency
Handling concurrency in an application can be a tricky process with many potential pitfalls. A solid grasp of the fundamentals will go a long way to help minimize these issues.
https://www.oreilly.com/library/view/concurrency-in-go/9781491941294/
You’ll understand how Go chooses to model concurrency, what issues arise from this model, and how you can compose primitives within this model to solve problems.
https://www.oreilly.com/library/view/modern-concurrency-in/9781098165406/
With this book, you'll explore the transformative world of Java 21's key feature: virtual threads.
https://www.youtube.com/watch?v=qyM8Pi1KiiM
https://www.youtube.com/watch?v=wEsPL50Uiyo
数据分析+
[英文] Data Analyst Roadmap
https://roadmap.sh/data-analyst
Step by step guide to becoming an Data Analyst in 2025
服务治理+
https://cloudnativecn.com/blog/istio-traffic-management-series-service-management-concept-theory/
通过阅读本文读者可以初步理解 Istio 流量治理的概念和相关知识框架。
https://juejin.cn/post/6844904006033080334
服务治理主要包括服务发现、负载均衡、限流、熔断、超时、重试、服务追踪等。我们今天要讲的,就是服务发现的内容。
相关职位
社招3年以上A128874A
1、参与CDN产品的质量保障工作,包括但不限于底层协议栈、数据流、缓存网络、调度策略以及平台等方面的测试,包括测试方案制定、测试用例设计、测试过程执行、BUG定位追踪等; 2、沉淀CDN测试解决方案,负责关键技术专项建设,包括不限于:性能测试及调优、可靠性及混沌工程、测试环境治理、评测等; 3、负责质量与效能工具开发,落地相关技术专项(自动化/流水线/Devops等),通过有效的工具手段提高整体产品质量和测试效率; 4、负责CDN产品的现网问题定位、跟踪和复现,推动问题合理地解决,保证产品质量和研发进度。
更新于 2025-05-26
社招3年以上A64036A
1、参与CDN产品的质量保障工作,包括但不限于底层协议栈、数据流、缓存网络、调度策略以及平台等方面的测试;包括测试方案制定、测试用例设计、测试过程执行、BUG定位追踪等; 2、沉淀CDN测试解决方案,负责关键技术专项建设,包括不限于:性能测试及调优、可靠性及混沌工程、测试环境治理、市场评测等; 3、负责质量与效能工具开发,落地相关技术专项(自动化/流水线/Devops等),通过有效的工具手段提高整体产品质量和测试效率; 4、负责CDN产品的现网问题定位、跟踪和复现,推动问题合理地解决,保证产品质量和研发进度。
更新于 2025-05-26