
叮咚买菜后端技术专家(创新研发)(J13898)
社招全职技术地点:上海状态:招聘
任职要求
任职资格 1、Java基础扎实:熟悉IO、多线程、集合操作等基础技能。 2、熟悉Spring boot,Spring Cloud等主流技术框架,有微服务框架经验优先。 3、熟悉MySQL、Redis、MongoDB等常用数据库和缓存数据库,以及性能优化。 4、熟悉分布式、缓存、消息队列等中间件技术,具备良好的架构与规范文档撰写能力。 5、具备一定的领域建模能力,参与过完整的应用系统研发。 6、有电商平台、WMS/TMS/采购系统等供应链相关经验优先。 7、有较强的学习和沟通能力,良好的团队协作精神,极强的责任心,工作踏实、勤恳,有钻研精神。
工作职责
工作职责 1、参与电商平台、供应链平台的服务端开发和架构工作; 2、能够根据业务以及产品的需求变化,整理相配套的技术解决方案。包括软件设计和编码实现,确保服务安全可靠、高质量和高性能; 3、维护和升级现有产品服务,快速定位并修复现有服务缺陷; 4、根据开发规范编写各种开发文档及项目文档。
包括英文材料
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.
多线程+
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!
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 Cloud+
[英文] Spring Cloud Series
https://www.baeldung.com/spring-cloud-series
Learn Spring Cloud including concepts, additional libraries and examples for distributed 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.
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.
MongoDB+
https://learnxinyminutes.com/mongodb/
MongoDB is a NoSQL document database for high volume data storage.
https://studio3t.com/academy/#courses
The fastest way to learn MongoDB
https://www.youtube.com/watch?v=c2M-rlkkT5o
This video will give you and introduction to MongoDB in 1 Hour. Afterwards I recommend exploring aggregation, replication, and sharding.
https://www.youtube.com/watch?v=ExcRbA7fy_A&list=PL4cUxeGkcC9h77dJ-QJlwGlZlTd4ecZOA
You'll learn how to use MongoDB (a NoSQL database) from scratch. You'll also learn how to integrate it into a simple Node.js API.
缓存+
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
中间件+
https://www.youtube.com/watch?v=1oWPUpMheGk
相关职位
社招8年以上旅游业务开发
负责旅游营销中台核心系统(如营销提报系统、优惠促销、营销活动页低代码平台、动态定价系统、广告等)的架构设计与技术实现,保障高并发、低延迟、高可用的系统能力。跟产品以及其他技术方高效协作,能够提出有效的建议,促进业务项目达成。探索和推进创新的收益优化算法(如价格弹性模型、库存动态调控、智能优惠组合策略)落地,提升营销效果、流量转化效率和定价收益。提炼中台系统通用能力,输出可复用的技术组件与解决方案,推动跨业务线技术复用与效率提升。
更新于 2025-02-13
社招5年以上技术类-开发
1、负责商家经营研发组行业履约相关系统的后端开发工作,确保系统稳定高效运行; 2、深入理解业务需求,与产品、运营团队紧密合作,设计并实现高质量的Java后端服务,提升系统的性能和可扩展性; 3、参与系统架构设计和技术选型,优化现有系统架构,解决复杂的技术问题,保障系统的高可用性和稳定性; 4、关注技术发展趋势,结合实际业务场景,引入新技术和新工具,推动技术升级和创新; 5、编写高质量的技术文档,确保代码的可维护性和可读性,为团队成员提供技术支持和指导。
更新于 2025-09-01
社招5年以上技术类-开发
1. 负责创新业务孵化,有创业和AI经验优先; 2. 通过对业务的理解及客户价值的判断,对现有产品和系统进行改进和优化; 3. 从用户和技术出发,实现面向未来的系统规划、设计和落地; 4. 技术预研和技术难点攻关,保障系统可用性、稳定性、和可扩展性。 5. 有SaaS软件研发,电商,大数据平台,PaaS平台研发经验者优先。
更新于 2025-09-09