心动TapTap 客户端开发(上海)
社招全职3年以上技术大类地点:上海状态:招聘
任职要求
1. 3 年以上互联网客户端开发经验,熟练使用 Swift / Objective-C / Kotlin / Java / Flutter 任一主流客户端技术栈,有大型 C 端产品经验优先; 2. 扎实的基础能力:熟悉 客户端渲染机制、事件分发、内存管理、多线程、性能优化;熟悉 HTTP、TCP/IP、WebSocket 等网络协议及网络框架原理; 3. 工程化与系统能力:具备自动化构建、持续集成、包管理、代码质量管控经验;具备较强的问题定位、调试、排障能力; 4. 架构与全局视野:熟悉设计模式、组件化、模块化、跨端方案、架构分层;具备良好的全局视野、架构思维、工程化意识; AI 工具使用能力(核心加分): 5. 日常高频使用 AI Agent 辅助开发、调试、崩溃分…
登录查看完整任职要求
微信扫码,1秒登录
工作职责
团队介绍 TapTap 主站工程团队,负责 TapTap 核心产品架构、服务体系与稳定性建设,支撑用户高并发、高可用的快速迭代。我们正把 AI 工具深度融入研发全流程,提升架构设计、编码、调优、排查、交付效率,寻找技术功底扎实、架构意识强、善用 AI 提效的工程师加入。 职位描述 1. 架构设计与演进:负责主站客户端基础架构、业务架构的设计、落地与长期演进;主导模块拆分、分层设计、跨端方案选型,保障架构可扩展、可维护、可演进; 2. 业务需求分析与技术方案输出:深入理解主站客户端业务,发掘并分析业务需求,独立完成技术方案、系统设计、组件设计、交互流程设计,推动方案评审与落地; 3. 核心模块与性能优化:负责客户端核心页面、组件、网络层、数据层、渲染层的设计与实现;主导卡顿、崩溃、内存泄漏、包体积、启动速度等性能问题分析与优化,保障用户体验; 4. 稳定性与疑难问题解决:持续分析系统瓶颈、定位性能问题、解决线上疑难故障;负责稳定性建设、异常监控、日志体系、降级容灾设计,保障亿级用户稳定运行; 5. 代码质量、重构与工程规范:持续进行代码优化、重构、解耦、组件复用;积极推动团队代码规范、最佳实践、质量标准落地; 6. AI 工具深度应用,提升客户端研发效率:将 AI 融入日常研发工作流中,用于辅助架构思考、代码生成、调试、崩溃分析、脚本编写、UI 适配、文档整理;搭建高效 AI 工作流,显著提升编码、重构、排障、自动化能力,驱动团队工程效率升级。
包括英文材料
客户端开发+
https://developer.mozilla.org/zh-CN/docs/Learn_web_development/Core/Frameworks_libraries/Introduction
简要回顾 JavaScript 和框架的历史,为什么框架会存在以及它们提供了什么,如何开始考虑选择一个框架并学习,以及对于客户端框架还有什么替代方案。
https://gamefromscratch.com/the-best-game-development-frameworks/
If you are looking to create a game but perhaps want to craft your own game engine from existing technologies, or you prefer to work at a lower more code focused level, using a game framework instead of a game engine may be right for you.
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.
Objective-C+
[英文] Where X=Objective-C
https://learnxinyminutes.com/objective-c/
Objective-C is the main programming language used by Apple for the macOS and iOS operating systems and their respective frameworks, Cocoa and Cocoa Touch.
https://www.youtube.com/playlist?list=PL640F44F1C97BA581
Here is a list of all of my Objective C tutorials.
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.
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.
Flutter+
https://flutter.dev/learn
With codelabs, YouTube videos, detailed docs, and more, find everything you need to get started with Flutter or continue your learning journey.
https://www.youtube.com/watch?v=VPvVD8t02U8
Learn how to use Flutter in this complete course for beginners.
多线程+
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!
还有更多 •••