阿里巴巴终端开发工程师
实习兼职淘天集团2026届春季实习生招聘地点:北京 | 杭州状态:招聘
任职要求
【必备项】 1、本科及以上学历,计算机、软件、通信等专业优先; 2、了解计算机原理、数据结构、设计模式、网络编程、多线程、UI 框架等基本应用开发知识; 3、熟悉至少一门终端技术相关语言(如 JavaScript、Java/Kotlin、Swift/Objective-C、C/C++ 等); 4、能够面向终端界面、交互功能进行技术设计和实现,能进行局部的代码优化和改进; 5、具备独立工作能力和解决问题的能力,善于沟通,乐于合作,善于总结分享。 【加分项】 1、具备一定的AI 知识储备,有较为丰富的 AI 工具使用经验或 AI 应用开发经验。 2、对AI领域发展趋势有一定了解,能够结合实际场景提出创新性想法或解决方案。 3、有大型互联网公司相关岗位实习及项目开发经历; 4、有自己的技术作品或在开源社区中有活跃贡献。
工作职责
如果你,期望参与淘天集团产品线终端(Web/Android/iOS/鸿蒙/PC等)功能的开发与实现,与视觉交互设计师一起打造最酷的用户产品; 如果你,期望参与终端性能、技术架构等方面的改进与优化,打造最极致的用户体验; 如果你,期望参与终端技术解决方案、工具库、框架、平台的研发,持续提升终端研发质量与效能; 如果你,期望参与业内最前沿的终端技术研究和人机交互探索,拓展终端能力边界。 那还犹豫什么,赶紧加入我们吧!
包括英文材料
学历+
数据结构+
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://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.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://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!
JavaScript+
https://developer.mozilla.org/zh-CN/docs/Learn_web_development/Core/Scripting
[英文] Learn JavaScript
https://learnjavascript.online/
The easiest way to learn & practice modern JavaScript
[英文] Learn JavaScript
https://web.dev/learn/javascript
https://www.youtube.com/watch?v=zuKbR4Q428o
Write bulletproof JavaScript code with unit testing!
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.
Kotlin+
https://kotlinlang.org/docs/kotlin-tour-welcome.html
Quickly learn the essentials of the Kotlin programming language through our tours, which will take you from beginner to intermediate level.
https://learnxinyminutes.com/kotlin/
Kotlin is a statically typed programming language for the JVM, Android and the browser. It is 100% interoperable with Java.
https://www.youtube.com/watch?v=EExSSotojVI
In this full Kotlin course, you will learn the most popular programming language on Android and start building your own apps.
Swift+
[英文] A Swift Tour
https://docs.swift.org/swift-book/documentation/the-swift-programming-language/guidedtour/
Explore the features and syntax of Swift.
https://www.hackingwithswift.com/learn
Free Swift and iOS tutorials
https://www.youtube.com/watch?v=8Xg7E9shq0U
Learn the Swift programming language in this full tutorial for beginners.
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
相关职位

校招技术
团队介绍: 终端技术中心全面负责途虎养车所有业务应用与系统的前端技术体系建设。在这里,你将深度参与PC、移动端及智能硬件等多终端开发,涵盖iOS、Android、小程序等多种平台类型。我们始终积极拥抱前沿技术与思想,全面推行AI增强型研发流程,致力于以技术驱动业务价值提升。我们相信,在完善的工程标准化体系与AI深度融合的助力下,你的工作将为公司与团队创造卓越价值 1、参与途虎养车终端技术中心的日常开发、负责基础功能实现与流程体验优化; 2、通过技术优化与性能提升,持续改善用户体验,确保产品高效稳定运行。
更新于 2025-08-26

校招技术
团队介绍: 终端技术中心全面负责途虎养车所有业务应用与系统的前端技术体系建设。在这里,你将深度参与PC、移动端及智能硬件等多终端开发,涵盖iOS、Android、小程序等多种平台类型。我们始终积极拥抱前沿技术与思想,全面推行AI增强型研发流程,致力于以技术驱动业务价值提升。我们相信,在完善的工程标准化体系与AI深度融合的助力下,你的工作将为公司与团队创造卓越价值 1、参与途虎养车终端技术中心的日常开发、负责基础功能实现与流程体验优化; 2、通过技术优化与性能提升,持续改善用户体验,确保产品高效稳定运行。
更新于 2025-08-26
校招灵犀互娱2026
作为我们技术团队的一员,你将参与到公司核心产品的前端服务开发中。你的工作将直接影响到用户体验和产品性能,因此需要对编写高效、可维护的代码有强烈的责任感。 主要职责: 1、负责平台的终端开发,通过合理的技术方案设计和编码实现,确保安全、可扩展、流畅的应用体验; 2、沉淀终端技术解决方案、工具库、平台,持续提升研发质量与效能; 3、钻研前沿技术和创新交互,增强用户体验,拓展能力边界。
更新于 2025-08-05