蚂蚁金服网商银行-JAVA高级开发工程师-基础技术架构
社招全职3年以上技术类-开发地点:杭州状态:招聘
任职要求
1.Java基础扎实,理解io、多线程、集合等基础框架,对JVM原理有一定的了解;熟悉面向对象设计开发,三年以上使用JAVA开发的经验,对于你用过的开源框架及中间件,能了解到它的原理和机制; 2.具备分布式系统研发能力,对分布式系统中的一致性、锁问题、状态等具备较强的理解能力,具备并发编程能力,能较好的理解多进程/多线程/协程,能较好的运用同步与异步编程; 3.熟悉 Linux 内核者优先,有 K8s、RPC、消息、数据、存储、Serverless 等产品研发经验值者优先,有性能优化经验者优先; 4.熟悉大语言模型(LLM)架构,有大语言模型应用开发经验,在智能问答、代码review、代码续写、测试用例生成等方向有成功经验优先; 5.如果你觉得和以上要求不符,但你对这个岗位很感兴趣,并且确认你以往的其他经历或经验能给团队带来自己独特的价值,那么也欢迎投递简历;
工作职责
1. 负责网商银行云原生架构、存储架构、AI架构等基础架构建设及演进 2. 负责网商银行稳定性保障工作,牵头全行的应急处置工作和快反产品能力建设 3. 负责基础架构方向大模型应用场景的探索落地,以及相关AI平台系统的架构设计与开发,利用RAG/Agent等技术提升技术风险水位; 4. 学习跟踪业界大模型在效能领域的最新进展,并探索大模型在技术风险/研发效能方向的机会点和提升改进落地效果;
包括英文材料
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
分布式系统+
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
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
内核+
https://www.youtube.com/watch?v=C43VxGZ_ugU
I rummage around the Linux kernel source and try to understand what makes computers do what they do.
https://www.youtube.com/watch?v=HNIg3TXfdX8&list=PLrGN1Qi7t67V-9uXzj4VSQCffntfvn42v
Learn how to develop your very own kernel from scratch in this programming series!
https://www.youtube.com/watch?v=JDfo2Lc7iLU
Denshi goes over a simple explanation of what computer kernels are and how they work, alonside what makes the Linux kernel any special.
Kubernetes+
https://kubernetes.io/docs/tutorials/kubernetes-basics/
This tutorial provides a walkthrough of the basics of the Kubernetes cluster orchestration system.
https://kubernetes.io/zh-cn/docs/tutorials/kubernetes-basics/
本教程介绍 Kubernetes 集群编排系统的基础知识。每个模块包含关于 Kubernetes 主要特性和概念的一些背景信息,还包括一个在线教程供你学习。
https://www.youtube.com/watch?v=s_o8dwzRlu4
Hands-On Kubernetes Tutorial | Learn Kubernetes in 1 Hour - Kubernetes Course for Beginners
https://www.youtube.com/watch?v=X48VuDVv0do
Full Kubernetes Tutorial | Kubernetes Course | Hands-on course with a lot of demos
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://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
相关职位
社招2年以上
1、负责淘天基础服务相关技术架构设计,以产品化的方式服务业务;负责基础服务的稳定性和可靠性,重大活动如双11的保障 2、负责稳定性产品的AI Agent研发,如Crash平台/监控平台的Agent流程编排和方案设计,能够设计并实现基础服务领域AI Agent,并在生产环境下运用和提升效率 3、参与制定技术产品的架构发展规划,评审应用架构方案,负责核心功能模块的架构代码
更新于 2025-09-28
社招3年以上
1、负责淘天基础平台相关技术产品架构设计,核心产品模块的研发、迭代优化及技术方案落地 2、参与制定技术产品的架构发展规划,评审应用架构方案,负责核心功能模块的架构代码 3、聚焦研发效能,推动智能化运维体系升级,改善开发体验 4、应用AI技术深度融合到基础服务中,打造智能化的技术基础设施,提升研发效率,降低业务风险
更新于 2025-09-18
社招技术类-开发
1. 负责建站平台开发以及单元化适配交付,有良好的抗压能力 2. 参与核心产品的功能开发与版本迭代,保证项目快速迭代; 3. 指导和培养团队成员,包括评审设计文档和代码。
更新于 2025-06-17