美团Java技术专家
社招全职4年以上核心本地商业-业务研发平台地点:成都状态:招聘
任职要求
1、本科及以上学历,计算机、软件工程相关专业,4年以上互联网研发工作经验; 2、熟悉Java语言,具备扎实的Java基础,熟悉IO、多线程等基础技术,对多线程使用、并发处理、JVM基本原理有一定认识; 3、熟练使用Spring、Spring MVC等框架,并对框架原理有一定了解; 4、熟悉ZooKeeper、Kafka等各种中间件,对事务、锁、并发等实现机制有深入了解; 5、熟悉SOA架构,对RPC、序列化、服务治理有相应了解; 6、熟悉MySQL的应用开发、常见的性能调优和可扩展性设计,了解Redis缓存技术; 7、具有一定的技术规划和设计能力,能发现架构设计中存在的问题,并给出有效的解决措施和方法; 8、有大型分布式、高并发、高负载、高可用系统设计开发经验; 9、具备良好的学习能力,沟通能力,优秀的团队协作精神。 具备以下条件优先 有海外系统建设经验 有客服系统建设经验 具备管理经验
工作职责
1、负责复杂项目系统的技术方案设计、架构审定、复杂需求梳理、核心功能开发,将复杂业务需求落地实施; 2、充分参与系统技术规划,对复杂系统进行性能优化、线上故障排查和解决、安全加固等; 3、培养团队低职级成员,组织技术分享,促进团队成员进步; 4、持续探索智能能力在客服领域的应用; 5、驱动技术团队与产品团队密切合作,并参与产品层面的架构规划; 6、在极度复杂多样化的业务场景中抽丝剥茧,提炼抽象,不断优化重构既有服务架构,美团未来的智能服务体系架构,将有你的设计理念;
包括英文材料
学历+
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!
JVM+
https://www.freecodecamp.org/news/jvm-tutorial-java-virtual-machine-architecture-explained-for-beginners/
https://www.youtube.com/watch?v=e2zmmkc5xI0
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.
ZooKeeper+
https://kubernetes.io/docs/tutorials/stateful-application/zookeeper/
This tutorial demonstrates running Apache Zookeeper on Kubernetes using StatefulSets, PodDisruptionBudgets, and PodAntiAffinity.
https://www.baeldung.com/java-zookeeper
Apache ZooKeeper is a distributed coordination service which eases the development of distributed applications.
[英文] Zookeeper Tutorial
https://www.tutorialspoint.com/zookeeper/index.htm
ZooKeeper is a distributed co-ordination service to manage large set of hosts.
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.
中间件+
https://www.youtube.com/watch?v=1oWPUpMheGk
SOA+
https://www.ibm.com/think/topics/soa
SOA, or service-oriented architecture, defines a way to make software components reusable and interoperable through service interfaces.
[英文] SOA Tutorial
https://www.tutorialspoint.com/soa/index.htm
The Service Oriented Architecture is an architectural design which includes collection of services in a network which communicate with each other.
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://cloudnativecn.com/blog/istio-traffic-management-series-service-management-concept-theory/
通过阅读本文读者可以初步理解 Istio 流量治理的概念和相关知识框架。
https://juejin.cn/post/6844904006033080334
服务治理主要包括服务发现、负载均衡、限流、熔断、超时、重试、服务追踪等。我们今天要讲的,就是服务发现的内容。
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://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.
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://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
系统设计+
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
高负载+
https://dev.to/m0n0x41d/highload-saga-the-fundamentals-4kj4
In the modern big tech world, there are titans among mortal, tiny applications, and the common name for such titans is "Highload applications."
高可用+
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.
相关职位

社招2年以上
职责描述: 与产品经理沟通,了解业务需求和产品市场定位; 根据产品需求完成架构和模块设计、编码工作; 能按照项目计划,按时提交高质量的代码,完成开发任务; 改善软件的易用性,提升用户使用体验; 规范和文档的编写、维护。 网络和应用架构设计,模型抽象。 架构师、TL、团队管理
更新于 2022-08-17
社招A146316
1.微服务技术架构: 负责在云原生、中间件(包括但不限于Dubbo、网关、Mesh等)和AI应用领域,进行系统架构设计和关键技术选型,确保系统的高可用性、高性能、可扩展性和安全性。同时参与团队技术方向的制定,推动技术创新和突破,为业务发展提供强有力的技术支撑; 2.核心技术难题攻关: 独立承担和解决在云原生架构、中间件开发和AI应用实践中遇到的复杂技术难题,并能够快速学习和掌握新技术,确保项目按计划高质量交付; 3.云原生实践落地: 深入理解云原生架构和技术,包括但不限于Kubernetes、Docker、微服务、Service Mesh、Serverless、DevOps等,负责云原生应用的设计、开发、部署和运维,优化云资源利用率; 4.中间件开发与优化: 深入理解常用中间件的原理和架构,包括 RPC:Dubbo 等,能够根据业务需求进行定制化开发和优化,解决分布式系统中的复杂问题,如数据一致性、容错、限流等,确保系统高效运行。
更新于 2025-08-06
社招D7630
1、负责天河低代码平台与AI大模型应用场景落地(D2C、AI生成业务流程代码等),采用先进的算法工程方法,打造下一代AI低代码研发体系; 2、负责电商ToB、ToM的 AI For SE的产品化落地,通过AI赋能提升各研发阶段的极致效率和体验,并通过科学的方法不断优化; 3、探索AI For SE的前沿技术,结合前沿技术和创新想法能快速的进行产品化的落地。
更新于 2025-04-09