饿了么饿了么-java开发专家-外单方向(杭州)
社招全职3年以上技术类-开发地点:杭州状态:招聘
任职要求
1、有物流、履约、仓储,AI agent相关经验优先; 2、有DDD和业务架构设计或者AI项目实践经验优先; 3、JAVA基础扎实,理解IO、多线程、集合等基础框架,对JVM原理有一定的了解; 4、3年及以上JAVA开发经验,对于使用过的开源框架,能了解到它的原理和机制;精通Spring、mybatis等开源框架; 5、熟悉分布式系统的设计和应用,精通分布式、缓存、消息等机制;能合理应用分布式常用技术解决架构问题; 6、掌握多线程编码及性能调优,有丰富的高并发、高性能系统、幂等设计和开发经验; 7、掌握Linux 操作系统和分库分表,对sql优化有丰富的经验; 8、喜欢专研及尝试最新的技术,追求编写优雅的代码,具有良好的技术敏锐度,能从技术趋势和思路上能影响技术团队; 9、有稳定性经验,能够解决&优化系统疑难杂症,分析出系统不足,针对业务链路做稳定性评估及保障;
工作职责
1、物流系统核心功能的架构设计及编码工作,重点项目方案设计与评审,难点攻关 2、交付高可靠可用性系统,深刻理解用户需求,并高质量完成用户需求 3、需求上线后,对自己负责的模块进行监控、运维、运营、及时相应并解决线上问题 4、对现有系统的不足进行分析,找到目前系统的瓶颈,重构优化和改进系统算法,提高系统性能
包括英文材料
AI agent+
https://www.ibm.com/think/ai-agents
Your one-stop resource for gaining in-depth knowledge and hands-on applications of AI agents.
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.
系统设计+
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.
多线程+
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!
JVM+
https://www.freecodecamp.org/news/jvm-tutorial-java-virtual-machine-architecture-explained-for-beginners/
https://www.youtube.com/watch?v=e2zmmkc5xI0
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.distributedsystemscourse.com/
The home page of a free online class in distributed systems.
https://www.youtube.com/watch?v=7VbL89mKK3M&list=PLOE1GTZ5ouRPbpTnrZ3Wqjamfwn_Q5Y9A
缓存+
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://goperf.dev/
The Go App Optimization Guide is a series of in-depth, technical articles for developers who want to get more performance out of their Go code without relying on guesswork or cargo cult patterns.
https://web.dev/learn/performance
This course is designed for those new to web performance, a vital aspect of the user experience.
https://www.ibm.com/think/insights/application-performance-optimization
Application performance is not just a simple concern for most organizations; it’s a critical factor in their business’s success.
https://www.oreilly.com/library/view/optimizing-java/9781492039259/
Performance tuning is an experimental science, but that doesn’t mean engineers should resort to guesswork and folklore to get the job done.
高并发+
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
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.
相关职位
社招技术
1、负责滴滴国际化餐饮商家WhatsApp生态能力研发,涵盖商家聚合、AI Waiter、在线点单、订单跟踪、营销等业务功能; 2、站在商家视角,用技术提高生产力,快速解决业务需求和问题,技术方案设计考虑周到,稳定可靠高效高质量交付; 3、推动产品功能迭代与性能、稳定性、易用性提升,持续进行系统优化及架构升级; 4、技术文档撰写、维护、团队知识传承;
更新于 2025-09-10
社招A162738
1、负责设计、研发字节跳动统一的实时计算平台,包括不限于实时任务的开发、发布、调度、运维等平台能力的建设,支持包括抖音、今日头条、国际化短视频在内的海内外业务; 2、与底层引擎、业务数据开发团队密切协作,深入理解业务场景,设计合理方案,确保实时数据开发的高可靠、高性能、高效率; 3、关注实时计算前沿进展,规划平台中长期演进,打造行业领先的实时计算平台产品。
更新于 2024-12-24
社招技术团队开发
1. 负责公司HR系统的需求分析、架构设计及代码开发。 2. 优化系统性能与稳定性,保障各种场景下系统稳定、高效运行。 3. 协同产品和团队成员共同推动项目进展,配合推动技术能力协同业务能力升级 4. 协同HR实施运营团队共同创建HRIS体系,为企业员工提供一体化服务
更新于 2025-03-10