蚂蚁金服蚂蚁集团-Java技术专家(资产平台)-财富
社招全职3年以上技术-开发地点:上海 | 杭州状态:招聘
任职要求
1、 三年以上Java研发经验,扎实的Java编程基础,精通io、多线程、集合等基础框架,精通Java EE、SOA、OSGI等相关技术; 2、 两年以上大型数据库如oracle/mysql使用经验,三年以上大规模高并发访问的Web应用系统设计和开发经验; 3、 具备大型分布式系统开发及架构经验,熟悉缓存、消息、服务治理、容灾、分布式一致性等机制; 4、 具备良好的识别和设计通用框架及模块的能力,熟悉UML; 5、 较强的表达和沟通能力,工作认真、严谨、敬业,对系统质量有近乎苛刻的要求意识。有很强的分析问题和解决问题的能力,有强烈的责任心.
工作职责
1、 主导蚂蚁财富资产平台的构建、架构设计及开发,支撑日千万级交易清算、保障万亿资金安全; 2、 负责系统的中长期规划和升级优化,主导技术难题攻关,保证系统的扩展性同时,持续提升大规模分布式系统在高并发、海量请求下的性能及稳定性; 3、 独立承接项目,负责业务需求分析、系统核心方案设计和代码编写; 4、 负责线上系统的维护和管理,对复杂问题进行快速定位和优化,保障系统稳定运行; 5、 负责指导、培训普通开发工程师,审核开发工程师的设计与研发质量。
包括英文材料
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!
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.
Oracle+
[英文] Oracle Tutorial
https://www.oracletutorial.com/
On this website, you can learn Oracle Database fast and easily.
https://www.youtube.com/watch?v=QHYuuXPdQNM&list=PL_c9BZzLwBRJ8f9-pSPbxSSG6lNgxQ4m9
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.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
Web+
https://web.dev/learn
Explore our growing collection of courses on key web design and development subjects.
系统设计+
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.distributedsystemscourse.com/
The home page of a free online class in distributed systems.
https://www.youtube.com/watch?v=7VbL89mKK3M&list=PLOE1GTZ5ouRPbpTnrZ3Wqjamfwn_Q5Y9A
缓存+
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://cloudnativecn.com/blog/istio-traffic-management-series-service-management-concept-theory/
通过阅读本文读者可以初步理解 Istio 流量治理的概念和相关知识框架。
https://juejin.cn/post/6844904006033080334
服务治理主要包括服务发现、负载均衡、限流、熔断、超时、重试、服务追踪等。我们今天要讲的,就是服务发现的内容。
UML+
https://www.youtube.com/watch?v=WnMQ8HlmeXc
Learn about how to use UML diagrams to visualize the design of databases or systems.
相关职位
社招3年以上技术类-开发
1. 参与蚂蚁数科Web3数字资产平台相关研发工作,包括系统设计与编码实现、DApp/智能合约开发、业务系统集成对接、性能分析优化、线上运维保障等,确保项目进度和系统等安全性、稳定性和质量; 2. 与产品、业务、法务合规等团队密切协同,深入发掘和分析业务、客户、监管等需求,参与配合业务系统产品设计,做好开展数字资产业务所需的客户、监管、市场等方面的交流和支持工作; 3. 跟踪调研Web3相关领域最新市场趋势和前沿技术发展,持续推动业务平台技术能力的完善升级、创新演进。
更新于 2025-06-20
社招2年以上技术类-开发
1、参与大模型数据处理工程平台建设,涉及数据相关的网页解析、加工、打标、过滤、去重、质量提升等服务的系统架构设计和开发工作,推动业务和技术的融合落地,建设非结构化数据处理工程平台能力; 2、参与网页抽取、文本、图文、视频等非结构化数据的结构化、标准化、分析挖掘、提升数据质量等能力建设,沉淀数据资产,提效工具等产品,支撑蚂蚁智能技术和生态业务发展; 3、保障技术系统稳定可靠,熟练运用合适技术对复杂场景做出合理技术设计,深入分析解决系统疑难问题; 4、对数据处理相关领域产品有一定了解,能够对负责领域做未来判断和规划。
更新于 2025-06-03