携程Java开发专家(HR系统)(MJ026515)
社招全职技术团队开发地点:上海状态:招聘
任职要求
职位要求: 1. 精通java编程,熟悉Spring、Spring Boot等框架,能熟练使用Maven、Gradle等构建工具,熟悉Git等版本控制工具; 2. 对微服务、分布式系统、缓存、消息队列等有实践经验; 3. 熟练使用MySQL等数据库,有数据库优化经验,具备良好的数据库设计能力,熟悉SQL优化; 4. 对NOSQL数据库(如Redis、MongoDB等)熟悉和实践经验; 5. 深入理解领域模型设计,并具备落地经验 6. 善于使用低代码和AI等工具进行辅助开发,提升开发效率 7. 具备丰富的异构系统融合架构设计开发经验。 8. 具备大数据和报表开发相关的经验。 9. 具备良好的团队合作精神,能够与团队成员高效沟通协作。 10. 能编写高质量、易读、易维护的代码,对代码规范、设计模式有深入理解 11. 能够与产品经理、设计师、前端等团队成员有效沟通,确保项目顺利进行。 12. 具备前端开发知识(如HTML、CSS、JavaScript),擅长各类问题的排查。 13. 有HR领域国内外开发和设计经验者优先。 14. 对Workday开发有所了解,有Workday相关实施经验者优先。
工作职责
1. 负责公司HR系统的需求分析、架构设计及代码开发。 2. 优化系统性能与稳定性,保障各种场景下系统稳定、高效运行。 3. 协同产品和团队成员共同推动项目进展,配合推动技术能力协同业务能力升级 4. 协同HR实施运营团队共同创建HRIS体系,为企业员工提供一体化服务
包括英文材料
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.
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.
Maven+
https://liaoxuefeng.com/books/java/maven/index.html
Maven是一个Java项目管理和构建工具,它可以定义项目结构、项目依赖,并使用统一的方式进行自动化构建,是Java项目不可缺少的工具。
https://www.youtube.com/watch?v=Xatr8AZLOsE
You'll learn how to use Maven like a professional: installations, using the mvn wrapper, using Maven together with IDEs, and of course the Maven basics.
Gradle+
[英文] Getting Started
https://docs.gradle.org/current/userguide/getting_started_eng.html
Everyone has to start somewhere, and if you’re new to Gradle, this is where to begin.
[英文] Gradle Guides
https://gradle.org/guides/
Here you can find project-based topical guides to help you learn Gradle through using it.
https://www.youtube.com/watch?v=gKPMKRnnbXU
Ever looked for a comprehensive tutorial to Gradle that is fun and entertaining at the same time?
Git+
https://www.youtube.com/watch?v=rH3zE7VlIMs
Learn Git from start to finished in this full course written by ThePrimeagen.
微服务+
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.
分布式系统+
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://www.youtube.com/watch?v=xErwDaOc-Gs
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.
Redis+
[英文] Developer Hub
https://redis.io/dev/
Get all the tutorials, learning paths, and more you need to start building—fast.
https://www.runoob.com/redis/redis-tutorial.html
REmote DIctionary Server(Redis) 是一个由 Salvatore Sanfilippo 写的 key-value 存储系统,是跨平台的非关系型数据库。
https://www.youtube.com/watch?v=jgpVdJB2sKQ
In this video I will be covering Redis in depth from how to install it, what commands you can use, all the way to how to use it in a real world project.
MongoDB+
https://learnxinyminutes.com/mongodb/
MongoDB is a NoSQL document database for high volume data storage.
https://studio3t.com/academy/#courses
The fastest way to learn MongoDB
https://www.youtube.com/watch?v=c2M-rlkkT5o
This video will give you and introduction to MongoDB in 1 Hour. Afterwards I recommend exploring aggregation, replication, and sharding.
https://www.youtube.com/watch?v=ExcRbA7fy_A&list=PL4cUxeGkcC9h77dJ-QJlwGlZlTd4ecZOA
You'll learn how to use MongoDB (a NoSQL database) from scratch. You'll also learn how to integrate it into a simple Node.js API.
系统设计+
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.youtube.com/watch?v=bAyrObl7TYE
https://www.youtube.com/watch?v=H4bf_uuMC-g
With all this talk of Big Data, we got Rebecca Tickle to explain just what makes data into Big Data.
设计模式+
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.
HTML+
https://developer.mozilla.org/zh-CN/docs/Learn_web_development/Core/Structuring_content
[英文] Learn HTML
https://web.dev/learn/html
CSS+
JavaScript+
https://developer.mozilla.org/zh-CN/docs/Learn_web_development/Core/Scripting
[英文] Learn JavaScript
https://learnjavascript.online/
The easiest way to learn & practice modern JavaScript
[英文] Learn JavaScript
https://web.dev/learn/javascript
https://www.youtube.com/watch?v=zuKbR4Q428o
Write bulletproof JavaScript code with unit testing!
相关职位
社招10年以上网易职能
1、负责网易职能HR系统的服务端研发工作,按照设计要求,完成技术方案的实现; 2、重点关注系统设计方案和理性,安全性,稳定性,可靠性等方面,解决系统技术难点,参与架构持续升级。 3、关注互联网和企业信息化热点技术的发展方向,能够提出、评估并应用新技术。 4、参与系统需求分析与讨论,并提出技术可行性方案。
更新于 2025-07-11
社招8年以上旅游业务开发
负责旅游营销中台核心系统(如营销提报系统、优惠促销、营销活动页低代码平台、动态定价系统、广告等)的架构设计与技术实现,保障高并发、低延迟、高可用的系统能力。跟产品以及其他技术方高效协作,能够提出有效的建议,促进业务项目达成。探索和推进创新的收益优化算法(如价格弹性模型、库存动态调控、智能优惠组合策略)落地,提升营销效果、流量转化效率和定价收益。提炼中台系统通用能力,输出可复用的技术组件与解决方案,推动跨业务线技术复用与效率提升。
更新于 2025-02-13
实习实习生
【关于HR Star项目】 腾讯校招人力资源培训生在内部被称为“HR Star”,腾讯「HR STAR项目」始于2011年,致力于引入年轻的HR探索者, 并培养为具有敏锐的业务洞察力与用户思维的人力资源专家。 项目成立至今,已为腾讯培养了上百位人力资源中坚力量。 在腾讯,完善的三支柱人力资源管理发展体系将为“HR STAR”提供不同类型的岗位实践机会。 而腾讯六大事业群、丰富的业务线,会为HR STAR提供多样化的实战空间。 更有「HR STAR专属培养计划」助力每一位校招生能更快地实现职业化转身,更好更长远地成长与发展。 学历、学校、专业、HR实习经历等标签对我们来说通通不重要。 如果你有正向积极的心态、成就他人的意愿、强自驱的能力,并对HR有探索之心,欢迎投递!