快手游戏服务器开发工程师- 【游戏事业部】
社招全职3年以上D6918地点:杭州状态:招聘
任职要求
1、本科及以上学历,3年以上工作经验; 2、熟悉C/C++语言编程,熟悉数据库设计包括NoSQL和MySQL,熟悉TCP/IP和网络编程,熟悉Linux操作系统; 3、熟悉python编程语言,有一定的python调优经验; 4、熟悉Lua编程语言,对Lua的底层比较熟悉和了解者更优; 5、良好的分析解决问题能力,良好的团队合作能力,能写高质量的代码,能独立承担开发任务并把控开发进度; 6、做事严谨,善于学习,善于思考和与人沟通,有良好的自我驱动能力; 7、有k8s经验者更优。
工作职责
1、负责各类游戏服务器的模块和功能开发; 2、负责服务器端的架构设计与搭建; 3、负责服务器性能调优; 4、协助完善服务器引擎框架; 5、开发完善一些运维方面的工具流。
包括英文材料
学历+
C+
https://www.freecodecamp.org/chinese/news/the-c-beginners-handbook/
本手册遵循二八定律。你将在 20% 的时间内学习 80% 的 C 编程语言。
https://www.youtube.com/watch?v=87SH2Cn0s9A
https://www.youtube.com/watch?v=KJgsSFOSQv0
This course will give you a full introduction into all of the core concepts in the C programming language.
https://www.youtube.com/watch?v=PaPN51Mm5qQ
In this complete C programming course, Dr. Charles Severance (aka Dr. Chuck) will help you understand computer architecture and low-level programming with the help of the classic C Programming language book written by Brian Kernighan and Dennis Ritchie.
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
NoSQL+
https://nosql-database.org/
Everything about NoSQL Systems – Types, Benefits, and Real-World Uses
https://piaosanlang.gitbooks.io/mongodb/content/section1.1.html
NoSQL(NoSQL = Not Only SQL ),即"不仅仅是SQL",指的是非关系型的数据库。是对不同于传统的关系型数据库管理系统的统称。
https://www.youtube.com/watch?v=0buKQHokLK8
NoSQL databases can operate in multiple modes: as key-value store, document store or wide column store.
MySQL+
https://juejin.cn/post/7190306988939542585
这是一篇 MySQL 通关一篇过硬核经验学习路线,包括数据库相关知识,SQL语句的使用,数据库约束,设计等。
[英文] MySQL Tutorial
https://www.mysqltutorial.org/
your go-to resource for mastering MySQL in a fast, easy, and enjoyable way.
https://www.youtube.com/watch?v=5OdVJbNCSso
MySQL SQL tutorial for beginners
https://www.youtube.com/watch?v=7S_tz1z_5bA
This beginner-friendly course teaches you SQL from scratch.
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.
网络编程+
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
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
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.
Kubernetes+
https://kubernetes.io/docs/tutorials/kubernetes-basics/
This tutorial provides a walkthrough of the basics of the Kubernetes cluster orchestration system.
https://kubernetes.io/zh-cn/docs/tutorials/kubernetes-basics/
本教程介绍 Kubernetes 集群编排系统的基础知识。每个模块包含关于 Kubernetes 主要特性和概念的一些背景信息,还包括一个在线教程供你学习。
https://www.youtube.com/watch?v=s_o8dwzRlu4
Hands-On Kubernetes Tutorial | Learn Kubernetes in 1 Hour - Kubernetes Course for Beginners
https://www.youtube.com/watch?v=X48VuDVv0do
Full Kubernetes Tutorial | Kubernetes Course | Hands-on course with a lot of demos
相关职位
社招D11796
1、根据项目需求,负责服务器系统开发、新功能实现和优化工作,保证业务系统的稳定、可靠; 2、参与大世界玩法框架的设计与实现,实现丰富多彩的大世界关卡 3、负责服务器工具开发,完成技术文档编写,持续提高研发效率,优化工作流程; 4、负责处理开发、测试、运营期间遇到的各种问题,负责系统监控与跟踪、问题定位与处理; 5、参与底层架构设计与建设,保障服务器在稳定性、扩展性、安全性、高性能等方面的需求。
更新于 2025-03-18
社招D2571
1、根据项目需求,负责服务器系统开发、新功能实现和优化工作,保证业务系统的稳定、可靠; 2、负责服务器工具开发,完成技术文档编写,持续提高研发效率,优化工作流程; 3、负责处理开发、测试、运营期间遇到的各种问题,负责系统监控与跟踪、问题定位与处理; 4、参与底层架构设计与建设,保障服务器在稳定性、扩展性、安全性、高性能等方面的需求。
更新于 2025-03-18
社招D7547
1、根据项目需求,负责服务器系统开发、新功能实现和优化工作,保证业务系统的稳定、可靠; 2、负责服务器工具开发,完成技术文档编写,持续提高研发效率,优化工作流程; 3、负责处理开发、测试、运营期间遇到的各种问题,负责系统监控与跟踪、问题定位与处理; 4、参与底层架构设计与建设,保障服务器在稳定性、扩展性、安全性、高性能等方面的需求。
更新于 2025-03-18