小米小米汽车-Python后端开发工程师实习生
实习兼职地点:南京状态:招聘
任职要求
- 计算机、通信、电子或相关专业硕士及以上学历; - 扎实的 Python 后端开发能力,有 Flask/FastAPI 实际项目经验。熟悉异步编程、连接池、缓存策略等高并发优化手段; - 熟悉微服务架构设计原则,具备服务拆分、API 网关、服务注册发现、限流熔断等实践经验; - 熟练使用 MySQL / PostgreSQL、Redis和对象存储。掌握消息队列(Kafka / RabbitMQ)在解耦与削峰中的应用;熟悉 Nginx 配置与调优,能基于 Nginx 实现反向代理、负载均衡、限流及静态资源服务,支持高并发 API 的稳定访问; - 理解网络通信基础(TCP/IP、HTTP/2、MQTT、WebSocket),能使用 Wireshar…
登录查看完整任职要求
微信扫码,1秒登录
工作职责
1. 负责公司 AI 安全平台的后端系统开发,设计并实现支持多路摄像头并发接入的微服务架构,支撑 YOLO 等目标检测模型的高吞吐、低延迟推理服务; 2. 设计可扩展的微服务模块(如任务调度、告警中心、设备管理),确保系统在高负载下的稳定性与可观测性; 3. 与通信协议团队协作,构建基于 MQTT/WebSocket/CoAP 的高并发设备接入层,支持百级摄像头实时数据流接入与 Web 端可视化调试; 4. 封装 CV 模型(如 YOLOv5/v8)为标准化推理接口,实现模型动态加载、资源隔离与异常熔断机制;
包括英文材料
学历+
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://www.youtube.com/watch?v=tN6oJu2DqCM&list=PLWKjhJtqVAbn21gs5UnLhCQ82f923WCgM
Learn what technologies you should learn first to become a back end web developer.
Flask+
https://www.youtube.com/watch?v=Z1RJmh_OqeA
Flask is a micro web framework written in Python.
FastAPI+
https://fastapi.tiangolo.com/tutorial/
This tutorial shows you how to use FastAPI with most of its features, step by step.
https://realpython.com/get-started-with-fastapi/
FastAPI is a web framework for building APIs with Python.
https://www.youtube.com/watch?v=rvFsGRvj9jo
This video today is a crash course, where we will go through the basics of FastAPI.
缓存+
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.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://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://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.
MySQL+
https://juejin.cn/post/7190306988939542585
这是一篇 MySQL 通关一篇过硬核经验学习路线,包括数据库相关知识,SQL语句的使用,数据库约束,设计等。
[英文] MySQL Tutorial
https://www.mysqltutorial.org/
your go-to resource for mastering MySQL in a fast, easy, and enjoyable way.
https://www.youtube.com/watch?v=5OdVJbNCSso
MySQL SQL tutorial for beginners
https://www.youtube.com/watch?v=7S_tz1z_5bA
This beginner-friendly course teaches you SQL from scratch.
PostgreSQL+
[英文] PostgreSQL Tutorial
https://neon.com/postgresql/tutorial
This PostgreSQL tutorial helps you quickly understand PostgreSQL.
[英文] PostgreSQL Tutorial
https://www.pgtutorial.com/
This PostgreSQL tutorial will teach you about PostgreSQL from beginner to advanced.
https://www.youtube.com/watch?v=qw--VYLpxG4
It is the most advanced open source database system widely used to build back-end systems.
https://www.youtube.com/watch?v=SpfIwlAYaKk
Learn PostgreSQL, one of the world's most advanced and robust open-source relational database systems.
Redis+
[英文] Developer Hub
https://redis.io/dev/
Get all the tutorials, learning paths, and more you need to start building—fast.
https://www.runoob.com/redis/redis-tutorial.html
REmote DIctionary Server(Redis) 是一个由 Salvatore Sanfilippo 写的 key-value 存储系统,是跨平台的非关系型数据库。
https://www.youtube.com/watch?v=jgpVdJB2sKQ
In this video I will be covering Redis in depth from how to install it, what commands you can use, all the way to how to use it in a real world project.
消息队列+
https://www.youtube.com/watch?v=xErwDaOc-Gs
Kafka+
https://developer.confluent.io/what-is-apache-kafka/
https://www.youtube.com/watch?v=CU44hKLMg7k
https://www.youtube.com/watch?v=j4bqyAMMb7o&list=PLa7VYi0yPIH0KbnJQcMv5N9iW8HkZHztH
In this Apache Kafka fundamentals course, we introduce you to the basic Apache Kafka elements and APIs, as well as the broader Kafka ecosystem.
RabbitMQ+
[英文] RabbitMQ Tutorials
https://www.rabbitmq.com/tutorials
These tutorials cover the basics of creating messaging applications using RabbitMQ.
https://www.youtube.com/watch?v=bfVddTJNiAw
RabbitMQ is a powerful message broker that can help you create resilient and scalable applications.
还有更多 •••
相关职位
实习
1、负责相关业务项目的web前端的研发工作,包括需求沟通、功能设计与开发等; 2、负责web前端相关服务的线上维护,性能调优等; 3、负责web前端的架构设计、框架选型、基础组件优化等; 4、和后端开发/产品/测试进行密切沟通,能够根据需求提出合理技术方案; 5、负责软件开发过程中的问题分析和总结,提供建议和帮助改善研发流程。
更新于 2025-08-06南京
实习
1、负责相关业务项目的web前端的研发工作,包括需求沟通、功能设计与开发等; 2、负责web前端相关服务的线上维护,性能调优等; 3、负责web前端的架构设计、框架选型、基础组件优化等; 4、和后端开发/产品/测试进行密切沟通,能够根据需求提出合理技术方案; 5、负责软件开发过程中的问题分析和总结,提供建议和帮助改善研发流程。
更新于 2026-01-20南京
实习后端开发
工作职责: 参与小红书点点离线工具链后台系统的架构设计和开发工作,保障系统稳定,高效,安全; 参与设计开发数据采集、数据标注、数据管理等平台系统,持续优化和迭代工具数据闭环能力; 参与测评平台的快速基建开发,实现测评基建能力的持续提升; 深入发掘和分析业务需求,设计合理的技术方案并实现;
更新于 2026-02-12北京