滴滴高级后端研发工程师_国际化出行(J250527021)
社招全职技术地点:北京状态:招聘
任职要求
1. 有丰富的服务端开发经验,熟练掌握 Golang/JAVA中的一种 2. 有主流GO框架(如echo、gin、beego),JAVA Spring框架之一的使用经验,并了解其实现原理及优缺点 3. 良好的编码和文档习惯,注重代码风格,熟悉各种设计模式和原则,能持续的关注和优化自己做的项目 4. 熟悉大型分布式系统的设计与开发,熟练掌握如消息队列、ES、redis、Mysql、NoSql等中间件,熟悉其原理和优化 5. 技术基础扎实,有很好的钻研精神和能力,对业务、产品与技术结合有充分的兴趣和好奇心 6. 良好的沟通能力、抗压能力、推动事情落地能力 有以下经验者优先: 1. 具有出行领域、交易市场或相关方向业务系统研发经验 2. 具有在高并发、高可用、高性能等方向挑战较大的实际项目落地经验 3. 了解国内外公有云厂商产品并有大规模实际应用经验 4. 了解全球合规要求(GDPR、LGPD)或具有出海合规方向系统实际研发经验
工作职责
参与滴滴国际化出行核心业务架构治理与优化工作,包括:稳定性建设、合规架构建设、服务器成本优化、研发效率优化等; 其中: 1. 稳定性建设包括:HA:容量保障、感知优化、根因定位、隐患识别;DR:同城双活架构建设等; 2. 合规架构建设包括:跨境海关区、隐私中心、数据脱敏等; 3. 服务器成本优化包括:资源归属治理、资源利用率治理、预算风险管控等; 4. 研发效率优化包括:应用交付效率提升、AI客服/CR/代码生成等;
包括英文材料
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
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.
Gin+
https://gin-gonic.com/en/docs/quickstart/
This guide walks you through installing Gin, setting up a project, and running your first API—so you can start building web services with confidence.
https://go.dev/doc/tutorial/web-service-gin
This tutorial introduces the basics of writing a RESTful web service API with Go and the Gin Web Framework (Gin).
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.
设计模式+
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.distributedsystemscourse.com/
The home page of a free online class in distributed systems.
https://www.youtube.com/watch?v=7VbL89mKK3M&list=PLOE1GTZ5ouRPbpTnrZ3Wqjamfwn_Q5Y9A
消息队列+
https://www.youtube.com/watch?v=xErwDaOc-Gs
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.
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.
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.
中间件+
https://www.youtube.com/watch?v=1oWPUpMheGk
高并发+
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://redis.io/blog/high-availability-architecture/
A high available architecture is when there are a number of different components, modules, or services that work together to maintain optimal performance, irrespective of peak-time loads.
https://www.ibm.com/think/topics/high-availability
High availability (HA) is a term that refers to a system’s ability to be accessible and reliable close to 100% of the time.
Echo+
https://echo.labstack.com/docs
The Echo project is a powerful and versatile web framework for building scalable and high-performance web applications in the Go programming language.
https://www.kelche.co/blog/go/golang-echo-tutorial/
Welcome to this tutorial on creating a fitness API using the Echo framework in Go.
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.
相关职位
社招技术
参与滴滴国际化出行核心业务架构治理与优化工作,包括:稳定性建设、合规架构建设、服务器成本优化、研发效率优化等; 其中: 1. 稳定性建设包括:HA:容量保障、感知优化、根因定位、隐患识别;DR:同城双活架构建设等; 2. 合规架构建设包括:跨境海关区、隐私中心、数据脱敏等; 3. 服务器成本优化包括:资源归属治理、资源利用率治理、预算风险管控等; 4. 研发效率优化包括:应用交付效率提升、AI客服/CR/代码生成等;
更新于 2025-09-10
社招技术
参与滴滴国际化出行核心业务架构治理与优化工作,包括:稳定性建设、合规架构建设、服务器成本优化、研发效率优化等; 其中: 1. 稳定性建设包括:HA:容量保障、感知优化、根因定位、隐患识别;DR:同城双活架构建设等; 2. 合规架构建设包括:跨境海关区、隐私中心、数据脱敏等; 3. 服务器成本优化包括:资源归属治理、资源利用率治理、预算风险管控等; 4. 研发效率优化包括:应用交付效率提升、AI客服/CR/代码生成等;
更新于 2025-08-12
社招2年以上技术
滴滴国际化历经多年探索,业务取得了稳定增长,是中国互联网公司出海为数不多的亮点,也是公司关键战略。 “没有安全,一切归零”,滴滴正在持续不断提升产品使用过程中的安全体验,国际化安全工程团队为实现该目标提供了坚实的技术保障。 在这里,你将参与到国际化业务安全功能的研发工作,为多个国家和地区(拉美、南美、澳洲、新西兰、日本)的出行、外卖等业务提供高可用的安全服务; 您将与我们一起挑战不同国家个性化的安全需求的实现,提供支持快速开国开城的研发工具、运营工具; 参与高并发、大数据量系统的开发和迭代,与团队一起不断提升系统性能和可靠性; 识别代码或系统已有问题,主动进行优化;积极尝试新技术新方案,拓展技术视野;
更新于 2025-08-04