美团Java后端实习生
实习兼职核心本地商业-业务研发平台地点:北京状态:招聘
任职要求
1、三年以上Java开发经验,具备扎实的计算机基础,优秀的编码能力以及良好的代码习惯。 2、能够熟练使用Spring、MySQL、消息队列、Redis、zk等工具,熟练使用各种Java中间件技术。 3、精通Java基本技术,熟练掌握JVM的原理和机制,具有JVM性能调优经验。 4、拥有业务架构、领域驱动、设计模式、重构等降低业务复杂度的实践经验。 5、具有丰富的分布式系统设计经验,参与过高并发、高可用的复杂系统架构设计。 6、具有良好的分析解决问题能力,具有主人翁意识和自驱力,具有良好的沟通协作能力。 具备以下条件优先 1、有用增经验者优先。 2、广告、会员、营销、交易等系统开发经验者优先。 3、有 AIGC 大模型相关实践可加分。
工作职责
1、产品研发:建设酒旅业务流量获取、用户转化留存全链路用户运营工具,提升流量规模和承接效率;理解增长业务本质,通过数据及算法能力辅助业务策略提效,通过技术手段驱动业务增长。 2、系统基建:建设分销、社群、投放、触达等渠道能力;负责店铺、货架、营销场等承接能力;权益及积分等用户运营能力;负责增长数据系统建设,包括但不限于渠道归因、LTV预测、 CDP等核心数据系统;建设自动化广告投放系统提升拉新规模,降低CAC;负责拉新裂变系统提升裂变拉新规模。 3、系统运维:完善运维体系,主动发现系统隐患并推动重构,持续提升性能和可用性。 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.
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.
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.
消息队列+
https://www.youtube.com/watch?v=xErwDaOc-Gs
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.youtube.com/watch?v=1oWPUpMheGk
JVM+
https://www.freecodecamp.org/news/jvm-tutorial-java-virtual-machine-architecture-explained-for-beginners/
https://www.youtube.com/watch?v=e2zmmkc5xI0
性能调优+
https://goperf.dev/
The Go App Optimization Guide is a series of in-depth, technical articles for developers who want to get more performance out of their Go code without relying on guesswork or cargo cult patterns.
https://web.dev/learn/performance
This course is designed for those new to web performance, a vital aspect of the user experience.
https://www.ibm.com/think/insights/application-performance-optimization
Application performance is not just a simple concern for most organizations; it’s a critical factor in their business’s success.
https://www.oreilly.com/library/view/optimizing-java/9781492039259/
Performance tuning is an experimental science, but that doesn’t mean engineers should resort to guesswork and folklore to get the job done.
设计模式+
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://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://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://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=xZDB1naRUlk
You will build projects with LLMs that will enable you to create dynamic interfaces, interact with vast amounts of text data, and even empower LLMs with the capability to browse the internet for research papers.
https://www.youtube.com/watch?v=zjkBMFhNj_g
相关职位
实习后端开发
1. 在导师指导下参与后端模块的设计和开发,协助完成功能模块的编码和单元测试。 2. 学习并理解现有系统架构,参与日常的代码审查和讨论会议。 3. 协助进行系统性能调优,解决线上环境出现的技术问题。 4. 参与团队内部的技术分享会,不断提升自己的技术水平和团队协作能力。 5. 完成分配的任务,确保代码质量和文档的准确性。
更新于 2025-07-18

实习
1. 平台功能维护:参与数据领域功能的维护,包括埋点、报表、查询、画像、AB等平台的开发与维护 2. 负反馈治理:协助解决平台日常问题,进行答疑、反馈,并及时记录解决过程 3. 简单需求协助:帮助团队完成简单、基础的需求工作,加快数据领域的建设
更新于 2025-04-25