顺丰后端开发工程师
社招全职3-5年地点:深圳状态:招聘
任职要求
1、本科及以上学历,计算机或相关专业,7年以上Java开发经验; 2、精通Java语言,熟悉Spring Boot / Spring Cloud、MyBatis等主流框架; 3、熟悉电商业务领域的整体架构,有订单交易系统、库存管理、价格引擎、商家系统等模块经验者优先; 4、熟悉常用中间件(如MQ、Redis、ES、Kafka、Zookeeper等),有海量数据处理或高并发场景开发经验; 5、熟悉微服务架构设计与服务治理,具备实际落地经验;具备良好的系统调优能力,能够识别并解决复杂性能瓶颈问题; 6、对DDD(领域驱动设计)、TDD、DevOps 等工程化理念有一定理解和实践; 7、责任心强,沟通能力好,有良好的团队协作能力和持续学习能力。 8、加分项(实际案例举证): 8.1、有B端订货系统、电商平台、大型ERP系统等相关项目经验; 8.2、有分布式事务、灰度发布、异地多活等场景实战经验; 8.3、有一定的产品思维,能主动提出技术优化或业务流程改进建议。
工作职责
1、负责商业订货 / 电商平台核心模块的后端架构设计与开发,包括商品、订单、库存、定价、促销、履约等业务场景; 2、深入理解业务需求,主导关键模块的系统设计和落地实施,确保系统稳定性、扩展性和性能; 3、推动系统服务化、模块解耦、接口标准化,支持复杂业务流程的高效执行; 4、参与需求评审,技术方案制定和Code Review,推动工程质量和开发效率的提升; 5、监控与优化生产环境中的服务性能,及时解决线上问题; 6、指导和协助中初级开发人员成长,推动团队技术氛围建设。
包括英文材料
学历+
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.
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.
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.
中间件+
https://www.youtube.com/watch?v=1oWPUpMheGk
消息队列+
https://www.youtube.com/watch?v=xErwDaOc-Gs
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.
ElasticSearch+
https://www.youtube.com/watch?v=a4HBKEda_F8
Learn about Elasticsearch with this comprehensive course designed for beginners, featuring both theoretical concepts and hands-on applications using Python (though applicable to any programming language). The course is structured in two parts: first covering essential Elasticsearch fundamentals including index management, document storage, text analysis, pipeline creation, search functionality, and advanced features like semantic search and embeddings; followed by a practical section where you'll build a real-world website using Elasticsearch as a search engine, working with the Astronomy Picture of the Day (APOD) dataset to implement features such as data cleaning pipelines, tokenization, pagination, and aggregations.
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.
ZooKeeper+
https://kubernetes.io/docs/tutorials/stateful-application/zookeeper/
This tutorial demonstrates running Apache Zookeeper on Kubernetes using StatefulSets, PodDisruptionBudgets, and PodAntiAffinity.
https://www.baeldung.com/java-zookeeper
Apache ZooKeeper is a distributed coordination service which eases the development of distributed applications.
[英文] Zookeeper Tutorial
https://www.tutorialspoint.com/zookeeper/index.htm
ZooKeeper is a distributed co-ordination service to manage large set of hosts.
高并发+
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.
服务治理+
https://cloudnativecn.com/blog/istio-traffic-management-series-service-management-concept-theory/
通过阅读本文读者可以初步理解 Istio 流量治理的概念和相关知识框架。
https://juejin.cn/post/6844904006033080334
服务治理主要包括服务发现、负载均衡、限流、熔断、超时、重试、服务追踪等。我们今天要讲的,就是服务发现的内容。
DDD+
https://ddd-crew.github.io/ddd-starter-modelling-process/
This process gives you a step-by-step guide for learning and practically applying each aspect of Domain-Driven Design (DDD) - from orienting around an organisation’s business model to coding a domain model.
[英文] Domain Driven Design
https://medium.com/@matteopampana/list/domain-driven-design-c1efaabe287e
Everyone talks about DDD, but how many understand and correctly apply Domain-Driven Design? I want to be one of them.
https://redis.io/glossary/domain-driven-design-ddd/
Domain-Driven Design (DDD) is a software development philosophy that emphasizes the importance of understanding and modeling the business domain.
DevOps+
https://roadmap.sh/devops
Step by step guide for DevOps, SRE or any other Operations Role in 2025
https://zhuanlan.zhihu.com/p/562036793
DevOps中的Dev指的是Development(开发),Ops指的是Operations(运维),用一句话来说,DevOps就是打通开发运维的壁垒,实现开发运维一体化。
相关职位
社招3年以上后端开发
1. 负责小红书核心业务的创新玩法后端服务建设与维护; 2. 基于对业务的理解,进行系统选型、设计、编码,为系统长期的稳定性及可维护性负责; 3. 具备解决复杂系统问题的经验和能力,持续寻找和优化现有系统的不足,提升系统性能和稳定性。
社招5-10年软件开发岗
1. 负责营销活动及任务相关的后端开发工作,深入理解业务逻辑,实现高效、稳定、可扩展的系统架构,以支持业务快速发展; 2. 根据业务需求,进行系统设计、编码、测试以及文档编写,确保项目按时按质完成,满足业务目标; 3. 研究并应用业界先进的后端技术,推动技术革新,优化现有系统性能,提升系统安全性和稳定性; 4. 与团队成员紧密协作,通过技术指导和经验分享,提升团队整体技术能力和研发效率; 5. 跟踪项目进度,主动参与技术难题攻关,确保项目顺利推进,达成业务预期效果。
更新于 2025-04-16
社招5-10年软件开发岗
岗位职责及目标 1、负责服务研发组的后端开发工作,承担JAVA开发任务,通过高效编程解决业务需求,推动供应链技术的持续优化; 2、根据业务发展,参与设计并实现技术方案,保证系统的稳定性、可扩展性和高性能,提升用户体验; 3、深入理解业务逻辑,与团队共同探索技术创新点,通过优化现有系统架构,提高系统质量和开发效率; 4、与跨部门团队紧密合作,确保项目按时按质完成,达成业务目标; 5、对业务流程进行持续跟踪,及时发现问题并提出解决方案,助力业务快速发展; 6、积极参与技术分享和团队交流,提升个人及团队的技术能力和业务理解。
更新于 2025-06-19