字节跳动后端研发工程师(机审方向)-国际化内容安全平台
社招全职3年以上A14777地点:上海状态:招聘
任职要求
1、三年以上的Golang/Java/Python开发经验,具有较强的责任心,自驱力和成长型思维; 2、熟练掌握Golang/Java/Python常用框架,深入了解框架提供的特性及其实现原理细节; 3、具有良好的业务梳理和抽象能力,掌握重构代码基本功; 4、具备良好的编码习惯,结构清晰,命名规范,逻辑性强,代码冗余率低; 5、有分布式系统的设计和开发经验,能独立完成系统的设计及开发;熟练掌握MySQL数据库和一种以上非关系型数据库,如Redis、Cassandra、HBase,理解其使用场景及限制; 6、有以下经验者优先:风控或内容安全相关系统经验;熟悉分布式系统架构设计;有机器学习算法和数据分析经验;主导过系统重构升级项目;主导过平台型产品建设项目等。
工作职责
团队介绍:国际化内容安全平台团队致力于为字节跳动国际化产品的用户维护安全可信赖环境,通过开发、迭代机器学习模型和信息系统以更早、更快发掘风险、监控风险、响应紧急事件,以人工智能技术支持业务发展,力求更高效、更敏捷、更全能地维护站内生态安全。 1、负责国际化机审平台服务端研发工作,包括但不限于:规则引擎、策略平台、特征平台、风险感知、风控数据等系统建设; 2、承接视频审核、直播审核、用户审核等核心链路需求开发工作; 3、建设面向亿级日投稿及亿级日活的高并发、高稳定性系统; 4、持续对系统架构进行改造和优化; 5、参与平台产品研发,针对不同流程进行模块抽象。
包括英文材料
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
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.
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.
编程规范+
[英文] Google Style Guides
https://google.github.io/styleguide/
Every major open-source project has its own style guide: a set of conventions (sometimes arbitrary) about how to write code for that project. It is much easier to understand a large codebase when all the code in it is in a consistent style.
分布式系统+
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
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.
Redis+
[英文] Developer Hub
https://redis.io/dev/
Get all the tutorials, learning paths, and more you need to start building—fast.
https://www.runoob.com/redis/redis-tutorial.html
REmote DIctionary Server(Redis) 是一个由 Salvatore Sanfilippo 写的 key-value 存储系统,是跨平台的非关系型数据库。
https://www.youtube.com/watch?v=jgpVdJB2sKQ
In this video I will be covering Redis in depth from how to install it, what commands you can use, all the way to how to use it in a real world project.
Cassandra+
[英文] Learn Cassandra
https://teddyma.gitbooks.io/learncassandra/content/index.html
This book step-by-step guides developers to understand what Cassandra is, how Cassandra works and how to use the features and capabilities of Apache Cassandra 2.0.
https://www.youtube.com/watch?v=J-cSy5MeMOA
Apache Cassandra is an open source NoSQL distributed database.
HBase+
[英文] HBase Tutorial
https://www.tutorialspoint.com/hbase/index.htm
HBase is a data model that is similar to Google's big table designed to provide quick random access to huge amounts of structured data. This tutorial provides an introduction to HBase, the procedures to set up HBase on Hadoop File Systems, and ways to interact with HBase shell.
系统设计+
https://roadmap.sh/system-design
Everything you need to know about designing large scale systems.
https://www.youtube.com/watch?v=F2FmTdLtb_4
This complete system design tutorial covers scalability, reliability, data handling, and high-level architecture with clear explanations, real-world examples, and practical strategies.
机器学习+
https://www.youtube.com/watch?v=0oyDqO8PjIg
Learn about machine learning and AI with this comprehensive 11-hour course from @LunarTech_ai.
https://www.youtube.com/watch?v=i_LwzRVP7bg
Learn Machine Learning in a way that is accessible to absolute beginners.
https://www.youtube.com/watch?v=NWONeJKn6kc
Learn the theory and practical application of machine learning concepts in this comprehensive course for beginners.
https://www.youtube.com/watch?v=PcbuKRNtCUc
Learn about all the most important concepts and terms related to machine learning and AI.
算法+
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/
数据分析+
[英文] Data Analyst Roadmap
https://roadmap.sh/data-analyst
Step by step guide to becoming an Data Analyst in 2025
相关职位
社招5-10年后端开发
1、负责风控后端人审/机审系统和引擎架构工作,解决核心系统的架构优化问题 2、负责内容安全模型平台的功能开发和稳定性保障,高质量系统开发,包含亿级DAU产品的数据流,运营系统、审核系统等平台开发 3、参与大规模机器学习在线预估框架的研发与优化,支持高效模型推理 4、优化在线和离线服务性能,支持高并发、多机房、容灾方案的实施
更新于 2025-08-23
社招A216271
1、支持抖音、直播、开放平台、Flow等业务的内容安全机审,围绕机审效果、稳定性、成本等指标进行对应技术性建设; 2、包括但不限于: 1)机审业务接入与支持; 2)策略平台建设; 3)链路治理&稳定性建设; 4)机审数据与成本等重点工作。
更新于 2024-11-11
社招3-5年后端开发
1、负责人审系统的开发和架构优化工作,打造支持高并发、高质量、高稳定的智能审核系统; 2、深入理解和分析产品需求,完成从需求评审到设计、开发和上线等整个项目周期内的工作,保证需求按时、高质量交付; 3、愿意接受审核领域复杂业务逻辑、海量数据、服务高可用的挑战,推动系统可用性和可扩展性的提升; 4、具有良好的系统抽象能力,在系统中台能力建设方面能提出创新的解决思路和方案,为团队引入创新技术。
更新于 2025-09-29