小红书【2026校招】中间件研发工程师
校招全职基础后端地点:北京状态:招聘
任职要求
1、本科及以上学历,计算机、软件工程等相关专业优先; 2、精通Java,具备良好的编码能力和编码习惯;熟悉多线程编程,熟悉分布式、缓存、消息队列等机制,熟悉JVM机制; 3、理解常见中间件和框架的原理和机制,包括但不限于Spring/SpringBoot,Netty等; 4、理解常见RPC的原理和机制,包括但不限于thrift,grpc,Dubbo等; 5、理解微服务和分布式服务治理领域的相关解决方案,包括注册中心,容器化,ServiceMesh等; 6、有分布式、高并发、高负载、高可用性系统设计和稳定性经验优先; 7、技术视野开阔,学习主动性强,具有良好的人际沟通能力,良好的工作协调能力。 6、具备较强的学习能力和分析问题的能力,能够快速理解并应用新技术; 7、优秀的团队合作与沟通能力,善于跨部门协作推进项目落地。 【加分项】 1、参与或主导过大型分布式系统/高性能计算平台的架构设计; 2、在云原生社区(如 CNCF 开源项目)有贡献,或发表过相关技术博客/论文; 3、有 Prometheus、Thanos 等监控系统的运维经验,能基于实时数据进行性能及稳定性的优化; 4、对服务器硬件、GPU、RDMA等有一定理解。
工作职责
1、参与Java中间件的设计和日常研发工作,支撑赋能业务研发部门; 2、承担服务治理的职能,设计并实现微服务的高可用架构,保障线上服务稳定可持续发展; 3、参与系统架构设计、日志及部署规范制定、技术文档编写等; 4、参与开发人员codereview工作,并能从语言和框架层面提供性能优化、安全性建议; 5、参与现有系统和中间件组件的日常维护和优化改进。
包括英文材料
学历+
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.
编程规范+
[英文] 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.
多线程+
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://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
JVM+
https://www.freecodecamp.org/news/jvm-tutorial-java-virtual-machine-architecture-explained-for-beginners/
https://www.youtube.com/watch?v=e2zmmkc5xI0
中间件+
https://www.youtube.com/watch?v=1oWPUpMheGk
Spring+
https://liaoxuefeng.com/books/java/spring/index.html
Spring是一个支持快速开发Java EE应用程序的框架。它提供了一系列底层容器和基础设施,并可以和大量常用的开源框架无缝集成,可以说是开发Java EE应用程序的必备。
https://spring.io/guides/gs/rest-service
https://spring.io/quickstart
Level up your Java code and explore what Spring can do for you.
Spring Boot+
https://spring.io/guides/gs/spring-boot
his guide provides a sampling of how Spring Boot helps you accelerate application development.
https://www.youtube.com/watch?v=Nv2DERaMx-4&list=PLzUMQwCOrQTksiYqoumAQxuhPNa3HqasL
The author teaches you how to use Spring Boot from a complete beginner, to building a REST API with a real database, Dockerising it and deploying it to the cloud.
RPC+
https://javaguide.cn/distributed-system/rpc/rpc-intro.html
为什么要 RPC ? 因为,两个不同的服务器上的服务提供的方法不在一个内存空间,所以,需要通过网络编程才能传递方法调用所需要的参数。并且,方法调用的结果也需要通过网络编程来接收。
https://www.youtube.com/watch?v=S2osKiqQG9s
This video is part of an 8-lecture series on distributed systems, given as part of the undergraduate computer science course at the University of Cambridge.
gRPC+
[英文] Introduction to gRPC
https://grpc.io/docs/what-is-grpc/introduction/
An introduction to gRPC and protocol buffers.
Dubbo+
https://dubbo.apache.org/en/overview/mannual/java-sdk/tasks/
微服务+
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.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://dev.to/m0n0x41d/highload-saga-the-fundamentals-4kj4
In the modern big tech world, there are titans among mortal, tiny applications, and the common name for such titans is "Highload applications."
高可用+
https://redis.io/blog/high-availability-architecture/
A high available architecture is when there are a number of different components, modules, or services that work together to maintain optimal performance, irrespective of peak-time loads.
https://www.ibm.com/think/topics/high-availability
High availability (HA) is a term that refers to a system’s ability to be accessible and reliable close to 100% of the time.
系统设计+
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.
分布式系统+
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
CNCF+
https://www.cncf.io/
The Cloud Native Computing Foundation (CNCF) hosts critical components of the global technology infrastructure.
Prometheus+
https://grafana.com/docs/grafana/latest/getting-started/get-started-grafana-prometheus/
Prometheus is an open source monitoring system for which Grafana provides out-of-the-box support.
https://prometheus.io/docs/tutorials/getting_started/
Prometheus is a system monitoring and alerting system.
相关职位

实习研发
后端研发工程师-工程方向 职位描述 1、负责公司算法工程相关的系统设计与后端开发,支撑算法工程的性能和稳定性; 2、协助参与信息流推荐系统的开发和优化工作,在项目中锻炼自己应对高并发高吞吐需求场景的能力; 3、在导师指导下,参与设计和开发高并发、高可用的后端系统,学习如何确保系统的性能、稳定性、可扩展性、可观测性; 4、关注业界先进技术动态,在公司的引导下研究分析业内主流产品技术实现,参与到当前系统架构设计的优化工作中;
更新于 2025-03-21
校招后端开发
1、负责面向公司内部的AI研发应用平台的设计与开发,持续创新,参与落地软、硬工作流解决方案,帮助小红书研发提升开发效率; 2、负责财务、人事、采购、行政等内部核心系统的架构设计及AI相关功能开发,帮助小红书员工进入下一个高效办公时代,提升工作幸福感; 3、负责持续优化系统性能,提升服务稳定性,保障系统安全性和可维护性。
更新于 2025-10-10
校招基础后端
KVCache研发: 1、打造优秀的分布式KV存储系统等, 中间件系统, 为公司海量数据和大规模业务系统提供可靠的基础设施; 2、快速理解业务场景, 从业务问题中抽象出通用的解决方案, 建模并正确实现; 3、团队密切配合, 共同研究和使用业内各方向最新技术, 共同推动公司技术演进。 高性能存储: 1、参与公司分布式存储产品研发工作,支撑社交、推荐、搜索、电商、广告等核心业务场景; 2、负责负责高性能文件存储、块存储的业务研发工作; 3、负责产品能力建设,针对业务发展需要推进系统演进,提供高可用、高可靠、高性价比的存储产品。
更新于 2025-09-13