腾讯软件开发-后台开发方向
校招全职应届生地点:深圳 | 北京 | 上海 | 广州 | 成都 | 杭州状态:招聘
任职要求
必须具备的: 1、扎实的编程能力; 2、熟练掌握C/C++/Java/Go等其中一门开发语言; TCP/UDP网络协议及相关编程、进程间通讯编程; 专业软件知识,包括算法、操作系统、软件工程、设计模式、数据结构、数据库系统、网络安全等。 有一定了解的: 1、Python、Shell、Perl等脚本语言; 2、MySQL及SQL语言、编程; 3、NoSQL, Key-value存储原理。 加分项 1、分布式系统设计与开发、负载均衡技术,系统容灾设计,高可用系统等知识; 2、对云原生相关技术有所了解。
工作职责
负责实现和优化公司的产品功能,以及构建和维护关键服务与基础设施。 1、深入理解业务需求和产品设计,高效地实现并优化产品功能; 2、持续优化架构,提升关键服务和基础设施的稳定性与可用性; 3、通过引入新的工具和流程,提升团队的开发效率和代码质量; 4、通过与产品和前端工程师的紧密合作,共同推进产品的迭代与优化; 5、对线上问题进行快速定位并解决,对服务性能进行监控与优化; 6、参与新技术的研究和探索,为团队的技术进步和产品创新提供支持。
包括英文材料
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
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.
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
算法+
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/
设计模式+
https://liaoxuefeng.com/books/java/design-patterns/index.html
设计模式,即Design Patterns,是指在软件设计中,被反复使用的一种代码设计经验。使用设计模式的目的是为了可重用代码,提高代码的可扩展性和可维护性。
[英文] Design Patterns
https://refactoring.guru/design-patterns
Design patterns are typical solutions to common problems in software design. Each pattern is like a blueprint that you can customize to solve a particular design problem in your code.
https://www.youtube.com/watch?v=NU_1StN5Tkk
Design Patterns tutorial explained in simple words using real-world examples.
数据结构+
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
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.
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.
Perl+
https://www.perl.org/learn.html
Useful links if you are interested in learning Perl
https://www.runoob.com/perl/perl-tutorial.html
本教程适合想从零开始学习 Perl 编程语言的开发人员。当然本教程也会对一些模块进行深入,让你更好的了解 Perl 的应用。
脚本+
[英文] Scripting language
https://en.wikipedia.org/wiki/Scripting_language
https://zhuanlan.zhihu.com/p/571097954
一个脚本通常是解释执行而非编译。脚本语言通常都有简单、易学、易用的特性,目的就是希望能让程序员快速完成程序的编写工作。
SQL+
https://liaoxuefeng.com/books/sql/introduction/index.html
什么是SQL?简单地说,SQL就是访问和处理关系数据库的计算机标准语言。
https://sqlbolt.com/
Learn SQL with simple, interactive exercises.
https://www.youtube.com/watch?v=p3qvj9hO_Bo
In this video we will cover everything you need to know about SQL in only 60 minutes.
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.
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.
分布式系统+
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://redis.io/blog/high-availability-architecture/
A high available architecture is when there are a number of different components, modules, or services that work together to maintain optimal performance, irrespective of peak-time loads.
https://www.ibm.com/think/topics/high-availability
High availability (HA) is a term that refers to a system’s ability to be accessible and reliable close to 100% of the time.
相关职位
实习实习生
负责实现和优化公司的产品功能,以及构建和维护关键服务与基础设施。 1、深入理解业务需求和产品设计,高效地实现并优化产品功能; 2、持续优化架构,提升关键服务和基础设施的稳定性与可用性; 3、通过引入新的工具和流程,提升团队的开发效率和代码质量; 4、通过与产品和前端工程师的紧密合作,共同推进产品的迭代与优化; 5、对线上问题进行快速定位并解决,对服务性能进行监控与优化; 6、参与新技术的研究和探索,为团队的技术进步和产品创新提供支持。
校招青云计划-实习生
负责实现和优化公司的产品功能,以及构建和维护关键服务与基础设施。 1、深入理解业务需求和产品设计,高效地实现并优化产品功能; 2、持续优化架构,提升关键服务和基础设施的稳定性与可用性; 3、通过引入新的工具和流程,提升团队的开发效率和代码质量; 4、通过与产品和前端工程师的紧密合作,共同推进产品的迭代与优化; 5、对线上问题进行快速定位并解决,对服务性能进行监控与优化; 6、参与新技术的研究和探索,为团队的技术进步和产品创新提供支持。
实习Pre留学生实习
负责实现和优化公司的产品功能,以及构建和维护关键服务与基础设施。 1、深入理解业务需求和产品设计,高效地实现并优化产品功能; 2、持续优化架构,提升关键服务和基础设施的稳定性与可用性; 3、通过引入新的工具和流程,提升团队的开发效率和代码质量; 4、通过与产品和前端工程师的紧密合作,共同推进产品的迭代与优化; 5、对线上问题进行快速定位并解决,对服务性能进行监控与优化; 6、参与新技术的研究和探索,为团队的技术进步和产品创新提供支持。