美团Java后端开发(商家及SaaS基建方向)
社招全职3年以上软硬件服务-SaaS事业部地点:北京状态:招聘
任职要求
1.本科及以上学历,扎实的计算机专业基本功,熟悉常见的数据结构及算法; 2.三年及以上Java开发经验,精通Java及面向对象设计开发, 熟悉JDK源码; 3.熟悉常见设计模式,熟悉Spring,MyBatis等流行开源框架; 4.熟悉常见技术中间件的使用、原理和常用性能优化技术; 5.熟悉HTTP协议、搜索引擎、缓存、序列化、NIO、RPC框架等,并且有相关实践经验; 6.具备良好的架构设计能力,善于解构现状、解决问题。 具备以下条件优先 1.中台/平台型后端系统的架构设计和开发经验; 2.IoT、边缘计算系统设计和开发经验; 3.参与过大型SaaS系统的设计及开发。
工作职责
1.负责SaaS多租户账号体系、多模块售卖及账号权限、多层级组织及门店管理等业务场景的系统建模及架构设计,保证系统的扩展性及健壮性; 2.负责门店本地服务部署能力及云店协同能力建设,支撑终端-本地-云端架构形态的落地和持续迭代; 3.建设可复用的业务能力和技术能力,支撑美团餐饮SaaS及酒店SaaS的功能迭代和业务发展; 4.参与系统架构的迭代升级及稳定性保障,解决各类潜在的架构问题及技术风险,保障系统稳定运行; 5.业务及技术难点攻克,跟踪前沿技术发展,指导初级工程师工作,促进团队共同成长。
包括英文材料
学历+
数据结构+
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/oop/index.html
面向对象编程,英文是Object-Oriented Programming,简称OOP。
https://liaoxuefeng.com/books/python/oop/index.html
面向对象编程——Object Oriented Programming,简称OOP,是一种程序设计思想。
https://www.youtube.com/watch?v=SiBw7os-_zI
Learn the basics of object-oriented programming all in one video.
设计模式+
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.
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.youtube.com/watch?v=1oWPUpMheGk
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.
系统设计+
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.
SaaS+
https://www.ibm.com/cn-zh/think/topics/saas
软件即服务 (SaaS) 是一种基于云的软件交付模式,服务提供商借此托管应用程序,并通过互联网向用户提供这些应用程序。
相关职位
社招3年以上无人机业务部
1. 参与无人机国内外商流接入、交易结算、账号权限等系统的设计开发; 2. 面向低空物流行业合作伙伴,持续迭代DaaS(Drone as a Service)产品服务; 3. 改进研发质量、效率和用户体验关键指标,保障系统高性能、高可用、可扩展。
更新于 2025-06-19
社招5年以上软件开发岗
1、基于对业务的深入理解,完成商家核心系统技术规划、架构设计并落地实现。 2、解决技术难点,能提出具有前瞻性的技术思路和方案。 3、具有良好的沟通协调能力、抽象整合能力,结构化思维能力强,能有效抽象并结合部门实际情况提出具有落地可行性的技术改进意见。
更新于 2025-04-16
社招2年以上技术
1、负责滴滴国际化外卖服务的餐饮商家SaaS软件研发,涵盖点餐系统、POS收银、CRM管理、营销管理、数据报表等业务; 2、站在商家视角,用技术提高生产力,快速解决业务需求和问题,技术方案设计考虑周到,稳定可靠高效高质量交付; 3、推动产品功能迭代与性能、稳定性、易用性提升,持续进行系统优化及架构升级; 4、技术文档撰写、维护、团队知识传承;
更新于 2025-05-22