阿里云阿里云智能-媒体处理研发专家(AI 方向)-北京/杭州
社招全职5年以上地点:北京 | 杭州状态:招聘
工作描述
任职要求 1. 基础素质 ● 计算机相关专业本科及以上学历,5 年以上后端开发经验,其中至少 2 年媒体处理或音视频相关领域经验。 ● 具备极强的逻辑思维能力、责任心、学习能力以及抗压能力,拥有良好的沟通协作能力及跨团队推动力。 2. 核心技术栈 ● 编程语言:精通 Java / Go / C++ / Python 中至少一门主流语言,具备深厚的编码功底,熟悉多线程、网络编程及内存管理。 ● 媒体处理领域: ○ 熟悉音视频基础知识(封装格式、编码标准 H.264/H.265/H.266/AV1、码率控制、流媒体协议等)。 ○ 有视频点播 / 直播系统、分布式媒体处理服务、转码集群业务层或智能媒资系统的开发经验。 ○ 熟悉 FFmpeg 原理及应用,或有基于开源媒体处理框架进行二次开发的经验。 ○ 了解转码增强(超分、窄带高清、画质修复、音频增强)等方向。 ○ 分布式架构:精通微服务、缓存、消息队列、分布式数据库等中间件原理,有海量非结构化数据(视频文件)及元数据处理实战经验。 ● 云原生:熟悉 Kubernetes、可观测体系,具备云原生环境下的系统设计与调优能力。 3. AI 应用能力 ● 大模型工程化:深刻理解主流 LLM 的能力边界,熟练掌握 Context Engineering、Prompt Engineering、Function Calling 等范式。…
登录查看完整工作描述
微信扫码,1秒登录
包括英文材料
学历+
后端开发+
https://www.youtube.com/watch?v=tN6oJu2DqCM&list=PLWKjhJtqVAbn21gs5UnLhCQ82f923WCgM
Learn what technologies you should learn first to become a back end web developer.
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.
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
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
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.
多线程+
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://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.
缓存+
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
还有更多 •••
相关职位
社招1-3年J0012
1、计算机或相关专业本科及以上学历,具备扎实的计算机科学基础,精通 Go/Java/C++ 中至少一门后端编程语言; 2、具备深厚的服务端开发功底,精通高并发、分布式系统架构设计。在分布式任务调度、复
更新于 2026-08-11北京
实习阿里巴巴2027
1、本科及以上学历,计算机、人工智能等相关专业; 2、熟练掌握C/C++,计算机基础扎实,熟悉常用数据结构和算法,有较好的工程实现能力; 3、熟悉图像和视频常用标准和协议,包括编解码标准(HEVC/V
更新于 2026-03-17杭州

社招3年以上职能类
1、本科及以上学历,市场营销、广告、商务、传媒等相关专业优先,5+年互联网媒体商务/渠道运营相关经验,其中至少3年项目统筹经验; 2、具备电商/交易平台行业的媒体投放或渠道运营经验;熟悉主流媒体平台(
更新于 2026-08-12上海