美团交易系统平台-营销活动配置研发-高级Java开发工程师
社招全职3年以上核心本地商业-业务研发平台地点:北京状态:招聘
任职要求
1.本科及以上学历,3年及以上Java实际项目开发经验; 2.有扎实的Java基础(数据结构和算法),在多线程、并发以及网络通信方面有丰富的经验,能够熟悉使用主流开源应用框架,如Spring、MyBatis、Maven等开发技术; 3.具备架构设计能力,善于使用设计模式和领域驱动设计(DDD)等方法解决复杂业务问题; 4.熟悉关系型数据库、KV存储、缓存、消息、负载均衡等机制和实现,并有丰富的使用和调优经验; 5.熟悉检索引擎的常见架构,精通Lucene的基本原理,对ElasticSearch有丰富的实践经验; 6.热爱技术,对技术有不懈的追求,喜欢研究开源代码; 7.具备良好的编码习惯,代码整洁、高效、可读性强。 具备以下条件优先 1.从事社交、电商、零售、金融等行业,有参与过建设商家自营销系统、招商系统的优先; 2.有为商品、供应链、CRM、结算等复杂业务提供解决方案经验的优先; 3.有建设搜索引擎,处理海量数据计算经验的优先。
工作职责
1.参与到家多业务线的商家营销系统及平台营销运营系统建设,实现优惠促销、券、玩法活动、海报/落地页、触达、招商等核心子领域在B端、M端的高质量、高效率运营; 2.参与营销运营系统架构升级,提供可复用、可扩展的业务需求解决方案,为到家20+业务发展提供有力支撑; 3.参与系统的稳定性建设,建设业务正确性保障机制和高可用机制,实现系统0资损和99.99%可用; 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://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/
多线程+
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.
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.
系统设计+
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://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.
缓存+
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.
编程规范+
[英文] Google Style Guides
https://google.github.io/styleguide/
Every major open-source project has its own style guide: a set of conventions (sometimes arbitrary) about how to write code for that project. It is much easier to understand a large codebase when all the code in it is in a consistent style.
相关职位
社招3年以上核心本地商业-业
1.参与到家多业务线的商家营销系统及平台营销运营系统建设,实现优惠促销、券、玩法活动、海报/落地页、触达、招商等核心子领域在B端、M端的高质量、高效率运营; 2.参与营销运营系统架构升级,提供可复用、可扩展的业务需求解决方案,为到家20+业务发展提供有力支撑; 3.参与系统的稳定性建设,建设业务正确性保障机制和高可用机制,实现系统0资损和99.99%可用; 4.负责对外沟通和项目推动,联合其他产研共同发现合作过程中的问题、制定研发流程规范,实现高效率支持业务迭代。
更新于 2025-08-21
社招3年以上核心本地商业-业
1.参与到家多个业务线的招商提报系统建设,实现优惠促销、券、玩法活动、海报/落地页、触达、招商等核心子领域在B端、M端的高质量、高效率运营 2.参与招商提报系统架构升级,提供可复用、可扩展的业务需求解决方案,为到家20+业务发展提供有力支撑 3.参与系统的稳定性建设,建设业务正确性保障机制和高可用机制,实现系统0资损和99.99%可用 4.负责对外沟通和项目推动,联合其他产研共同发现合作过程中的问题、制定研发流程规范,实现高效率支持业务迭代
更新于 2025-05-28
社招JV2LP
1、负责火山引擎产品商业化业务支撑工作,包含商品管理及配置化接入、营销活动、交易下单、实例交付、计量计费、账务处理等业务平台的需求分析,系统分析,设计及实现; 2、深入理解业务模型,采用合适的系统架构应对多变市场环境带来的需求变动和复杂的业务模型; 3、攻克服务中高并发,高稳定性,大数据处理,业务合规要求带来的各种挑战及技术难关。
更新于 2021-01-06