腾讯海外刷掌AI后台开发工程师
社招全职3年以上云智能技术地点:深圳 | 上海状态:招聘
任职要求
1.3年以上Linux后台服务器开发经验,具有高可用与性能优化经验优先; 2.深入理解分布式系统、微服务架构及高并发设计模式; 3.具备良好的编程能力,精通golang,熟悉C++、python; 4.精通网络编程、数据库、消息队列等常用组件; 5.熟悉K8S、Docker等容器化技术,了解底层技术细节; 6.了解AI相关的基本知识,熟悉AI推理加速技术并有过实战经验的优先; 7.沟通能力强,拥有to B项目开发交付经验、海外业务经验优先; 8.良好的英语沟通能力优先。
工作职责
1.负责AI解决方案后端功能开发与性能优化; 2.负责后端分布式高可用架构设计与开发; 3.负责后端服务部署支持、与客户的技术对接、日常服务保障、问题排查等工作; 4.内部与产品、算法、客户端、前端、测试、售前、交付等角色密切配合协作,判断风险,确保项目顺利交付落。
包括英文材料
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
高可用+
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
微服务+
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.
高并发+
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://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.
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
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
消息队列+
https://www.youtube.com/watch?v=xErwDaOc-Gs
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
Docker+
https://www.youtube.com/watch?v=GFgJkfScVNU
Master Docker in one course; learn about images and containers on Docker Hub, running multiple containers with Docker Compose, automating workflows with Docker Compose Watch, and much more. 🐳
https://www.youtube.com/watch?v=kTp5xUtcalw
Learn how to use Docker and Kubernetes in this complete hand-on course for beginners.
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
相关职位

实习影像与设计产品事
●APP 首页内容运营: ○面向全球多个地区,负责APP首页专题搭建配置、多语言物料准备和素材编排,协助提升首页内容丰富度。 ○负责APP内的的标签运营工作,包括新增、标记、关联运营标签等,不断完善素材标签体系。 ○定期监测APP内的搜索数据,整理并分析搜索趋势,输出用户的搜索行为报告,并持续优化和管理热搜词,提升用户搜题体验和效果。 ●内容制作: ○In-app内容制作:分担配方(图片模版)设计工作 ○外宣内容制作:分担部分社交媒体素材制作,欧美/日本 ●参与团队内容策略的讨论并提供建设性的意见和反馈,助力内容的创新和效果的提升
更新于 2025-08-06
社招3年以上全球运营类
* 监测并分析交易数据,识别异常交易活动和潜在刷单行为。 * 开展风险评估和审核,总结风险特征、趋势评估及风控方案。 * 开展定期的风险分析报告,对可疑交易进行调查和取证,并输出调查报告。 * 配合算法团队,优化风控规则,提升刷单检测的准确性。 * 跟踪行业动态及竞争对手的风险控制策略,提出合理化建议。
更新于 2025-01-07
社招6年以上旅游业务AI &
需要有base海外工作经验,外籍也可考虑 岗位招募方向(搜推/风控/nlp/CV/AI大模型相关等): (1)搜推算法 1、负责从0到1搭建搜索/推荐排序项目及后续持续迭代优化,进行线下和线上实验评估,并对于算法策略进行持续优化; 2、深入理解包括搜索、推荐等流量分发场景的业务模式,通过数据分析和挖掘,构建产品侧和用户侧等特征,驱动搜索排序算法迭代; 3、在电商场景有人货场匹配的应用经验,针对AB实验进行效果分析和归因分析,并不断从业务角度、数据角度推进搜索排序模型优化; 4、主动诊断及发现业务问题,科学的方法和分析输出业务策略,同时能基于复杂的业务问题进行数据挖掘和模型探索,沉淀业务分析思路,产出对业务和产品有价值的方案和建议。
更新于 2025-02-06