小红书后端开发工程师(实习)
实习兼职后端开发地点:北京 | 上海状态:招聘
任职要求
1、熟悉至少一门编程语言(如Java/Python/Go等),有实际项目经验者优先; 2、了解数据库(MySQL/Redis等)、Web开发框架或分布式系统基础概念; 3、熟悉面向对象和多线程、网络协议等基础编程技术,熟悉微服务、消息队列等中间件技术; 4、逻辑清晰,具备较强的学习能力和问题解决能力; 5、良好的沟通能力,能高效协同团队完成跨部门需求; 6、有良好的编程习惯,对代码质量有清晰的要求和习惯。
工作职责
1、参与内容安全平台全流程开发,包括需求分析、技术方案设计、编码实现、单元测试及上线部署; 2、针对平台功能优化(如审核效率、数据处理性能等)提出改进建议并落地实施; 3、负责平台日常问题排查与修复,包括用户反馈的技术问题、系统异常日志分析及性能调优; 4、协助搭建自动化监控工具,定期输出平台运行健康报告; 5、对接业务部门需求,协助梳理审核规则逻辑,提供技术可行性评估与解决方案; 6、配合算法团队优化机审模型与数据的交互流程,提升审核准确率; 7、研究前沿审核技术(如AI内容识别、多模态数据处理),探索其在现有平台的适配性。
包括英文材料
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.
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.
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
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.
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.
Web+
https://web.dev/learn
Explore our growing collection of courses on key web design and development subjects.
开发框架+
[英文] Understanding Modern Development Frameworks: A Guide for Developers and Technical Decision-makers
https://www.freecodecamp.org/news/understanding-modern-development-frameworks-guide-for-devs/
分布式系统+
https://www.distributedsystemscourse.com/
The home page of a free online class in distributed systems.
https://www.youtube.com/watch?v=7VbL89mKK3M&list=PLOE1GTZ5ouRPbpTnrZ3Wqjamfwn_Q5Y9A
面向对象+
https://liaoxuefeng.com/books/java/oop/index.html
面向对象编程,英文是Object-Oriented Programming,简称OOP。
https://liaoxuefeng.com/books/python/oop/index.html
面向对象编程——Object Oriented Programming,简称OOP,是一种程序设计思想。
https://www.youtube.com/watch?v=SiBw7os-_zI
Learn the basics of object-oriented programming all in one video.
多线程+
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://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://www.youtube.com/watch?v=xErwDaOc-Gs
中间件+
https://www.youtube.com/watch?v=1oWPUpMheGk
编程规范+
[英文] Google Style Guides
https://google.github.io/styleguide/
Every major open-source project has its own style guide: a set of conventions (sometimes arbitrary) about how to write code for that project. It is much easier to understand a large codebase when all the code in it is in a consistent style.
相关职位
实习核心本地商业-点
1.负责点评旅行场景页面的开发和优化,保证页面的性能和用户体验。 2.参与项目需求的讨论和评审,根据设计稿完成页面的开发工作。 3.与后端开发工程师协作,确保前后端接口的顺畅和数据的准确传输。 4.参与团队的技术分享和交流,不断提升前端开发技能。
更新于 2025-02-24
实习
1、负责相关业务项目的web前端的研发工作,包括需求沟通、功能设计与开发等; 2、负责web前端相关服务的线上维护,性能调优等; 3、负责web前端的架构设计、框架选型、基础组件优化等; 4、和后端开发/产品/测试进行密切沟通,能够根据需求提出合理技术方案; 5、负责软件开发过程中的问题分析和总结,提供建议和帮助改善研发流程。
更新于 2025-08-06
实习D1299
1、参与快手AI设计平台的前/后端开发; 2、协助完成项目中的前/后端任务,优化现有产品的性能和用户体验; 3、学习和研究前端、AI 领域的新技术、新工具,提升个人技术能力; 4、配合团队完成其他相关工作。
更新于 2025-02-17