携程资深Java开发工程师(MJ032120)
社招全职5年以上技术团队开发地点:上海状态:招聘
任职要求
必要条件: 1. 学历与经验: 计算机科学或相关专业本科及以上学历,5年以上核心后端Java开发经验。 2. Java核心技术: 精通Java语言、JVM原理、多线程编程、并发容器及性能调优。深入理解常用设计模式、数据结构和算法。 3. 微服务与框架: 精通Spring Cloud、Spring Boot、MyBatis等主流框架,并有丰富的微服务架构设计和实践经验。 4. 数据库与中间件: 熟练掌握MySQL、PostgreSQL等关系型数据库,以及Redis、Kafka、Rocke…
登录查看完整任职要求
微信扫码,1秒登录
工作职责
1. 智能体平台核心开发: 负责设计、开发和维护基于Java的智能体框架和 orchestration 引擎,支持复杂、多步骤的自动化任务处理。 2. AI能力集成与架构设计: 将大语言模型、RAG、Function Calling等先进AI能力无缝集成到Java后端系统,设计高可用、高扩展的微服务架构。 3. AICoding实践与提效: 主导并推动团队使用AI编程助手进行日常开发,包括但不限于使用GitHub Copilot、cursor等工具进行代码生成、单元测试编写、代码审查和系统设计,显著提升团队研发效率。 4. 系统性能与稳定性保障: 解决高并发场景下的系统瓶颈,优化智能体决策链路和API调用性能,确保平台服务的高可靠性和低延迟。 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.
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/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://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://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://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://roadmap.sh/datastructures-and-algorithms
Step by step guide to learn Data Structures and Algorithms in 2025
https://www.hellointerview.com/learn/code
A visual guide to the most important patterns and approaches for the coding interview.
https://www.w3schools.com/dsa/
微服务+
https://learn.microsoft.com/en-us/training/modules/dotnet-microservices/
Microservice applications are composed of small, independently versioned, and scalable customer-focused services that communicate with each other by using standard protocols and well-defined interfaces.
https://microservices.io/
Microservices - also known as the microservice architecture - is an architectural style that structures an application as a collection of two or more services.
https://spring.io/microservices
Building small, self-contained, ready to run applications can bring great flexibility and added resilience to your code.
https://www.ibm.com/think/topics/microservices
Microservices, or microservices architecture, is a cloud-native architectural approach in which a single application is composed of many loosely coupled and independently deployable smaller components or services.
https://www.youtube.com/watch?v=CqCDOosvZIk
https://www.youtube.com/watch?v=hmkF77F9TLw
Learn about software system design and microservices.
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.
Spring Boot+
https://spring.io/guides/gs/spring-boot
his guide provides a sampling of how Spring Boot helps you accelerate application development.
https://www.youtube.com/watch?v=Nv2DERaMx-4&list=PLzUMQwCOrQTksiYqoumAQxuhPNa3HqasL
The author teaches you how to use Spring Boot from a complete beginner, to building a REST API with a real database, Dockerising it and deploying it to the cloud.
还有更多 •••
相关职位
社招2-55年D11748
1、参与快手业务Java基础组件/中间件/平台的设计、开发和优化工作,改善可用性和性能性能,建设稳定性、服务治理能力; 2、负责分布式数据库、数据总线等中间件产品的研发、架构设计和性能优化工作。
更新于 2025-02-24北京

社招5年以上
1、 负责企业协作平台设计和开发; 2、 承担系统核心功能的研发工作,负责核心技术问题的攻关,系统优化; 3、 积极了解业界发展、互联网相关新技术及趋势,参与系统架构设计;
更新于 2025-03-17成都

社招
1、主导关键系统技术重构与优化; 2、参与代码编写,解决疑难问题; 3、深入挖掘和分析业务需求,撰写技术方案和系统设计,确保系统的架构质量; 4、为团队引入创新的技术、创新的解决方案,用创新的思路解决问题,能对现存或未来系统进行宏观的思考。
更新于 2023-05-18苏州

社招5年以上
部门目标:酒店/医院/教育等行业的上亿块智能屏是我们的主战场,热爱技术钻研技术爱折腾的你,加入我们成为智能屏领域的领航者。 团队目标:做为智能酒店生态的物联网平台,包含ETV电视机桌面和物联网运营平台,对交付质量和效率负责。 职位描述: 1、参与ETV屏幕交互系统、智慧酒店物联网平台需求的开发,深入发掘和分析业务需求,撰写技术方案和系统设计,以及相关的代码开发; 2、承担系统核心功能的研发工作,分析和发现系统的优化点,负责推动系统性能的优化及可用性的提升,保障系统的稳定性; 3、善于研究分析主流产品技术方案实现,具有一定的技术前瞻性,为团队引入创新的技术、创新的解决方案,用创新的思路解决问题。
更新于 2023-04-28北京|成都