美团高级Java工程师(C端账号)
社招全职4年以上核心本地商业-业务研发平台地点:北京状态:招聘
任职要求
1.计算机或者相关专业毕业,4年及以上相关工作经验,拥有扎实的计算机技术基础,具有良好的编码能力和编码风格,精通常用的数据结构与算法; 2.精通Java语言,熟练掌握Spring、Spring MVC、Spring Boot等常用开发框架,了解JVM、多线程并发、网络IO、分布式、缓存、消息、搜索等; 3.熟练掌握Mysql,具备优秀的数据库设计、SQL编写和优化能力,掌握MyBatis等数据库开发框架; 4.主导或核心参与过中大型项目的模块设计与开发,在架构设计中能够合理的考虑到数据一致性、容灾、容错等相关问题; 5.具备较强的抽象思维能力,有能力将共性需求提炼成技术项目,具备系统的中长期的规划能力; 6.关注新技术,有极客精神,深究原理和细节,对各种工具和轮子都有自己的见解,并能对团队内的初级员工进行正向影响 具备以下条件优先 1.有大型互联网(尤其是电商、会员)领域的工作经验者优先; 2.有高并发、大型系统开发经验优先; 3.有技术钻研精神,对优秀开源项目源码有研究者优先
工作职责
1.负责用户中心系统的模块设计与开发工作; 2.维护并参与各微服务的系统发布、全链路压测、性能监控、流量控制、链路追踪等工作。 3.主导并参与美团App重要项目的设计过程和方案调研,对技术方案、风险进行评审和分析; 4.洞察业务,从技术角度规划服务于业务的技术项目,解决业务痛点,提升开发迭代效率; 5.对重要核心服务的架构升级、稳定性建设、高性能优化等方面进行规划并推进实施; 6.与其他团队协同,通过跨部门、跨业务的沟通、协作、分享等方式赋能组织,指导组内初中级工程师; 7.能承担有挑战性项目,灵活应变以保证任务的执行,积极寻找办法提高工作效率,协调多方资源确保完成; 8.研究行业标杆的方法,并在工作中实践、提炼,沉淀出切实有效的方法论,并推广应用
包括英文材料
数据结构+
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.
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.
Spring Boot+
https://spring.io/guides/gs/spring-boot
his guide provides a sampling of how Spring Boot helps you accelerate application development.
https://www.youtube.com/watch?v=Nv2DERaMx-4&list=PLzUMQwCOrQTksiYqoumAQxuhPNa3HqasL
The author teaches you how to use Spring Boot from a complete beginner, to building a REST API with a real database, Dockerising it and deploying it to the cloud.
开发框架+
[英文] Understanding Modern Development Frameworks: A Guide for Developers and Technical Decision-makers
https://www.freecodecamp.org/news/understanding-modern-development-frameworks-guide-for-devs/
JVM+
https://www.freecodecamp.org/news/jvm-tutorial-java-virtual-machine-architecture-explained-for-beginners/
https://www.youtube.com/watch?v=e2zmmkc5xI0
多线程+
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://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
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.
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.
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://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.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
相关职位

社招3年以上客户端开发
1、负责公司C端产品的研发和优化,深入参与产品需求讨论,功能定义等; 2、负责公司登录、推送、分享、发布、账号等客户端平台的建设和优化,完成高质量编码和测试工作; 3、设计良好的代码结构,不断迭代重构; 4、承担重点、难点的技术攻坚。
更新于 2024-02-18
实习淘天集团日常实习
我们负责淘宝账号体系,用户信息管理等等,目前团队正在飞速增长扩充。 在这里,你可以深度参与亿级DAU移动端产品开发,构建高性能/高可用性的客户端架构,支撑亿万级在线用户的稳定流畅使用; 在这里,你可以机会使用SwiftUI/Compose/ArkTS等业界前沿的开发范式,主导技术方案设计与开发实践,打造极致流畅的交互体验; 在这里,你可以面向iOS/Android/HarmonyOS演进三端跨平台架构,面向多终端打造自适应布局与动效,不断提升多屏使用体验; 在这里,你可以设计端到端技术方案和架构,构建高可靠性、高可用性、高可扩展性的体系结构,满足日趋复杂的业务需求; 在这里,你会深入理解业务,参与产品的开发和维护,完成从需求到设计、开发和上线等整个项目周期内的工作,为用户提供丰富而有价值的产品。 加入我们,你将与淘天集团广泛的电子商务产品技术为伍,将消费者的喜爱变为极致性能的挑战,为业务产品保驾护航。来吧,我们等你加入!
更新于 2025-06-12
社招3年以上A03314
1、负责火山引擎账号与账号属性、统一身份认证、Organization、云身份中心等业务建设,参与业务系统的架构设计、研发、监控运维等工作; 2、持续优化业务架构、技术架构、部署架构等,保证业务稳定迭代,提高服务高可用; 3、深入调研业内云身份管理发展形态,保持火山引擎云身份接入、管理、认证的效率和体验领先; 4、持续推进云身份与其他云产品的集成打通,提升企业上云用云的效和率体验。
更新于 2024-02-26