阿里巴巴业务技术-高级Java开发工程师-资金结算方向
社招全职1年以上地点:杭州状态:招聘
任职要求
1.JAVA基础扎实,理解IO、多线程、集合等基础框架,对JVM原理有一定的了解; 2.有一年以上JAVA开发经验,熟悉常用的Java开源框架(Spring、ibatis、struts等);并对于使用过的开源框架,能了解到它的原理和机制; 3.熟悉分布式系统的设计和应用,熟悉分布式、缓存、消息等机制;能对分布式常用技术进行合理应用,解决问题; 4.掌握多线程及高性能的设计与编码及性能调优;有高并发应用开发经验; 5.掌握Linux 操作系统和大型数据库(Oracle、MySql);对sql优化有一定的经验; 6.热爱技术,对互联网潮流趋势持续关注;学习能力强,适应能力好;具备乐观、耐心、严谨的品质;对系统质量有近乎苛刻的要求意识;善于沟通与团队协作; 7.具备大型云服务、电子商务网站、金融行业、银行业、资金结算等核心系统开发、设计工作经验者优先。
工作职责
承担阿里集团资金结算、订购等业务研发,需要对接第三方支付机构、银行、收单行完成资金结算;具备大并发量处理能力,架构上需要具备可扩展,高可用要求; 1.参与建设和维护通用、灵活、智能的资金、结算、订购等业务支撑平台,支撑上层多场景的复杂业务; 2.负责相关产品的系统分析、设计,并独立完成详细设计和编码的任务,确保项目的进度和质量。
包括英文材料
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
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
Struts+
[英文] Getting Started
https://struts.apache.org/getting-started/
The framework documentation is written for active web developers and assumes a working knowledge about how Java web applications are built.
https://www.baeldung.com/struts-2-intro
Apache Struts 2 is an MVC-based framework for developing enterprise Java web applications.
分布式系统+
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://goperf.dev/
The Go App Optimization Guide is a series of in-depth, technical articles for developers who want to get more performance out of their Go code without relying on guesswork or cargo cult patterns.
https://web.dev/learn/performance
This course is designed for those new to web performance, a vital aspect of the user experience.
https://www.ibm.com/think/insights/application-performance-optimization
Application performance is not just a simple concern for most organizations; it’s a critical factor in their business’s success.
https://www.oreilly.com/library/view/optimizing-java/9781492039259/
Performance tuning is an experimental science, but that doesn’t mean engineers should resort to guesswork and folklore to get the job done.
高并发+
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
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
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
SQL+
https://liaoxuefeng.com/books/sql/introduction/index.html
什么是SQL?简单地说,SQL就是访问和处理关系数据库的计算机标准语言。
https://sqlbolt.com/
Learn SQL with simple, interactive exercises.
https://www.youtube.com/watch?v=p3qvj9hO_Bo
In this video we will cover everything you need to know about SQL in only 60 minutes.
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.
相关职位
社招5年以上财务平台
1.深耕资金流动性领域,构建智能化的资金管理系统,夯实资金流动性安全,确保资金调拨的高效、准确、安全,通过数字化手段优化头寸排布,保障公司境内外业务稳定运营,降低财务风险,提升资金使用效率。 2.负责业务需求的提炼与抽象,并转换为可落地的技术方案,确保资金流动性管理体系的健壮性与可扩展性。 3.负责相关系统核心功能的设计与开发,保证高效、保质交付,优化资金调拨系统,提升资金调拨、归集、流动性监控的自动化能力。 4.负责重点、难点技术的预研与攻关,探索更灵活高效的资金管理平台方案,持续优化系统性能,提升稳定性保障手段,确保业务资金安全可控。 5.快速应对突发状况,精准定位和解决问题,保障资金业务的连续性与稳定性。 6.负责团队技术能力建设,推动工程师成长,沉淀和分享业务及技术知识,优化开发流程和规范,提升团队整体技术水平。
更新于 2025-04-09
社招3年以上核心本地商业-业
1、负责Keeta外卖商家、商品、结算、CRM方向的相关系统建设工作,致力于帮助商家运营提升运营质量; 2、分析和发现系统优化点,负责架构规划、性能优化、稳定性保障、资金安全等工作; 3、解决系统开发和运行过程中的技术缺陷和线上问题,持续优化系统质量和性能; 4、指导和培养人才,参与优化研发流程,参与项目管理及新人培养。
更新于 2025-07-24
社招A246895
1、构建高效、稳定、安全、合规的激励钱包平台能力,为激励业务运作及拓展提供坚实的资金底盘; 2、参与激励钱包系统中收纳、奖励、交易、提现等多个子系统的设计与实现,保证各模块间边界清晰,易于扩展,能够支撑业务的快速发展; 3、熟悉金融交易科技行业,跟踪业内最新技术进展并应用于实践,推动业务的快速发展和高效迭代。
更新于 2025-02-24