高德地图高德-golang高级开发工程师-判责方向
社招全职5年以上技术类-开发地点:北京状态:招聘
任职要求
1、计算机或相关专业,本科以上学历 2、有扎实的 GO 或 C/C++ 语言基础,过硬的编程能力,熟练掌握常见数据结构和算法 3、5年及以上开发经验,熟悉多线程编程、网络编程,分布式系统开发、架构 4、熟练掌握至少一种脚本开发语言(python,shell等),熟悉 Java 更佳 5、熟悉分布式…
登录查看完整任职要求
微信扫码,1秒登录
工作职责
1、负责高德打车风控判责引擎架构设计、策略与需求迭代 2、负责高德打车大模型应用平台建设,打造易扩展、高可用的业内领先平台架构 3、持续优化和重构现有系统,高效支撑平台快速发展 4、分析系统瓶颈,解决各种疑难问题,对系统进行性能调优 5、深入发掘和分析业务需求,撰写技术方案和系统设计,主要实现语言为Golang
包括英文材料
学历+
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
C+
https://www.freecodecamp.org/chinese/news/the-c-beginners-handbook/
本手册遵循二八定律。你将在 20% 的时间内学习 80% 的 C 编程语言。
https://www.youtube.com/watch?v=87SH2Cn0s9A
https://www.youtube.com/watch?v=KJgsSFOSQv0
This course will give you a full introduction into all of the core concepts in the C programming language.
https://www.youtube.com/watch?v=PaPN51Mm5qQ
In this complete C programming course, Dr. Charles Severance (aka Dr. Chuck) will help you understand computer architecture and low-level programming with the help of the classic C Programming language book written by Brian Kernighan and Dennis Ritchie.
C+++
https://www.learncpp.com/
LearnCpp.com is a free website devoted to teaching you how to program in modern C++.
https://www.youtube.com/watch?v=ZzaPdXTrSb8
数据结构+
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://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://www.youtube.com/watch?v=2HrYIl6GpYg
I will make a simple HTTP web server with the C Programming Language.
https://www.youtube.com/watch?v=8z6okCgdREo
This tutorial is for Gophers who have written a command line or an API application, but have little to no experience in lower-level concepts like reading and writing to sockets, working with channels, and managing multiple goroutines.
https://www.youtube.com/watch?v=bdIiTxtMaKA&list=PL9IEJIKnBJjH_zM5LnovnoaKlXML5qh17
https://www.youtube.com/watch?v=bzja9fQWzdA
Implement the ubiquitous TCP protocol that underlies much of the traffic on the internet!
[英文] 📺Network Programming with Python Course (build a port scanner, mailing client, chat room, DDOS)
https://www.youtube.com/watch?v=FGdiSJakIS4
Learn network programming in Python by building four projects. You will learn to build a mailing client, a DDOS script, a port scanner, and a TCP Chat Room.
https://www.youtube.com/watch?v=gntyAFoZp-E
https://www.youtube.com/watch?v=JiuouCJQzSQ
Explore the fundamentals of networking in Rust by building a simple TCP server.
https://www.youtube.com/watch?v=JRTLSxGf_6w
https://www.youtube.com/watch?v=sFizpxHkIlI
In this video we'll cover SOCKET PROGRAMMING in JAVA.
https://www.youtube.com/watch?v=sXW_sNGvqcU
分布式系统+
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
脚本+
[英文] Scripting language
https://en.wikipedia.org/wiki/Scripting_language
https://zhuanlan.zhihu.com/p/571097954
一个脚本通常是解释执行而非编译。脚本语言通常都有简单、易学、易用的特性,目的就是希望能让程序员快速完成程序的编写工作。
Python+
https://liaoxuefeng.com/books/python/introduction/index.html
中文,免费,零起点,完整示例,基于最新的Python 3版本。
https://www.learnpython.org/
a free interactive Python tutorial for people who want to learn Python, fast.
https://www.youtube.com/watch?v=K5KVEU3aaeQ
Master Python from scratch 🚀 No fluff—just clear, practical coding skills to kickstart your journey!
https://www.youtube.com/watch?v=rfscVS0vtbw
This course will give you a full introduction into all of the core concepts in python.
还有更多 •••
相关职位
社招1-8年技术
1.参与治理体系核心后端服务的开发与性能优化,涉及申诉仲裁、实时干预、判责决策、特征 / 证据服务等全场景系统稳定高效运行。 2.支撑落地全体系治理端到端业务流程建模和相关技术实现,保障链路一致性、可回放、可追溯、可审计,输出可解释决策结果,支撑申诉复核、审计对外、业务对账等全场景需求。 3.迭代优化治理体系运营后端服务,结合治理业务发展推动整体技术架构升级,与多团队协作打造高效、高可用、可扩展的全域治理技术体系,提升整体业务交付效率与一致性。
更新于 2026-01-22

社招产品技术中心
1.负责搜狐视频用户互动产品业务研发迭代; 2.参与系统架构设计、优化,提升系统性能和开发效率; 3.参与系统的业务监控和稳定性建设; 4.参与实现高可用、可扩展的平台组件的研发和优化;
更新于 2025-10-11北京
社招3年以上技术
1、负责核心业务系统的设计、开发与维护,及时发现、定位并解决各类业务及技术问题; 2、参与项目的系统分析与架构设计,承担核心功能模块及公共架构模块的研发工作; 3、推动系统在高可用性、智能化、信息化等方面的持续优化与建设; 4、与跨团队紧密协作,推动大型项目的高效落地。
更新于 2025-10-30杭州