美团分销平台-Java高级工程师
社招全职3年以上核心本地商业-业务研发平台地点:北京状态:招聘
任职要求
1.大学本科以上学历,计算机或相关专业,3年以上Java实际项目开发经验; 2.有扎实的Java基础,Java多线程、并发以及网络通信有深厚的经验; 3.熟悉设计模式、DDD,熟悉主流开源应用框架,如Spring、MyBatis、kafka、Maven、rpc等开发技术; 4.熟悉关系型数据库MySQL、SQL优化,熟悉es、Redis、tair等常用存储组件; 5.熟悉分布式系统的设计和应用,熟悉分布式、缓存、消息、负载均衡等机制和实现; 6.热爱技术,对技术有不懈的追求,喜欢研究开源代码; 7.良好的学习能力、团队协作能力和沟通能力;善于思考,能独立分析和解决问题。
工作职责
1.参与美团联盟业务的后端系统建设,包括但不限于:促销 佣金 会员体系 分销体系 触达体系等方向的建设; 2.深入理解基于社群分销新玩法,支持餐 综 酒 门票旅游 以及电商类的业务需求的迭代开发; 3.参与日常业务需求的技术方案选型,负责业务架构详细设计,code review工作等。
包括英文材料
学历+
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!
设计模式+
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.
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.
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.
Kafka+
https://developer.confluent.io/what-is-apache-kafka/
https://www.youtube.com/watch?v=CU44hKLMg7k
https://www.youtube.com/watch?v=j4bqyAMMb7o&list=PLa7VYi0yPIH0KbnJQcMv5N9iW8HkZHztH
In this Apache Kafka fundamentals course, we introduce you to the basic Apache Kafka elements and APIs, as well as the broader Kafka ecosystem.
Maven+
https://liaoxuefeng.com/books/java/maven/index.html
Maven是一个Java项目管理和构建工具,它可以定义项目结构、项目依赖,并使用统一的方式进行自动化构建,是Java项目不可缺少的工具。
https://www.youtube.com/watch?v=Xatr8AZLOsE
You'll learn how to use Maven like a professional: installations, using the mvn wrapper, using Maven together with IDEs, and of course the Maven basics.
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.
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.
Redis+
[英文] Developer Hub
https://redis.io/dev/
Get all the tutorials, learning paths, and more you need to start building—fast.
https://www.runoob.com/redis/redis-tutorial.html
REmote DIctionary Server(Redis) 是一个由 Salvatore Sanfilippo 写的 key-value 存储系统,是跨平台的非关系型数据库。
https://www.youtube.com/watch?v=jgpVdJB2sKQ
In this video I will be covering Redis in depth from how to install it, what commands you can use, all the way to how to use it in a real world project.
分布式系统+
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
ElasticSearch+
https://www.youtube.com/watch?v=a4HBKEda_F8
Learn about Elasticsearch with this comprehensive course designed for beginners, featuring both theoretical concepts and hands-on applications using Python (though applicable to any programming language). The course is structured in two parts: first covering essential Elasticsearch fundamentals including index management, document storage, text analysis, pipeline creation, search functionality, and advanced features like semantic search and embeddings; followed by a practical section where you'll build a real-world website using Elasticsearch as a search engine, working with the Astronomy Picture of the Day (APOD) dataset to implement features such as data cleaning pipelines, tokenization, pagination, and aggregations.
相关职位
社招3年以上核心本地商业-业
1、负责活动玩法、任务、分销相关业务迭代与创新,支撑到家外卖、闪购、跑腿等业务的线下的玩法、任务、分销相关业务迭代; 2、参与玩法、任务、分销系统平台化建设,赋能多业务互动营销体系建设,持续推进系统架构演进,快速支撑新业态探索; 3、参与外卖神券节等大促活动保障工作,支撑大促秒杀流量,建设大促稳定性保障体系。
更新于 2025-05-22
社招3年以上核心本地商业-业
1.参与美团联盟业务的后端系统建设,包括但不限于:商城展销、流量分发、营销玩法、选品推品等方向的建设; 2.深入理解基于社群分销新玩法,支持外卖、闪购、医药、餐、综、酒、门票旅游 以及电商类的业务需求的迭代开发; 3.参与日常业务需求的技术方案选型,负责业务架构详细设计,code review工作等。
更新于 2025-08-27
社招3年以上技术类-开发
业务技术平台-基础链路-会员&营销团队,作为阿里巴巴重要战略-国际化先锋战队之一,承担着集团实现全球化的艰巨任务。我们依托于强大的底层技术能力,服务于国际化几乎所有的电商业务,助力国际化业务快速发展。希望你加入我们,同我们一道通过技术驱动全球贸易模式的升级,引领中国电子商务、履约供应链等全球化方向,让天下没有难做的生意。 作为团队核心开发,参与相关系统架构设计、领域能力设计、业务产品需求,以及技术研发和产品上线工作。 工作描述: 1. 面向国际化【电商&金融&物流】,为买家、卖家、供应商、ISV等提供端到端的基础链路会员、地址、营销服务,包括注册/登录/用户中心/认证授权/地址管理/营销设计/营销计算等基础功能; 2. 负责Lazada/AliExpress/Daraz/Miravia等电商业务的业务支撑,包括但不局限于业务架构优化、业务需求编码、工具平台开发,SAAS化产品能力打造、日常/大促稳定性保障等工作。
更新于 2025-06-12