
哈啰Java后端研发 - 两轮创新 - 上海
社招全职1-3年技术地点:上海状态:招聘
任职要求
1、1-3年开发经验,本科及以上计算机或相关专业学历,有参与C端相关业务; 2、java基础扎实,能够熟悉高并发场景下多中间件的协同及原理,有高并发项目经验者优先; 3、熟练运用Spring Boot,SpringMVC、Mybatis,dubbo等RPC框架; 4、熟练掌握SQL语句,熟练使用关系型数据库MySQL,并对sql优化有一定了解,熟悉NoSQL数据库(MongoDB、Redis、ES); 5、独立负责项目模块并能够完整理解业务价值,参与过大型互联网项目等优先考虑
工作职责
1、参与两轮创新业务(售卖、回收及租赁等)产品需求分析, 研究技术细节,根据产品需求编写相应的技术文档; 2、能够独立完成模块开发并沉淀技术设计方案; 3、能够独立交付迭代需求清晰理解业务目标; 4、注重研发交付流程及质量;
包括英文材料
学历+
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.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
中间件+
https://www.youtube.com/watch?v=1oWPUpMheGk
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.
Spring Web MVC+
https://spring.io/guides/gs/serving-web-content
This guide walks you through the process of creating a “Hello, World” web site with Spring.
[英文] Spring MVC Series
https://www.baeldung.com/spring-mvc
Spring MVC provides tools driving both typical web applications as well as REST APIs.
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.
Dubbo+
https://dubbo.apache.org/en/overview/mannual/java-sdk/tasks/
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.
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.
NoSQL+
https://nosql-database.org/
Everything about NoSQL Systems – Types, Benefits, and Real-World Uses
https://piaosanlang.gitbooks.io/mongodb/content/section1.1.html
NoSQL(NoSQL = Not Only SQL ),即"不仅仅是SQL",指的是非关系型的数据库。是对不同于传统的关系型数据库管理系统的统称。
https://www.youtube.com/watch?v=0buKQHokLK8
NoSQL databases can operate in multiple modes: as key-value store, document store or wide column store.
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.
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.
ElasticSearch+
https://www.youtube.com/watch?v=a4HBKEda_F8
Learn about Elasticsearch with this comprehensive course designed for beginners, featuring both theoretical concepts and hands-on applications using Python (though applicable to any programming language). The course is structured in two parts: first covering essential Elasticsearch fundamentals including index management, document storage, text analysis, pipeline creation, search functionality, and advanced features like semantic search and embeddings; followed by a practical section where you'll build a real-world website using Elasticsearch as a search engine, working with the Astronomy Picture of the Day (APOD) dataset to implement features such as data cleaning pipelines, tokenization, pagination, and aggregations.
相关职位

社招软研类
一、业务背景:技术驱动的出行新场景 哈啰电动车租赁是哈啰出行旗下战略业务,通过智能中控+物联网技术,为用户提供“扫码租车-灵活计费-随还随停”的两轮电动车租赁服务。核心系统需支撑日均百万级车辆状态上报、用户订单处理及智能调度需求——研发团队是业务稳定与创新的核心引擎。 二、我们需要这样的你 2026届研发工程师(后端),参与核心交易、智能调度、车联网交互、用户端体验等关键模块开发,用技术解决真实业务问题。 三、岗位方向与职责 ▶ 后端研发工程师 做什么: ● 开发车辆状态管理、订单计费等核心系统,保障高并发场景稳定性; ● 优化智能中控(GPS/电量传感器)与云端的实时通信(如弱网解锁成功率); ● 处理车辆轨迹/电量等物联网数据,支撑智能调度(降低空置率); 我们希望:计算机相关专业,熟悉Java/Go/Python,有微服务/分布式系统经验(如Redis/Kafka)有兴趣。 四、你将获得 ● 技术成长:参与核心交易系统研发,接触车联网/物联网前沿场景; ● 导师带教:哈啰技术专家1对1指导,快速提升实战能力; ● 职业发展:研发工程师→高级工程师→资深工程师;
更新于 2025-09-26

社招1-3年技术
1、参与两轮创新业务(售卖、回收以及租赁等)产品需求分析, 研究技术细节,根据产品需求编写相应的技术文档; 2、能够独立完成模块开发并沉淀技术设计方案; 3、能够独立交付迭代需求清晰理解业务目标; 4、注重研发交付流程及质量;
更新于 2025-07-10

社招1-3年技术
1、参与两轮业务产品需求分析, 研究技术细节,根据产品需求编写相应的技术文档; 2、能够独立完成模块开发并沉淀技术设计方案; 3、能够独立交付迭代需求清晰理解业务目标; 4、注重研发交付流程及质量;
更新于 2025-07-22