美团Java后端开发(交易方向)
社招全职软硬件服务-SaaS事业部地点:北京状态:招聘
任职要求
1. 具备复杂系统的架构设计和数据建模能力,以及体系化的架构思维,了解业务系统设计方法; 2. 具备扎实的计算机科学功底,扎实的编程基础和数据结构算法基础,极强的问题解决能力; 3. 具备扎实的Java基础,熟悉常见设计模式、Java EE、多线程、网络、数据库、运维等相关知识; 4. 熟悉常见设计模式,精通Spring,MyBatis等主流开源框架; 5. 了解高并发、高可用设计,对微服务、serverless等应用架构有一定认识; 6. 熟悉HTTP协议、搜索引擎、缓存、序列化、NIO、RPC框架等,并且有相关实践经验; 7. 具备良好的学习能力、沟通能力、自驱能力。
工作职责
1. 负责支撑日均千万级订单的交易平台研发工作,覆盖购买、履约、售后、预定等交易全链路业务,支持多业务场景下的能力编排与扩展; 2. 参与餐饮SaaS特有的离线系统设计、解决云店数据协同与一致性问题,推进模型、能力标准化运营; 3. 负责餐饮行业复杂业态和复杂业务场景的系统方案设计、模型抽象设计和业务数据质量保障; 4. 持续优化交易核心系统性能、稳定性,解决海量数据场景下的分库分表、热点数据处理、归档改造等技术难题; 5. 难点攻克,技术输出,指导初级工程师,促进团队共同成长;
包括英文材料
系统设计+
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.youtube.com/watch?v=8hly31xKli0
In this course you will learn about algorithms and data structures, two of the fundamental topics in computer science.
https://www.youtube.com/watch?v=B31LgI4Y4DQ
Learn about data structures in this comprehensive course. We will be implementing these data structures in C or C++.
https://www.youtube.com/watch?v=CBYHwZcbD-s
Data Structures and Algorithms full course tutorial java
算法+
https://roadmap.sh/datastructures-and-algorithms
Step by step guide to learn Data Structures and Algorithms in 2025
https://www.hellointerview.com/learn/code
A visual guide to the most important patterns and approaches for the coding interview.
https://www.w3schools.com/dsa/
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/design-patterns/index.html
设计模式,即Design Patterns,是指在软件设计中,被反复使用的一种代码设计经验。使用设计模式的目的是为了可重用代码,提高代码的可扩展性和可维护性。
[英文] Design Patterns
https://refactoring.guru/design-patterns
Design patterns are typical solutions to common problems in software design. Each pattern is like a blueprint that you can customize to solve a particular design problem in your code.
https://www.youtube.com/watch?v=NU_1StN5Tkk
Design Patterns tutorial explained in simple words using real-world examples.
多线程+
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://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.
微服务+
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.
HTTP+
https://developer.mozilla.org/zh-CN/docs/Web/HTTP
超文本传输协议(HTTP)是一个用于传输超媒体文档(例如 HTML)的应用层协议。它是为 Web 浏览器与 Web 服务器之间的通信而设计的,但也可以用于其他目的。
缓存+
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
RPC+
https://javaguide.cn/distributed-system/rpc/rpc-intro.html
为什么要 RPC ? 因为,两个不同的服务器上的服务提供的方法不在一个内存空间,所以,需要通过网络编程才能传递方法调用所需要的参数。并且,方法调用的结果也需要通过网络编程来接收。
https://www.youtube.com/watch?v=S2osKiqQG9s
This video is part of an 8-lecture series on distributed systems, given as part of the undergraduate computer science course at the University of Cambridge.
相关职位
社招3年以上核心本地商业-业
流量方向: 1、支撑交通营销系统、触达系统、特价系统等核心系统的功能设计与开发 2、支撑营销场、大搜、CROSS 的功能设计与开发 3、保障供给通道可用和行业数据准确 交易方向: 1、支撑主流程低价感知、补贴、连订、机酒等跨业务搭售模式的交易流程探索 2、支撑锁价、会员权益等全新业务玩法建设 3、降低售后环节的问题发生 机票供应链方向: 1、支撑价格计算能力升级、机票引擎系统改造,缓存设计,搜索性能优化。 2、支撑价格预测,价格推荐,机票中转往返组合等复杂系统建设。 火车供应链方向: 1、支撑出行方案拼接、新流程搭建,参与订单模型重构、大数据量订单系统设计 2、提升抢票能力,建设高并发、高性能抢票推荐系统
更新于 2025-06-22
社招3年以上核心本地商业-业
负责交易方向的终端开发工作,包括产品需求迭代、体验优化、开发效能提升和基础能力的研发和运维,涉及的产品模块主要包括门店、购物车、地址、提单、退款等。与后端、产品、测试、视觉、数据等其他职能协同,保障产品稳定高效迭代。
更新于 2025-06-22
社招5年以上技术类
1.作为履约/库存/商品领域技术负责人,带领团队实现产品技术目标,并能指导团队同学成长 2.负责核心架构设计、方案评审,并能够主导攻坚技术难题和系统优化以及稳定性保障,做好平台建设和能力沉淀 3.对前沿技术持续保持关注和实践,并能够结合当前业务所处阶段做好技术预瞻和应用
更新于 2024-04-15