美团Java高级开发工程师(内控技术)
社招全职5年以上财务平台地点:北京状态:招聘
任职要求
1、5年及以上互联网系统设计研发经验; 2、Java基础功底扎实,深刻理解内存模型、网络通信、多线程等理论知识,对JVM原理有深入的了解; 3、熟悉SpringMVC、Mybatis、Springboot等常用工程框架; 4、熟悉大型分布式系统的设计与开发,熟练掌握如消息队列、ES、redis、Mysql、NoSql等中间件,熟悉其原理和优化; 5、有较强的逻辑思维能力,善于分析、归纳、解决问题; 6、有良好的沟通能力和业务sense, 能够胜任需求拆解、细化并落地实施工作; 具备以下条件优先 1、有风控系统、决策引擎、规则引擎、特征平台等顼目研发经验者优先; 2、熟悉drools、aviator、conductor、activiti等组件者优先; 3、对于高并发、高稳定可用性、高性能、大数据处理有过实际项目产品经验者优先;
工作职责
1.参与企业内控内审数字化系统架构的总体设计与规划,打造体系化的企业COSO内控数字化系统。 2.和内控业务专家、产品团队一起建设企业内控解决方案,将大数据和AI技术应用于内控业务场景,包括不限于智能决策引擎、关联图谱、实时计算等具体技术。 3.设计灵活、易用的内控系统服务,并对接到采购、流程等业务系统,使得风控融入到全业务链路中。
包括英文材料
系统设计+
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.
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 Web MVC+
https://spring.io/guides/gs/serving-web-content
This guide walks you through the process of creating a “Hello, World” web site with Spring.
[英文] Spring MVC Series
https://www.baeldung.com/spring-mvc
Spring MVC provides tools driving both typical web applications as well as REST APIs.
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://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.youtube.com/watch?v=xErwDaOc-Gs
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.
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.
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=1oWPUpMheGk
高并发+
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
相关职位
社招5年以上
1、负责淘天内控平台的技术系统设计和产品功能开发,通过系统化能力,防控淘天复杂业务链路下资金风险、业务流程风险、合规风险等,带来数亿资金损失的挽回。 2、参与风控引擎和风控策略的研发,保障双十一等高流量场景下的系统稳定性。 3、参与企业级 AI 应用开发,我们正在通过 AI 重塑风险的发现和治理方案,打造业内领先的内控解决方案。
更新于 2025-07-03
社招3年以上食杂零售
负责食杂零售(Keemart、小象、快驴、优选)基础运营业务方向的软件研发工作,包括物资平台、账号权限平台、内控系统等,具体要求如下: 1. 高效支持业务需求开发,并确保服务质量和稳定性。 2. 负责平台能力相关的研发工作,承担平台化建设中的设计、研发和协同任务。 3. 负责系统的架构设计和稳定性治理,持续优化系统的高可用性、可扩展性和可维护性。 4. 深入理解业务需求,结合行业经验,制定符合当前阶段的技术规划和解决方案。 5. 具备良好的沟通协作能力,主导跨部门工作任务的协同,与团队成员共同解决难题。
更新于 2025-06-22
社招3年以上软硬件服务-骑行
1. 主导骑行CRM系统及资产交付流程的技术方案设计,负责核心模块代码开发,确保系统高质量按时交付。 2. 构建CRM-Agent模式与AI驱动的智能化工作流引擎,从业务建模到技术落地,推动系统向AI-Native架构演进。 3. 深入理解出行行业场景,精准拆解产品需求,完成从架构设计、开发实施到运维监控的全生命周期管理。 4. 持续优化系统性能与稳定性,通过技术手段解决瓶颈问题,提升研发效能与代码质量。 5. 主导技术分享与代码评审,推动团队工程规范落地,助力成员技术能力提升。
更新于 2025-06-09