滴滴资深Java研发工程师(保险)(J250923027)
社招全职3年以上技术地点:北京状态:招聘
任职要求
1. 计算机及相关专业本科以上学历,三年以上Java语言开发经验,有扎实的技术功底; 2. 对Java面向对象编程有深入的了解,熟悉java反射、多线程、nio等技术的使用和原理,熟悉JVM内部原理; 3. 深入理解关系型数据库的基本原理,有MySQL数据库的实践经验,对SQL有性能优化的能力; 4. 熟悉SpringMVC/Webx、Spring、MyBatis、Spring Boot等常用开发框架; 5. 了解Apache/Nginx,Tomcat/Jetty等应用服务器的配置和使用; 6. 熟悉常用的开源框架与工具,如rpc、Redis、MQ、ZooKeeper、Hadoop等; 7. 有大型互联网保险系统研发经验者优先; 8. 对技术有强烈的进取心,责任心强,具有良好的沟通能力和团队合作精神、优秀的分析问题和解决问题的能力。
工作职责
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
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.
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.
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.
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.
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.
开发框架+
[英文] Understanding Modern Development Frameworks: A Guide for Developers and Technical Decision-makers
https://www.freecodecamp.org/news/understanding-modern-development-frameworks-guide-for-devs/
Apache+
https://www.apache.org/
The Apache® Software Foundation (ASF) provides software for the public good, guided by community over code.
Nginx+
[英文] Beginner’s Guide
https://nginx.org/en/docs/beginners_guide.html
This guide gives a basic introduction to nginx and describes some simple tasks that can be done with it.
https://www.youtube.com/watch?v=9t9Mp0BGnyI
NGINX is open-source web server software used for reverse proxy, load balancing, and caching. It's important to understand, especially if you are a backend developer.
Tomcat+
https://pdai.tech/md/framework/tomcat/tomcat-x-design-web-container.html
我们通过学习如何设计一个最基本的web容器来看它需要考虑什么;进而在真正学习Tomcat时,多把重点放在它的顶层设计上,而不是某一块代码上, 思路永远比具体实现重要的多。
https://www.youtube.com/watch?v=rElJIPRw5iM
This content is about Tomcat, a popular web server used by Java programmers and system administrators.
Jetty+
https://jetty.org/docs/jetty/12.1/operations-guide/begin/index.html
If you are new to Eclipse Jetty, read on to download, install, start and deploy web applications to Jetty.
https://www.baeldung.com/jetty-java-programmatic
Jetty is an HTTP server and servlet container designed to be lightweight and easily embeddable.
https://www.youtube.com/watch?v=9B45DGLmo1c
Eclipse Jetty 12 is the latest version of the open source project created in 1995 by Greg Wilkins.
https://zetcode.com/java/jetty/
This is Jetty tutorial. It is a beginner tutorial focused on doing some basic programming and administration of Jetty.
消息队列+
https://www.youtube.com/watch?v=xErwDaOc-Gs
ZooKeeper+
https://kubernetes.io/docs/tutorials/stateful-application/zookeeper/
This tutorial demonstrates running Apache Zookeeper on Kubernetes using StatefulSets, PodDisruptionBudgets, and PodAntiAffinity.
https://www.baeldung.com/java-zookeeper
Apache ZooKeeper is a distributed coordination service which eases the development of distributed applications.
[英文] Zookeeper Tutorial
https://www.tutorialspoint.com/zookeeper/index.htm
ZooKeeper is a distributed co-ordination service to manage large set of hosts.
Hadoop+
https://www.runoob.com/w3cnote/hadoop-tutorial.html
Hadoop 为庞大的计算机集群提供可靠的、可伸缩的应用层计算和存储支持,它允许使用简单的编程模型跨计算机群集分布式处理大型数据集,并且支持在单台计算机到几千台计算机之间进行扩展。
[英文] Hadoop Tutorial
https://www.tutorialspoint.com/hadoop/index.htm
Hadoop is an open-source framework that allows to store and process big data in a distributed environment across clusters of computers using simple programming models.
相关职位
社招3年以上技术
1. 负责保险智能体平台的整体搭建,主导技术架构设计及模块开发,实现智能客服、智能销售、智能理赔等系统能力,深度赋能保险业务; 2. 参与技术规划,技术难题攻关,升级与重构系统,保障业务需求交付、代码高质量和系统的线上运行稳定性;
更新于 2025-09-29
社招3年以上技术
1、负责研发保险多端业务前端开发,保证产品需求功能的高质量上线; 2、持续提高业务稳定性、提高开发效率、提升用户体验,无论在业务还是产品上都能追求极致; 3、深度参与团队内技术建设,包括但不限于LowCode、可视化、组件建设、性能优化、体验升级、脚手架等提升团队研发效率的工作; 4、深度参与团队 AI 方向创新应用研究。
更新于 2025-08-25
社招技术
1. 负责国际化Fintech资金平台的日常设计和开发,主要聚焦在资金或者客资领域的需求支持 2. 重构Fintech资金平台或新建部分子系统,用合理的架构高质量高效率地解决资损防控、交易结算资金对账、差错处置、运营补偿、追资、资金方案编排和流动性管理等需求 3. 投身拉美移动支付蓝海,依托出行、外卖、钱包、信贷等高频支付场景,支撑钱包、信用卡、理财、现金贷及商户收单等金融业务 4. 打造业界领先,稳定、安全、便捷、低成本的资金平台 5. base地:上海/北京/杭州/深圳
更新于 2025-04-16