阿里巴巴业务技术-高级Java开发工程师-基础平台
社招全职3年以上地点:杭州状态:招聘
任职要求
1、良好的计算机基础知识;热爱技术,敢于挑战和攻克技术难点,同时具备从用户视角思考问题; 2、具备扎实的Java基础:熟练掌握数据结构、多线程编程,掌握常用的设计模式;熟悉JVM,包括内存模型、类加载机制以及性能优化; 3、三年以上Java及Web应用软件开发经验,一年以上系统设计经验优先;熟练掌握Spring、iBatis/MyBatis等主流的开发框架; 4、熟悉常见的中间件、分布式解决方案及其原理:分布式缓存、SOA、消息中间件,负载均衡、连接池等; 5、具有较强的分析复杂问题和解决复杂问题的能力,善于捕捉业务需求、架构设计、编码中存在的问题,并给出有效的解决措施和方法; 6、良好的沟通表达能力和团队协作能力,有强烈的责任心和使命感; 7、具备AI Agent应用研发经验者优先
工作职责
1、负责淘天基础平台相关技术产品架构设计,核心产品模块的研发、迭代优化及技术方案落地 2、参与制定技术产品的架构发展规划,评审应用架构方案,负责核心功能模块的架构代码 3、聚焦研发效能,推动智能化运维体系升级,改善开发体验 4、应用AI技术深度融合到基础服务中,打造智能化的技术基础设施,提升研发效率,降低业务风险
包括英文材料
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://www.youtube.com/watch?v=8hly31xKli0
In this course you will learn about algorithms and data structures, two of the fundamental topics in computer science.
https://www.youtube.com/watch?v=B31LgI4Y4DQ
Learn about data structures in this comprehensive course. We will be implementing these data structures in C or C++.
https://www.youtube.com/watch?v=CBYHwZcbD-s
Data Structures and Algorithms full course tutorial java
多线程+
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://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.
JVM+
https://www.freecodecamp.org/news/jvm-tutorial-java-virtual-machine-architecture-explained-for-beginners/
https://www.youtube.com/watch?v=e2zmmkc5xI0
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.
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.
iBATIS+
[英文] iBATIS Tutorial
https://www.tutorialspoint.com/ibatis/index.htm
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.
开发框架+
[英文] Understanding Modern Development Frameworks: A Guide for Developers and Technical Decision-makers
https://www.freecodecamp.org/news/understanding-modern-development-frameworks-guide-for-devs/
中间件+
https://www.youtube.com/watch?v=1oWPUpMheGk
缓存+
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
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.
AI agent+
https://www.ibm.com/think/ai-agents
Your one-stop resource for gaining in-depth knowledge and hands-on applications of AI agents.
相关职位
社招2年以上
1、负责淘天基础服务相关技术架构设计,以产品化的方式服务业务;负责基础服务的稳定性和可靠性,重大活动如双11的保障 2、负责稳定性产品的AI Agent研发,如Crash平台/监控平台的Agent流程编排和方案设计,能够设计并实现基础服务领域AI Agent,并在生产环境下运用和提升效率 3、参与制定技术产品的架构发展规划,评审应用架构方案,负责核心功能模块的架构代码
更新于 2025-09-28
社招2年以上技术类-开发
业务技术平台-基础链路-会员&营销团队,作为阿里巴巴重要战略-国际化先锋战队之一,承担着集团实现全球化的艰巨任务。我们依托于强大的底层技术能力,服务于国际化几乎所有的电商业务,助力国际化业务快速发展。希望你加入我们,同我们一道通过技术驱动全球贸易模式的升级。作为团队核心开发,参与相关系统架构设计、领域能力设计、业务产品需求,以及技术研发和产品上线工作。 工作描述: 1.面向国际化【电商&金融&物流】,为买家、卖家、供应商、ISV等提供端到端的基础链路会员、地址、营销服务,包括注册/登录/用户中心/认证授权/地址管理/营销设置/营销投放/营销计算/营销预算等基础功能; 2.负责Lazada/AliExpress/Daraz/Miravia等电商业务的业务支撑,包括但不局限于业务架构优化、业务需求编码、工具平台开发,SAAS化产品能力打造、日常/大促稳定性保障等工作
更新于 2025-09-09