阿里云阿里云智能-基础平台研发专家-访问凭证管理-北京
社招全职2年以上云智能集团地点:北京状态:招聘
任职要求
• 有扎实的Java基础,熟悉IO/多线程/网络等基础框架,熟悉分布式/缓存/消息/搜索等机制; • 精通Java Web应用的开发,深入了解Spring/Mybatis/Cache/RPC/JVM等机制; • 具备在大中型项目中担任负责人或主开发的经验,熟练掌握设计模式和系统架构设计; • 具备高并发系统的稳定性和安全性保障经验,熟练掌握稳定性和安全性保障的技术和方法; • 具备良好的分析和解决问题的能力及沟通协作能力, 对技术领域基本原理有深刻理解,同时具备一定技术攻坚能力,能够解决单点复杂技术问题; • 具备较强的风险意识,能准确识别、暴露风险,并推动风险得到有效解决; • 计算机及相关专业本科及以上学历,有云计算业务背景或者大型互联网公司、大型企业软件设计开发经验优先; • 具备良好的团队合作精神,能够积极参与团队协作和技术讨论,能够有效协调跨团队资源,推动项目顺利进行; • 能够有效管理多任务优先级,善于发现和解决问题,具备冷静面对压力环境;
工作职责
• 负责开放平台访问凭证管理业务的需求分析和交付,解决面向高并发、稳定性、海量数据、复杂业务场景的技术问题; • 基于技术方案的拆解,按照任务目标和产出规范,完成任务/子任务的设计、编码开发和系统功能实现 • 负责核心功能的架构与代码模板的编写,开发与维护系统公用核心模块,技术架构重构、优化等 • 对编码进行阶段性的讨论和CodeReview,并通过调试优化,推动代码成功部署 • 确保系统的稳定性、安全性、性能,寻找并解决系统中的潜在风险和瓶颈。 • 调研并分析业界访问凭证管理的发展态势,在技术和产品上不断提升阿里访问凭证的服务和客户体验; • 帮助团队不断提升工程质量和工程效率;
包括英文材料
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!
缓存+
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
Web+
https://web.dev/learn
Explore our growing collection of courses on key web design and development subjects.
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.
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.
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.
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/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.
系统设计+
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.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年以上技术类-开发
数据中心运营平台团队的使命是实现服务器、IDC等基础设施整个运营领域的全面产品化支撑,从而达到高效率,低成本,低功耗的智能运维。集成了服务器和IDC领域的各项专业技术,以及运维平台进一步的智能化支持,我们立志打造一个真正自动驾驶的数据中心。 作为服务器领域开发专家,您将负责: 1. 负责服务器采集监控机制的定义与优化,包括定义采集的数据,频率以及后续业务应用方式。 2. 负责服务器性能、功耗等数据的分析与应用,提取业务特征,分析业务瓶颈并优化。 3. 基于ARM/X86架构,以及各类AI等异构架构的场景,完善监控与运维手段。 4. 基于故障宕机等场景,从集群角度增强服务器容灾与带故障运行的能力,可用性与稳定性。 5. 基于服务器领域知识与智能化相结合,运用智能化手段管理服务器。 6. 支撑单元化等特殊服务器集群管理场景。
更新于 2025-06-30
社招3年以上技术类-开发
1、主导信贷风控/融资域以及网商经营分析平台的系统分析与设计工作,承担核心功能或组件的代码编写; 2、主导技术难题攻关,持续提升系统稳定性和高并发处理能力,扫除技术风险; 3、主导金融行业基础平台、业务平台的架构设计及落地;
更新于 2025-10-05
社招6年以上核心本地商业-基
1、在美团开展企业级身份访问管理系统的设计、开发和维护,建设更加卓越的系统,涵盖身份认证、SSO单点登录、账号体系及开放平台等领域。 2、深入探索身份认证领域的行业标准,掌握并应用 OAuth2.0/2.1、OIDC、SAML2.0 等协议,与美团的场景深度结合和落地。 3、主导或深度参与 AI 身份建设,构建涵盖多样化 AI 场景的基础身份能力,与现有业务无缝连接,成就美团 AI 大基建的坚实底座。 4、编写高质量代码,应对高并发、高性能、高可用的系统挑战。 5、在主导系统架构设计、项目开发中,指导和启发初级工程师,分享技术,共同进步。
更新于 2025-05-21