腾讯欢乐斗地主-服务器后台开发工程师-新星引力计划
社招全职腾讯游戏技术地点:深圳状态:招聘
任职要求
1.熟悉 Linux 下的 C++ / go 服务器开发; 2.扎实的计算机基础,熟悉网络编程 / 操作系统 / 数据库 / 多线程等基础知识; 3.高度的责任心,良好的沟通能力,开放进取的心态和团队合作精神; 4.良好的分析解决问题能力,能快速定位解决外网问题; 5.热爱技术,保持学习,对新技术保持敏感度和好奇心。 加分项 1.C++ 和 go 均熟悉者优先; 2.对分布式系统、微服务架构有丰富实践经验者优先; 3.熟悉 protobuf / gRPC / k8s / istio 者优先。
工作职责
1.负责游戏新特性开发,与产品团队紧密协作,完成玩法、内容、活动等开发工作; 2.负责游戏后端体系的维护工作,确保游戏服务器的稳定性和安全性,及时发现并处理问题,持续优化用户体验; 3.参与团队的技术基础建设,持续优化架构、框架、组件、工具等基础设施。
包括英文材料
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
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的完整演示。没有多余的内容,只有你需要知道的知识。
网络编程+
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://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.distributedsystemscourse.com/
The home page of a free online class in distributed systems.
https://www.youtube.com/watch?v=7VbL89mKK3M&list=PLOE1GTZ5ouRPbpTnrZ3Wqjamfwn_Q5Y9A
微服务+
https://learn.microsoft.com/en-us/training/modules/dotnet-microservices/
Microservice applications are composed of small, independently versioned, and scalable customer-focused services that communicate with each other by using standard protocols and well-defined interfaces.
https://microservices.io/
Microservices - also known as the microservice architecture - is an architectural style that structures an application as a collection of two or more services.
https://spring.io/microservices
Building small, self-contained, ready to run applications can bring great flexibility and added resilience to your code.
https://www.ibm.com/think/topics/microservices
Microservices, or microservices architecture, is a cloud-native architectural approach in which a single application is composed of many loosely coupled and independently deployable smaller components or services.
https://www.youtube.com/watch?v=CqCDOosvZIk
https://www.youtube.com/watch?v=hmkF77F9TLw
Learn about software system design and microservices.
ProtoBuf+
https://learnxinyminutes.com/protocol-buffer-3/
Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data – think XML, but smaller, faster, and simpler.
https://protobuf.dev/getting-started/
Each tutorial in this section shows you how to implement a simple application using protocol buffers in your favorite language.
https://www.baeldung.com/google-protocol-buffer
In this article, we’ll be looking at the Google Protocol Buffer (protobuf) – a well-known language-agnostic binary data format.
gRPC+
[英文] Introduction to gRPC
https://grpc.io/docs/what-is-grpc/introduction/
An introduction to gRPC and protocol buffers.
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
Istio+
https://istio.io/latest/docs/examples/microservices-istio/
This modular tutorial provides new users with hands-on experience using Istio for common microservices scenarios, one step at a time.
https://www.freecodecamp.org/news/learn-istio-manage-microservices/
In a world without Istio, one service makes direct requests to another and in case of failures, the service is responsible for handling those.
相关职位
社招3年以上IEG技术
1.在Unity引擎下,负责游戏产品玩法需求的技术可行性分析,技术方案设计和实现; 2.与策划、运营、美术、服务端程序和测试紧密合作,丰富产品玩法维度,重点进行各种3D模式下的尝试和探索; 3.与客户端其他工程师以及管线其他角色一起紧密合作,打造高效可靠的制作管线,提升运行性能,产出必要的相关工具链。
更新于 2025-06-16
社招2年以上IEG产品
1.根据游戏特点,负责商业化相关系统及资源的运营,协调各方资源实现规划落地; 2.分析总结商业化数据和用户反馈,基于活跃和收入目标,进行现有系统的迭代升级以及新的商业化模式挖掘; 3.追踪同类产品内容和运营表现,提炼总结优秀产品运营经验。
更新于 2025-05-28
社招3年以上腾讯游戏设计
1.负责欢乐斗地主游戏中的2D角色原画设计、时装设计、物件、宣传素材和海报的原画设计工作,打磨游戏角色品质,擅长二次元偏写实风格; 2.负责与美术其他岗位成员,完善游戏最终表现效果; 3.负责对接管理CP,提供明确需求到对应CP并且把控好输出品质; 4.参与角色设计流程的优化,提高工作效率与设计质量; 5.跟踪并研究行业动态,为角色设计提供前沿创意灵感。
更新于 2025-05-28