美团JAVA研发工程师
社招全职5年以上核心本地商业-基础研发平台地点:北京状态:招聘
任职要求
计算机基础扎实,熟练掌握数据结构、设计模式、数据库和网络知识。 5年以上Java开发经验,熟练掌握Spring、Spring Boot、MyBatis等主流技术框架。 熟悉MySQL、Redis等数据库技术,掌握事务隔离级别、索引原理及性能调优方法。 熟悉前端开发技术栈,包括HTML、CSS、JavaScript及Vue框架。 熟练掌握分布式系统开发,具备优秀的系统架构设计能力。 熟悉日志审计技术,了解ELK栈(Elasticsearch、Logstash、Kibana)日志分析工具、Hive等大数据处理工具,具备相关项目经验。 熟练常用的图数据库和向量数据库技术。 熟悉常见的水印、加密、脱敏、DLP等数据安全技术。 熟悉HTTPS、TLS/SSL等安全协议,了解LDAP、AD、Kerberos等身份管理技术。 熟悉Apache Shiro、Spring Security等安全框架,掌握安全编码实践。
工作职责
负责数据安全中心、运营平台的功能架构设计、研发、性能优化及日常维护工作。 负责文枢、DLP等终端管控和消息推送中心的架构设计与研发。 负责数据库扫描、敏感数据扫描与防护功能的架构设计、编码实现及性能调优。 参与数据安全相关技术预研及分析工作。
包括英文材料
数据结构+
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://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.
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.
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.
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.
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://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.
HTML+
https://developer.mozilla.org/zh-CN/docs/Learn_web_development/Core/Structuring_content
[英文] Learn HTML
https://web.dev/learn/html
CSS+
JavaScript+
https://developer.mozilla.org/zh-CN/docs/Learn_web_development/Core/Scripting
[英文] Learn JavaScript
https://learnjavascript.online/
The easiest way to learn & practice modern JavaScript
[英文] Learn JavaScript
https://web.dev/learn/javascript
https://www.youtube.com/watch?v=zuKbR4Q428o
Write bulletproof JavaScript code with unit testing!
Vue+
[英文] Tutorial | Vue.js
https://vuejs.org/tutorial/
The goal of this tutorial is to quickly give you an experience of what it feels like to work with Vue, right in the browser.
https://www.youtube.com/watch?v=VeNfHj6MhgA
3 Hour crash course of the Vue.js framework. You will learn all the fundamentals including components, directives, lifecycle, events and much more.
分布式系统+
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.
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.
Logstash+
https://logz.io/blog/logstash-tutorial/
Logstash is the “L” in the ELK Stack — the world’s most popular log analysis platform and is responsible for aggregating data from different sources, processing it, and sending it down the pipeline, usually to be directly indexed in Elasticsearch.
https://www.elastic.co/docs/reference/logstash/getting-started-with-logstash
This section guides you through the process of installing Logstash and verifying that everything is running properly.
https://www.youtube.com/watch?v=GLWmWfq-V7Y
https://www.youtube.com/watch?v=PjFvTXxCGbE
Welcome to this comprehensive guide where I will show you how to seamlessly install Logstash on your RedHat 9 System!
Kibana+
https://logz.io/blog/kibana-tutorial/
Kibana is the visualization layer of the ELK Stack—the world’s most popular log analysis platform which is comprised of Elasticsearch, Logstash, and Kibana.
[英文] Kibana Tutorial
https://www.tutorialspoint.com/kibana/index.htm
Kibana is an open source browser based visualization tool mainly used to analyze large volume of logs in the form of line graph, bar graph, pie charts, heat maps, region maps, coordinate maps, gauge, goals, timelion etc.
https://www.youtube.com/watch?v=DVgKDPf7hOU
Get started with this Kibana tutorial and learn the basics of Kibana and get an overview of all of its features.
Hive+
[英文] Hive Tutorial
https://www.tutorialspoint.com/hive/index.htm
Hive is a data warehouse infrastructure tool to process structured data in Hadoop. It resides on top of Hadoop to summarize Big Data, and makes querying and analyzing easy.
https://www.youtube.com/watch?v=D4HqQ8-Ja9Y
Apache+
https://www.apache.org/
The Apache® Software Foundation (ASF) provides software for the public good, guided by community over code.
相关职位
社招2年以上核心本地商业-业
1、负责平台相关业务功能分析、系统设计、功能开发; 2、主导技术难题攻关,建设高并发、高性能、高可用的系统; 3、追求卓越,提升研发质量效率并创造业务价值; 4、负责培训和辅导初级开发工程师,促进团队成员共同成长;
更新于 2025-06-22
社招3年以上核心本地商业-基
1.负责国内Yoda身份验证、机器流量对抗等平台的系统设计和功能研发,探索AI大模型技术对现有系统在对接、监控、运营等环节的提效提质,以及核心链路的重构,逐步推进AI自动化对抗的落地。 2. 负责Yoda海外站的建设和迭代,与多团队协同快速响应海外业务方需求的同时,在技术方案和架构上具备前瞻性,持续提升系统扩展性、稳定性、合规性。
更新于 2025-05-13
社招3年以上核心本地商业-业
1. 负责构建面向商增技术部的业务工具,在故障预防、故障发现、故障定位、故障处理和故障复盘等全研发生命周期帮助业务提效保质; 2. 深入理解业务,和引擎端、商家端、前端等各业务上下游紧密协作,从宏观、中观和微观三个层面构建全局业务视图。 3. 对机器学习、大模型 AI 算法等新技术有极强的兴趣和实践能力,能快速应用到实际业务场景,解决痛点。 4. 及时解决项目中出现的技术问题和bug,并进行优化和改进。
更新于 2025-03-27