腾讯智能体开发平台-开发者方向后台开发工程师
社招全职3年以上腾讯云技术地点:武汉状态:招聘
任职要求
1.大学本科及以上学历,计算机相关专业,相关工作经验3年以上; 2.熟悉Linux操作系统,熟练掌握C/C++、Go、Python等开发语言; 3.具备优秀的技术文档编写能力,有开发者方向开发相关经验、参加过大型开源社区且贡献代码者优先; 4.具备扎实的网络编程经验,熟悉TCP/IP、HTTP、RESTful API等网络协议,能够处理复杂的网络通信问题; 5.熟悉业务系统的高并发、高可用、一致性的解决方案,以及大规模分布式系统设计/开发/运营经验; 6.具备良好的沟通表达能力及团队协作精神、有较强的主动性、责任心与执行能力,能自我驱动成长,能承受一定强度的工作压力。 加分项 1.通过腾讯云认证或取得同等资格认证的候选人优先考虑。
工作职责
1.负责编写面向开发者的高质量API、SDK和技术类文档(如API、开发指引、最佳实践等), 支撑并服务好开发者的高效接入; 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.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
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
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.
网络编程+
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
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 服务器之间的通信而设计的,但也可以用于其他目的。
高并发+
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
高可用+
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.
分布式系统+
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
REST+
https://roadmap.sh/golang/rest-api
Building a REST API in Go offers a blend of high performance, ease of deployment, and scalability.
https://spring.io/guides/gs/rest-service
This guide walks you through the process of creating a “Hello, World” RESTful web service with Spring.
https://www.restapitutorial.com/
REST (Representational State Transfer) APIs have revolutionized the way developers build and integrate web services, enabling seamless communication between systems and applications.
相关职位
社招3年以上腾讯云技术
1.负责编写面向开发者的高质量API、SDK和技术类文档(如API、开发指引、最佳实践等), 支撑并服务好开发者的高效接入; 2.参与腾讯云智能体开发平台的服务架构设计、开发和维护工作; 3.参与后台系统的性能优化、稳定性、流程建设和研效提升。
更新于 2025-09-03
社招3年以上CSIG技术
1.负责编写面向开发者的高质量API、SDK和技术类文档(如API、开发指引、最佳实践等), 支撑并服务好开发者的高效接入; 2.参与腾讯云智能体开发平台的服务架构设计、开发和维护工作; 3.参与后台系统的性能优化、稳定性、流程建设和研效提升。
更新于 2025-05-25
社招3年以上云智能技术
1.负责腾讯云智能体开发平台后台服务架构设计、开发与维护工作; 2.负责基于LLM的智能体工程架构设计、研发和演进,持续优化AI智能体的优化与落地; 3.参与RAG,工作流编排,AI 智能体等实际业务场落地,探索新技术调研,不断提升产品行业竞争力。
更新于 2025-09-07
社招核心本地商业-业
1.主导公司级的AI Tools平台架构设计,构建工具注册、语义加工与权限管理体系,设计多业务场景里Agent对工具的高效调用和管理平台; 2.开发公司级Agent-Tools协同框架,设计Tools动态检索、执行隔离与上下文共享机制,解决多Agent协同作业时的工具准召提升,结合RAG优化、知识库融合等技能,提升Agent在高并发下的工具决策效率; 3.建设高可用工具服务中台,优化工具调用链路(压测/熔断/降级/流量调度),支撑十到百万级QPS的工具服务响应,保障复杂业务场景的并发可靠性; 4.推进跨团队技术协同,主导工具接入标准制定、开发者生态建设与业务方联动,通过统一协议实现Agent-工具-业务系统的高效对接,有高度的服务客户意识;
更新于 2025-04-09