饿了么饿了么-物流研发-后端专家-运营支撑
社招全职3年以上技术类-开发地点:上海状态:招聘
任职要求
1. 3年及以上工作经验,扎实的计算机理论基础,技术风险意识强; 2. 有营销活动、经营规划、库存和预算系统设计经验优先;有C端流量、玩法或者B端大促运营系统设计经验优先; 3. 具备较强的学习能力,对技术有热情,有良好的沟通表达能力; 4. 有过高可用、高并发分布式系统的架构设计和优化经验,具备技术广度和深度; 5. 深度参与过互联网业务系统的架构设计,深入理解领域驱动设计,微服务架构; 6. 深入了解JAVA技术及分布式缓存、消息队列等开源框架,系统排障经验丰富,可以快速排查定位问题; 7. 精通 MySQL 等数据库原理和常用性能优化技术,以及 NoSQL 的原理、使用场景以及限制; 8. 具备良好的业务感觉,能够站在业务、产品的角度深入发掘内在逻辑,进行合理的抽象与建模,做出合适的架构设计决策;
工作职责
1. 你可以参与到活动、经规、商城等核心平台的规划和建设,有机会参与到即时配送行业的突破性项目。 2. 你负责的领域中有很多业务、技术大牛,你既可以在技术方案的产出中找到技术的成就感,又可以从大牛们身上学习到很多行业经验。 3. 这里有复杂的骑手流量场景,也有复杂的业务运营场景,你可以通过技术手段不断提升业务效能,实现业务技术双赢。
包括英文材料
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.
高并发+
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://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://hackernoon.com/the-system-design-cheat-sheet-cache
The cache is a layer that stores a subset of data, typically the most frequently accessed or essential information, in a location quicker to access than its primary storage location.
https://www.youtube.com/watch?v=bP4BeUjNkXc
Caching strategies, Distributed Caching, Eviction Policies, Write-Through Cache and Least Recently Used (LRU) cache are all important terms when it comes to designing an efficient system with a caching layer.
https://www.youtube.com/watch?v=dGAgxozNWFE
消息队列+
https://www.youtube.com/watch?v=xErwDaOc-Gs
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.
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.
高可用+
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.
DDD+
https://ddd-crew.github.io/ddd-starter-modelling-process/
This process gives you a step-by-step guide for learning and practically applying each aspect of Domain-Driven Design (DDD) - from orienting around an organisation’s business model to coding a domain model.
[英文] Domain Driven Design
https://medium.com/@matteopampana/list/domain-driven-design-c1efaabe287e
Everyone talks about DDD, but how many understand and correctly apply Domain-Driven Design? I want to be one of them.
https://redis.io/glossary/domain-driven-design-ddd/
Domain-Driven Design (DDD) is a software development philosophy that emphasizes the importance of understanding and modeling the business domain.
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.
相关职位
社招3年以上技术类-开发
1、主要负责饿了么物流场景计费、结算、清算等相关业务,通过定价策略创新和迭代提高钱效和运营效率; 2、深入理解和挖掘业务需求,发现嫌恶痛点,参与需求分析和拆解,产出合理高效的解决方案,完成核心模块的设计、分析和代码落地工作; 3、负责攻克高并发、高稳定性,业务模型复杂等带来的各种挑战及技术难关,保障系统可用性、稳定性、和可扩展性; 4、这里有大流量和大资金的业务场景,也有策略和智能化的探索方向,你可以通过技术手段不断提升业务效果,实现业务技术双赢。
更新于 2025-09-01
社招8年以上食杂零售
1. S&OP体系的迭代及运营:长期及短期的进销存计划制定,协同物流和计划,对计划偏差进行分析,持续改善计划的可执行性,提升全链路的运营效率; 2. 建立监测指标体系,及时发现并联动物流解决问题,提出改进方案和措施; 3. 协同城市计划和品类计划对全盘计划进行统筹,制定和运营库存指标; 4. 产品和流程优化:承接需求预测、库存策略、库存仿真、订货系统等计划相关产品/数据/应用需求,并承接需求梳理->上线->运营的相关工作;通过流程优化、专题项目、系统构建等方式提高链路的协同效率; 5. 上下游拉通,拉通算法、产品、计划运营、业务等各方共识,类项目管理的方式推进需求落地和产品功能上线。
更新于 2025-09-27
社招5年以上技术类-开发
1. 主导并参入蜂鸟配送算法平台业务后端服务架构、设计、核心功能开发、系统优化等工作; 2. 管理算法特征。构建算法模型自动化平台,建立算法模型训练、部署、预测流水线。支持算法快速迭代; 3. 负责技术难点调研和攻关,解决系统中关键的设计、性能等问题; 4. 制定团队目标,参入平台方向演进规划,拆解排期,规划人力和落地执行;
更新于 2025-08-06