蚂蚁金服网商银行-JAVA开发工程师-基础技术架构
社招全职3年以上技术类-开发地点:杭州状态:招聘
任职要求
1.计算机相关专业,Java基础扎实,理解io、多线程、集合等基础框架,对JVM原理有一定的了解;熟悉面向对象设计开发,三年以上使用JAVA开发的经验,对于你用过的开源框架及中间件,能了解到它的原理和机制; 2.具有2年以上数据库产品研发或运维经验,熟练掌握数据库或计算存储理论知识,精通一种或多种数据库技术,包括但不限于MySQL、Oracle、redis、hbase、mongodb等,有数据库PaaS研发或计算存储管控产品研发经验者优先; 3. 熟练掌握数据库性能优化技巧,熟悉存储领域常见技术栈,熟悉业界常见存储领域产品,能够定位全链路上的性能瓶颈(网络、CPU、IO、操作系统等),动手解决问题能力强 4.熟悉Linux/Unix操作系统,熟练掌握Java、Python、Golang等语言中的一种,具备工程化系统研发能力,具备良好的编程风格; 5.具备分布式系统研发能力,对分布式系统中的一致性、锁问题、状态等具备较强的理解能力,具备并发编程能力,能较好的理解多进程/多线程/协程,能较好的运用同步与异步编程; 6.对技术特别是存储技术方面有激情有追求,对AI及大模型有一定的实践上手经验,愿意在数据库领域持续投入青春和精力,渴望突破、用于挑战。良好的团队协作能力,抗压能力和积极心态,良好的沟通表达能力。 7. 如果你觉得和以上要求不符,但你对这个岗位很感兴趣,并且确认你以往的其他经历或经验能给团队带来自己独特的价值,那么也欢迎投递简历;
工作职责
1.负责网商优化术风险能力建设,包含容灾能力、应急能力、变更防御、红蓝攻防、性能容量、AI稳定性等,构建网商优化技术风险体系,至少熟悉上述两项技术领域; 2.负责数据库/存储/nosql的高可用平台体系、基础设施的开发和建设,追求100%的服务持续可用、秒级故障恢复能力 3.负责数据库/存储/nosql的相关平台和工具产品的建设,持续改进业务研发和系统维护效率,用工程的思路解决遇到的问题 4.参与重大项目(比如双11、新春五福等)的稳定性保障工作,对技术风险领域进行评审、分析、改进; 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!
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/oop/index.html
面向对象编程,英文是Object-Oriented Programming,简称OOP。
https://liaoxuefeng.com/books/python/oop/index.html
面向对象编程——Object Oriented Programming,简称OOP,是一种程序设计思想。
https://www.youtube.com/watch?v=SiBw7os-_zI
Learn the basics of object-oriented programming all in one video.
中间件+
https://www.youtube.com/watch?v=1oWPUpMheGk
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.
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
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.
HBase+
[英文] HBase Tutorial
https://www.tutorialspoint.com/hbase/index.htm
HBase is a data model that is similar to Google's big table designed to provide quick random access to huge amounts of structured data. This tutorial provides an introduction to HBase, the procedures to set up HBase on Hadoop File Systems, and ways to interact with HBase shell.
PaaS+
https://www.ibm.com/cn-zh/think/topics/paas
平台即服务 (PaaS) 是一种云计算模型,提供完整的按需云平台(硬件、软件和基础设施),用于开发、运行和管理应用程序。
https://www.ibm.com/think/topics/paas
https://www.youtube.com/watch?v=QAbqJzd0PEE
Linux+
https://ryanstutorials.net/linuxtutorial/
Ok, so you want to learn how to use the Bash command line interface (terminal) on Unix/Linux.
https://ubuntu.com/tutorials/command-line-for-beginners
The Linux command line is a text interface to your computer.
https://www.youtube.com/watch?v=6WatcfENsOU
In this Linux crash course, you will learn the fundamental skills and tools you need to become a proficient Linux system administrator.
https://www.youtube.com/watch?v=v392lEyM29A
Never fear the command line again, make it fear you.
https://www.youtube.com/watch?v=ZtqBQ68cfJc
Unix+
[英文] The UNIX® Standard
https://www.opengroup.org/membership/forums/platform/unix
https://www.youtube.com/watch?v=IrDUcdpPmdI
UNIX is an operating system which was first developed in the 1970s, and has been under constant development ever since.
Python+
https://liaoxuefeng.com/books/python/introduction/index.html
中文,免费,零起点,完整示例,基于最新的Python 3版本。
https://www.learnpython.org/
a free interactive Python tutorial for people who want to learn Python, fast.
https://www.youtube.com/watch?v=K5KVEU3aaeQ
Master Python from scratch 🚀 No fluff—just clear, practical coding skills to kickstart your journey!
https://www.youtube.com/watch?v=rfscVS0vtbw
This course will give you a full introduction into all of the core concepts in python.
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
分布式系统+
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=xZDB1naRUlk
You will build projects with LLMs that will enable you to create dynamic interfaces, interact with vast amounts of text data, and even empower LLMs with the capability to browse the internet for research papers.
https://www.youtube.com/watch?v=zjkBMFhNj_g
相关职位
社招3年以上技术类-开发
1. 负责网商银行云原生架构、存储架构、AI架构等基础架构建设及演进 2. 负责网商银行稳定性保障工作,牵头全行的应急处置工作和快反产品能力建设 3. 负责基础架构方向大模型应用场景的探索落地,以及相关AI平台系统的架构设计与开发,利用RAG/Agent等技术提升技术风险水位; 4. 学习跟踪业界大模型在效能领域的最新进展,并探索大模型在技术风险/研发效能方向的机会点和提升改进落地效果;
更新于 2025-07-16
社招2年以上
1、负责淘天基础服务相关技术架构设计,以产品化的方式服务业务;负责基础服务的稳定性和可靠性,重大活动如双11的保障 2、负责稳定性产品的AI Agent研发,如Crash平台/监控平台的Agent流程编排和方案设计,能够设计并实现基础服务领域AI Agent,并在生产环境下运用和提升效率 3、参与制定技术产品的架构发展规划,评审应用架构方案,负责核心功能模块的架构代码
更新于 2025-09-28
社招3年以上
1、负责淘天基础平台相关技术产品架构设计,核心产品模块的研发、迭代优化及技术方案落地 2、参与制定技术产品的架构发展规划,评审应用架构方案,负责核心功能模块的架构代码 3、聚焦研发效能,推动智能化运维体系升级,改善开发体验 4、应用AI技术深度融合到基础服务中,打造智能化的技术基础设施,提升研发效率,降低业务风险
更新于 2025-09-18