高德地图高德-高级Java开发工程师-广告投放平台-信息工程团队
社招全职5年以上技术类-开发地点:北京状态:招聘
任职要求
1. 本科及以上学历,五年以上JAVA开发经验,理解IO、多线程、集合等基础框架,熟悉Spring等开源框架,对JVM原理有一定的了解,具备良好的技术能力和架构能力,熟悉数据库/工程中间件等技术,能够独立完成架构设计及研发 2. 具备良好的技术能力和架构能力,有服务系统设计和核心代码开发的经验,有微服务架构拆分和治理经验,具备良好的领域驱动设计的架构能力 3. 有大规模高并发互联网应用的架构设计和研发运维经验,熟悉常规的分布式架构,熟悉缓存、消息队列等开源中间件,熟悉各种关系、NoSql数据库,熟悉大数据系统体系 4. 熟悉广告cpc、cpa、ocpx等计费方式,熟悉不同计费方式的应用场景 5. 熟悉广告典型建构设计,具备广告2B开发经验者优先
工作职责
1. 负责高德地图广告投放平台的架构设计和研发工作 2. 负责广告投放系统的业务分析与实施,沉淀业务解决方案,打造简单、可依赖、可扩展、可复用的商业化产品 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
相关职位
社招5年以上技术类-开发
1. 负责高德地图广告投放平台的架构设计和研发工作 2. 负责广告投放系统的业务分析与实施,沉淀业务解决方案,打造简单、可依赖、可扩展、可复用的商业化产品 3. 负责业务技术选型,业务系统架构设计,性能瓶颈分析优化,系统稳定性能力建设以及业务需求落地等工作,指导新人或普通研发工程师,帮助其快速成长
更新于 2025-07-23
社招5年以上信息技术类
1.参与电商广告投放系统的开发工作 2.参与需求调研,方案评审,负责系统整体架构及模块设计 3.对现有系统进行改进和优化 4.设计与梳理系统/接口规范文档
更新于 2025-03-26
社招3年以上技术类-质量保证
● 功能及性能测试:负责信息业务的APP功能、性能、稳定性等测试,确保产品质量。 ● 需求分析与评审:参与需求分析与评审,协助开发团队进行相关测试功能设计,并从用户角度提出产品优化建议。 ● 自动化和工具化:通过自动化和工具化方式提升测试效率,为持续集成、持续交付提供保障。 ● 专项测试工作:带领小组成员完成专项测试工作,确保测试计划的有效执行。
更新于 2025-06-30