高德地图高德-Java专家(平台开发)-信息工程专项
社招全职3年以上技术类-开发地点:北京状态:招聘
任职要求
1. 五年以上JAVA开发经验,理解IO、多线程、集合等基础框架,熟悉Spring等开源框架,对JVM原理有一定的了解,具备良好的技术能力和架构能力,熟悉数据库/工程中间件等技术,能够独立完成架构设计及研发 2. 具备良好的技术能力和架构能力,有服务系统设计和核心代码开发的经验,有微服务架构拆分和治理经验,具备良好的领域驱动设计的架构能力 3. 有大规模高并发互联网应用的架构设计和研发运维经验,熟悉常规的分布式架构,熟悉缓存、消息队列等开源中间件,熟悉各种关系、NoSql数据库,熟悉大数据系统体系,有云原生系统经验 4. 具备良好的团队合作精神,较强的沟通能力和抗压能力,具备良好的技术领导能力,技术趋势和思路上能影响并带领技术团队 5. 有搜索推荐、广告系统,大数据、业务工程体系的经验;有交易、订单、用户、优惠、ugc内容等核心系统的架构设计和落地经验;有电商、酒旅、O2O等业务工作经验和系统架构经验
工作职责
1. 负责高德地图的搜索、推荐、货架、会场、交易等场景架构设计和研发工作,构建支持全场景的业务前台系统 2. 负责建设覆盖酒旅、房产、餐饮、休娱、汽车等365行的标准业务能力,实践DDD完成业务平台的抽象设计 3. 负责业务技术选型,业务系统架构设计,以及承接业务需求落地工作,支撑业务快速成长
包括英文材料
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!
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.
JVM+
https://www.freecodecamp.org/news/jvm-tutorial-java-virtual-machine-architecture-explained-for-beginners/
https://www.youtube.com/watch?v=e2zmmkc5xI0
中间件+
https://www.youtube.com/watch?v=1oWPUpMheGk
系统设计+
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://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.
DDD+
https://ddd-crew.github.io/ddd-starter-modelling-process/
This process gives you a step-by-step guide for learning and practically applying each aspect of Domain-Driven Design (DDD) - from orienting around an organisation’s business model to coding a domain model.
[英文] Domain Driven Design
https://medium.com/@matteopampana/list/domain-driven-design-c1efaabe287e
Everyone talks about DDD, but how many understand and correctly apply Domain-Driven Design? I want to be one of them.
https://redis.io/glossary/domain-driven-design-ddd/
Domain-Driven Design (DDD) is a software development philosophy that emphasizes the importance of understanding and modeling the business domain.
高并发+
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://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
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.
广告系统+
https://github.com/InteractiveAdvertisingBureau/openrtb2.x
Real-time Bidding (RTB) is a way transacting media that allows an individual ad impression to be put up for bid in real-time.
https://people.eecs.berkeley.edu/~jfc/DataMining/SP12/lecs/lec12.pdf
https://wnzhang.net/teaching/ee448/slides/11-computational-ads.pdf
If a bidder bids higher than his true value, then...
大数据+
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.
相关职位
社招5年以上技术类-开发
团队负责高德内容平台,支持高德UGC、AIGC、BGC等内容业务建设,包含内容平台化建设、内容生产消费流程等。利用AIGC技术,持续为高德生成高质量内容,在这里你可以体验到最近的大模型技术,体验业务带来的成就感,也能学习到如何抽象设计、做平台的技术能力,也能得到用AI升级原有系统的机会。 职位描述 1. 负责内容平台的设计,包括内容生产、存储和消费流程,包含内容模型设计,内容运营管理,内容理解等。 2. 负责相关需求的价值判断,完成开发设计。
更新于 2025-08-11
社招5年以上技术类-开发
1、负责高德销售平台的规划和建设落地,通过自动化和智能化实现亿级leads和万级销售人员间快速调配分发和多渠道多角色协同作业,支撑千万商家快速入驻经营。 2、独立完成中大型项目的需求分析和系统设计,高质量和高效率地完成核心代码的开发。 3、遵循阿里的研发规范和流程,实现高扩展性设计、高性能和高稳定性的研发交付工作。 4、责销售平台的业务从传统功能式往AI化转型落地
更新于 2025-08-11