字节跳动后端开发工程师-国际电商
社招全职5年以上HGCL地点:上海状态:招聘
任职要求
1、计算机科学或相关专业,5年后端开发经验,具备良好的系统设计能力; 2、扎实的编程功底,精通一种系统级编程语言(Java/Go/C++等),及脚本语言(Python/JavaScript/Bash等); 3、精通后端技术栈,具备基础的前端开发能力,能够独立设计并快速实现平台功能模块; 4、熟悉分布式计算和大数据处理框架(如Hadoop、Flink、Spark等);有MPP数据库(如ClickHouse、Presto、Doris等)使用经验者优先; 5、熟悉大模型技术及相关应用的开发,有使用大模型技术构建智能体应用经验者优先; 6、了解电商业务中的数据生产与消费场景,具备优秀的业务敏感性和沟通能力,能够快速将业务需求转化为技术解决方案。
工作职责
1、深入理解并抽象国际电商业务的数据需求场景,为电商数据产品高效助力; 2、负责国际电商数据产品架构设计和前后端开发,设计实现高性能、高可用的数据服务; 3、针对国际电商海量数据查询需求,优化大规模数据存储和查询效率; 4、在数据生产消费全流程上应用大模型技术提高智能化水平,优化产品体验、提高研发效率。
包括英文材料
后端开发+
https://www.youtube.com/watch?v=tN6oJu2DqCM&list=PLWKjhJtqVAbn21gs5UnLhCQ82f923WCgM
Learn what technologies you should learn first to become a back end web developer.
系统设计+
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.
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的完整演示。没有多余的内容,只有你需要知道的知识。
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
脚本+
[英文] Scripting language
https://en.wikipedia.org/wiki/Scripting_language
https://zhuanlan.zhihu.com/p/571097954
一个脚本通常是解释执行而非编译。脚本语言通常都有简单、易学、易用的特性,目的就是希望能让程序员快速完成程序的编写工作。
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.
JavaScript+
https://developer.mozilla.org/zh-CN/docs/Learn_web_development/Core/Scripting
[英文] Learn JavaScript
https://learnjavascript.online/
The easiest way to learn & practice modern JavaScript
[英文] Learn JavaScript
https://web.dev/learn/javascript
https://www.youtube.com/watch?v=zuKbR4Q428o
Write bulletproof JavaScript code with unit testing!
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.
Hadoop+
https://www.runoob.com/w3cnote/hadoop-tutorial.html
Hadoop 为庞大的计算机集群提供可靠的、可伸缩的应用层计算和存储支持,它允许使用简单的编程模型跨计算机群集分布式处理大型数据集,并且支持在单台计算机到几千台计算机之间进行扩展。
[英文] Hadoop Tutorial
https://www.tutorialspoint.com/hadoop/index.htm
Hadoop is an open-source framework that allows to store and process big data in a distributed environment across clusters of computers using simple programming models.
Flink+
https://nightlies.apache.org/flink/flink-docs-release-2.0/docs/learn-flink/overview/
This training presents an introduction to Apache Flink that includes just enough to get you started writing scalable streaming ETL, analytics, and event-driven applications, while leaving out a lot of (ultimately important) details.
https://www.youtube.com/watch?v=WajYe9iA2Uk&list=PLa7VYi0yPIH2GTo3vRtX8w9tgNTTyYSux
Today’s businesses are increasingly software-defined, and their business processes are being automated. Whether it’s orders and shipments, or downloads and clicks, business events can always be streamed. Flink can be used to manipulate, process, and react to these streaming events as they occur.
Spark+
[英文] Learning Spark Book
https://pages.databricks.com/rs/094-YMS-629/images/LearningSpark2.0.pdf
This new edition has been updated to reflect Apache Spark’s evolution through Spark 2.x and Spark 3.0, including its expanded ecosystem of built-in and external data sources, machine learning, and streaming technologies with which Spark is tightly integrated.
ClickHouse+
[英文] Advanced Tutorial
https://clickhouse.com/docs/tutorial
Learn how to ingest and query data in ClickHouse using the New York City taxi example dataset.
https://www.youtube.com/watch?v=FtoWGT7kS-c
ClickHouse is an open-source column-oriented DBMS for online analytical processing that allows users to generate analytical reports using SQL queries in real-time.
https://www.youtube.com/watch?v=Rhe-kUyrFUE&list=PL0Z2YDlm0b3gcY5R_MUo4fT5bPqUQ66ep
Presto+
[英文] What is Presto?
https://prestodb.io/what-is-presto/
https://www.tutorialspoint.com/apache_presto/index.htm
Doris+
https://doris.apache.org/docs/gettingStarted/what-is-apache-doris
大模型+
https://www.youtube.com/watch?v=xZDB1naRUlk
You will build projects with LLMs that will enable you to create dynamic interfaces, interact with vast amounts of text data, and even empower LLMs with the capability to browse the internet for research papers.
https://www.youtube.com/watch?v=zjkBMFhNj_g
相关职位
社招5年以上J4775
1、深入理解并抽象国际化电商业务的数据需求场景,为电商数据产品高效赋能; 2、负责国际化电商数据产品架构设计和前后端开发,设计实现高性能、高可用的后端数据服务; 3、针对国际化电商海量数据查询需求,优化大规模数据存储和查询效率; 4、负责数据产品的功能迭代和性能优化,提高效率,优化流程。
更新于 2022-09-02
社招3年以上A219495
1、负责抖音电商及相关业务ToB侧搜索、LLM、AIGC等复杂业务的服务架构设计,开发和维护; 2、针对复杂的业务场景,根据产品和策略需求,提供高性能,高可用和灵活的架构设计,高质量代码实现,持续提高工程质量; 3、深入梳理现有业务系统,识别和优化系统薄弱环节,系统提高整体业务的架构质量,服务性能和稳定性; 4、根据业务实际情况,抽象和沉淀通用业务架构,提高基础能力复用程度,更好支持业务高速迭代。
更新于 2024-12-04
社招3年以上A158244
1、负责抖音电商及相关业务ToB侧搜索、LLM、AIGC等复杂业务的服务架构设计,开发和维护; 2、针对复杂的业务场景,根据产品和策略需求,提供高性能,高可用和灵活的架构设计,高质量代码实现,持续提高工程质量; 3、深入梳理现有业务系统,识别和优化系统薄弱环节,系统提高整体业务的架构质量,服务性能和稳定性; 4、根据业务实际情况,抽象和沉淀通用业务架构,提高基础能力复用程度,更好支持业务高速迭代。
更新于 2024-12-04