字节跳动资深后端研发工程师-行业服务
社招全职A108538地点:杭州状态:招聘
任职要求
1、精通Java/Golang/PHP中的一种或者多种语言,有较强的架构能力和良好代码规范; 2、熟悉GNU/Linux,熟悉SQL及MySQL等常用关系型数据库的应用和优化思路; 3、熟悉Memcached/Redis、MongoDB、Elasticsearch等主流NoSQL技术和应用,有大规模系统设计和开发经验者优先; 4、学习能力强,有自驱力,具备良好的问题分析和解决能力,有良好的架构和业务理解能力,有技术追求,愿就编码和设计深入探究和优化; 5、质量意识高,对项目质量追求完美; 6、沟通能力强,良好的团队合作精神;责任心强,具有在工作压力下保持良好状态的能力。
工作职责
1、围绕换新/安装/维修,通过服务能力与实物履约能力结合,结合国家补贴、商家补贴、平台补贴的组合优惠,为消费者提供优质低价商品,同时提供良好的购物和服务体验; 2、负责服务商端、运营端、商家端、C端营销导购等整体系统建设; 3、负责项目协同与技术架构设计,参与和主导代码开发测试,积极推动上线并监控项目质量; 4、面向不同服务玩法,沉淀通用产品系统能力和核心领域模型,提升研发交付效率。
包括英文材料
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的完整演示。没有多余的内容,只有你需要知道的知识。
PHP+
https://www.learn-php.org/
PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages.
https://www.youtube.com/watch?v=l4_Vn-sTBL8
This PHP full course for beginners will teach you everything from scratch—from PHP basics to advanced concepts!
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
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.
Memcached+
https://www.youtube.com/watch?v=VhM2ByShhzE
Memcached is a high-performance, distributed memory caching system designed to speed up dynamic web applications by alleviating database load.
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.
MongoDB+
https://learnxinyminutes.com/mongodb/
MongoDB is a NoSQL document database for high volume data storage.
https://studio3t.com/academy/#courses
The fastest way to learn MongoDB
https://www.youtube.com/watch?v=c2M-rlkkT5o
This video will give you and introduction to MongoDB in 1 Hour. Afterwards I recommend exploring aggregation, replication, and sharding.
https://www.youtube.com/watch?v=ExcRbA7fy_A&list=PL4cUxeGkcC9h77dJ-QJlwGlZlTd4ecZOA
You'll learn how to use MongoDB (a NoSQL database) from scratch. You'll also learn how to integrate it into a simple Node.js API.
ElasticSearch+
https://www.youtube.com/watch?v=a4HBKEda_F8
Learn about Elasticsearch with this comprehensive course designed for beginners, featuring both theoretical concepts and hands-on applications using Python (though applicable to any programming language). The course is structured in two parts: first covering essential Elasticsearch fundamentals including index management, document storage, text analysis, pipeline creation, search functionality, and advanced features like semantic search and embeddings; followed by a practical section where you'll build a real-world website using Elasticsearch as a search engine, working with the Astronomy Picture of the Day (APOD) dataset to implement features such as data cleaning pipelines, tokenization, pagination, and aggregations.
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://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.
相关职位
社招N6753
1、围绕换新/安装/维修,通过服务能力与实物履约能力结合,结合国家补贴、商家补贴、平台补贴的组合优惠,为消费者提供优质低价商品,同时提供良好的购物和服务体验; 2、负责服务商端、运营端、商家端、C端营销导购等整体系统建设; 3、负责项目协同与技术架构设计,参与和主导代码开发测试,积极推动上线并监控项目质量; 4、面向不同服务玩法,沉淀通用产品系统能力和核心领域模型,提升研发交付效率。
更新于 2022-08-16
社招3年以上J63A2
1、负责抖音生活服务的账户平台、商家增长、商家经营与营销、服务商平台、酒旅外卖等行业系统服务端研发工作; 2、负责持续改善服务质量,提高系统稳定性和高可用性,减少线上反馈; 3、深入与产品形成协同,将技术应用到业务场景,达成产品业务目标; 4、对所负责的模块范围,有自己的技术规划。
更新于 2021-11-03
社招3年以上JFKFV
1、负责字节跳动垂直行业履约/供应链中台等业务(包括但不限于订单履约管理、供应链计划、智能补货、成本管理、产品全生命周期管理等)的技术系统中重要模块的设计和实现; 2、与产品/客户端的方案讨论、新功能的技术方案确定; 3、对线上突发问题进行及时响应并解决。
更新于 2022-01-04