饿了么饿了么-物流研发-Java开发专家(仿真工程)-北京
社招全职5年以上技术类-开发地点:北京状态:招聘
任职要求
1. 计算机相关专业,5年及以上服务器端后端研发经验; 2. 优秀的coding能力, 深入使用Java,熟悉掌握常用的Java类库及框架,如多线程、并发处理、I/O与网络通讯,Spring、Mybatis等;系统排障经验丰富,可以快速排查定位问题;至少对高并发、分布式、缓存、jvm 调优、序列化、微服务等一个或多个领域有过深入研究,并且有相关实践经验; 3. 有过复杂、高并发交易的架构设计和优化经验,有仿真工程相关经验者优先,深度参与过互联网业务架构设计的优先。 4. 熟悉分布式系统的设计和应用,熟悉分布式、缓存、消息等机制;能合理应用分布式常用技术解决架构问题; 5. 拥有业务系统架构设计经验,对系统分层、DDD、领域分析建模等方面有丰富的实战经验者优先; 6. 具备良好的业务sense,能够站在业务、产品的角度深入发掘内在逻辑,进行合理的抽象与建模,做出合适的架构设计决策 ; 7. 具有良好的沟通、团队协作、计划和主动性思考的能力, 有仿真系统建设经验者优化
工作职责
1. 主导并参与蜂鸟配送领域仿真业务算法工程后端服务架构、设计、核心功能开发、系统优化等工作; 2. 参与蜂鸟配送履约仿真平台工程建设,负责技术决策、技术选型、技术风险评估 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.
多线程+
https://liaoxuefeng.com/books/java/threading/basic/index.html
和单线程相比,多线程编程的特点在于:多线程经常需要读写共享数据,并且需要同步。
https://www.youtube.com/watch?v=_uQgGS_VIXM&list=PLsc-VaxfZl4do3Etp_xQ0aQBoC-x5BIgJ
https://www.youtube.com/watch?v=IEEhzQoKtQU
https://www.youtube.com/watch?v=mTGdtC9f4EU&list=PLL8woMHwr36EDxjUoCzboZjedsnhLP1j4
https://www.youtube.com/watch?v=TPVH_coGAQs&list=PLk6CEY9XxSIAeK-EAh3hB4fgNvYkYmghp
https://www.youtube.com/watch?v=xPqnoB2hjjA
This video is an introduction to multithreading in modern C++.
https://www.youtube.com/watch?v=YKBwKy5PrpQ
Rust threading is easy to implement and improves the efficiency of your applications on multi-core systems!
Spring+
https://liaoxuefeng.com/books/java/spring/index.html
Spring是一个支持快速开发Java EE应用程序的框架。它提供了一系列底层容器和基础设施,并可以和大量常用的开源框架无缝集成,可以说是开发Java EE应用程序的必备。
https://spring.io/guides/gs/rest-service
https://spring.io/quickstart
Level up your Java code and explore what Spring can do for you.
MyBatis+
https://mybatis.org/mybatis-3/getting-started.html
https://www.baeldung.com/mybatis
MyBatis is an open source persistence framework which simplifies the implementation of database access in Java applications.
高并发+
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://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
JVM+
https://www.freecodecamp.org/news/jvm-tutorial-java-virtual-machine-architecture-explained-for-beginners/
https://www.youtube.com/watch?v=e2zmmkc5xI0
微服务+
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://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.distributedsystemscourse.com/
The home page of a free online class in distributed systems.
https://www.youtube.com/watch?v=7VbL89mKK3M&list=PLOE1GTZ5ouRPbpTnrZ3Wqjamfwn_Q5Y9A
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.
相关职位
社招5年以上技术类-开发
1. 主导并参与蜂鸟配送领域调度工程后端服务架构、设计、核心功能开发、系统优化等工作; 2. 参与蜂鸟配送履约调度平台工程建设,负责技术决策、技术选型、技术风险评估 3. 推进业务架构升级支持调度平台快速迭代、稳定性建设、高性能优化等工作,并负责制定技术规划和落地推进; 4. 负责技术难点调研和攻关,解决系统中关键的设计、性能等问题;
更新于 2025-10-14
社招3年以上技术类-开发
1、主要负责饿了么物流金效业务(物流成本相关业务,包括骑手薪资以及配送费、补贴等)相关核心系统的架构设计,主导需求分析、系统设计、核心代码研发、架构优化等工作,从用户和技术出发,实现面向未来的系统规划、设计和落地; 2、深入理解业务需求,发现和分析优化点,切实解决业务痛点问题; 3、负责攻克高并发、高稳定性,业务模型复杂等带来的各种挑战及技术难关,保障系统可用性、稳定性、和可扩展性; 4、有强烈的求知欲和好奇心,持续学习的心态,期望持续充实自己,做高可用的系统; 5、有热情,有自驱,有担当和成就的欲望,充满技术热情,喜欢仰望天空,也能脚踏实地; 6. 这里有大流量和大资金的业务场景,也有策略和智能化的探索方向,你可以通过技术手段不断提升业务效能,实现业务技术双赢。
更新于 2025-07-11
社招3年以上技术类-开发
1. 你可以参与到活动、经规、商城等核心平台的规划和建设,有机会参与到即时配送行业的突破性项目。 2. 你负责的领域中有很多业务、技术大牛,你既可以在技术方案的产出中找到技术的成就感,又可以从大牛们身上学习到很多行业经验。 3. 这里有复杂的骑手流量场景,也有复杂的业务运营场景,你可以通过技术手段不断提升业务效能,实现业务技术双赢。
更新于 2025-07-11