美团充电宝-高级JAVA开发
社招全职5年以上软硬件服务-充电宝业务部地点:北京状态:招聘
任职要求
1. 大学本科以上学历,五年以上大规模分布式系统应用架构设计经验,扎实的计算机专业基本功,较强的写码能力; 2. 熟练掌握MySQL应用开发、数据库原理和常用性能优化和扩展技术,以及 NoSQL,Queue 的原理、使用场景以及限制; 3. 研究过HTTP协议、缓存、JVM调优、序列化、NIO、RPC框架等,并且有相关实践经验; 4. 具有良好的沟通、团队协作、计划和主动性思考的能力,工作积极主动,勇于承担。 具备以下条件优先 1. 熟悉共享业务,有共享充电宝系统研发经验更佳; 2. 参与过大型复杂分布式系统设计开发,对设计高可用、高性能、可扩展、可伸缩系统有较好的理解; 3.有CRM相关系统建设经验者优先; 4. 具有敏捷开发经验,实践过持续集成和自动化; 5. 有过复杂系统或领域驱动设计经验; 6. 参与过优秀开源项目;
工作职责
该岗位未来1-2年需要承接自营和渠道两个方向CRM系统能力的建设。 自营方向:主要负责销售资源方向能力建设,涉及品牌、门店、客户之间的关系建设。随着充电宝业务不断深入发展,客户和门店、客户和品牌、品牌和门店、商场和门店的关系均需要进行建设,销售资源模块需要同时支撑直营、KA、CKA、渠道BD的作业。需要一名L7同学系统规划各个子模块演进并实施建设。 渠道方向:主要负责招商资源能力建设,涉及线上商机、线下商机、门店求合作商机、其他自拓商机等。同时还要针对不同渠道的招商资源进行分层,建设商机分层能力。需要一名L7同学,规划招商资源各子模块的演进并实施建设。 在支撑自营、渠道两方面资源能力建设的同时,该岗位还会支持其他M端业务的日常迭代,作为需求主R带领团队L6、L5同学完成业务需求的交付。
包括英文材料
学历+
分布式系统+
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://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.
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.
NoSQL+
https://nosql-database.org/
Everything about NoSQL Systems – Types, Benefits, and Real-World Uses
https://piaosanlang.gitbooks.io/mongodb/content/section1.1.html
NoSQL(NoSQL = Not Only SQL ),即"不仅仅是SQL",指的是非关系型的数据库。是对不同于传统的关系型数据库管理系统的统称。
https://www.youtube.com/watch?v=0buKQHokLK8
NoSQL databases can operate in multiple modes: as key-value store, document store or wide column store.
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
JVM+
https://www.freecodecamp.org/news/jvm-tutorial-java-virtual-machine-architecture-explained-for-beginners/
https://www.youtube.com/watch?v=e2zmmkc5xI0
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://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.
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.
相关职位
社招5年以上软硬件服务-充电
1. 负责美团充电宝业务迭代、需求把控、系统设计、功能开发,确保按照研发质量按期交付; 2. 负责全流程质量保障,通过技术和工具提高项目质量和开发效率; 3. 难点攻克,技术输出,指导初级工程师,促进团队共同成长; 4. 需要有一定的产品意识和想法,用技术力量推动业务成功; 5. 有DDD领域驱动设计经验,能把复杂问题抽象简单化处理; 6. 有线上稳定性保障经验,具备SLA 4个9 以上的系统建设能力。
更新于 2025-06-22
社招5年以上软硬件服务-充电
1、基于美团的数据平台进行离线和实时数据仓库建设,数据分析以及预测。 2、梳理业务系统数据,进行数据模型设计和开发,产出支持业务分析的基础数据,保障数据的准确性、易用性、及时性。 3、负责业务的数据需求、数据报表、OLAP开发以及临时数据提取的开发任务 4、参与技术决策和技术选型,制定流程规范,完善数据质量监控和数据治理。 5、针对海量IoT数据进行数据处理和模型训练,提升健康运维的效率。
更新于 2025-06-20
社招5年以上软硬件服务-充电
1、基于美团的数据平台进行离线和实时数据仓库建设,数据分析以及预测。 2、梳理业务系统数据,进行数据模型设计和开发,产出支持业务分析的基础数据,保障数据的准确性、易用性、及时性。 3、负责业务的数据需求、数据报表、OLAP开发以及临时数据提取的开发任务 4、参与技术决策和技术选型,制定流程规范,完善数据质量监控和数据治理。 5、针对海量IoT数据进行数据处理和模型训练,提升健康运维的效率。
更新于 2025-06-19