美团快驴-Java开发工程师(商城方向)
社招全职3年以上食杂零售地点:北京状态:招聘
任职要求
1、大学本科及以上学历,3年及以上互联网研发工作经验。 2、具有扎实的计算机科学功底,扎实的编程基础和数据结构算法基础,精通 Java 及面向对象设计开发、设计模式,面对复杂系统、复杂问题有化繁为简的能力。 3、深入理解面向服务的架构、熟练使用常用的开发框架及组件,如:Spring Boot、MyBatis、Redis、Kafka等。 4、熟悉常用业务架构的设计,熟悉DDD领域驱动设计等业务架构方法。 5、有复杂业务的开发经验和较强的逻辑/概率思维能力,善于分析、归纳、描述、沟通、和解决问题。 具备以下条件优先 1、热爱互联网和新技术,优秀的快速学习能力,研究过优秀开源软件的源码并有心得者优先。 2、参与过同类型业务核心系统建设或高并发系统经验优先。 3、有“代码洁癖”,有极客精神者优先。
工作职责
1、参与商城展销、平台卖场、购物车等相关系统的设计和开发工作,负责代码编写及模块设计; 2、深入理解业务需求,抽象系统模型,进行系统开发工作, 切实保证交付质量; 3、与产品经理配合,参与需求制定与评审,确定系统架构和设计方案,并最终落地实现; 4、在复杂多样化的业务场景中抽丝剥茧,提炼抽象,不断优化重构既有系统设计; 5、参与系统的稳定性、性能优化,日常运维等工作; 6、主动驱动和协调团队,积极参与各团队间的协作。
包括英文材料
学历+
数据结构+
https://www.youtube.com/watch?v=8hly31xKli0
In this course you will learn about algorithms and data structures, two of the fundamental topics in computer science.
https://www.youtube.com/watch?v=B31LgI4Y4DQ
Learn about data structures in this comprehensive course. We will be implementing these data structures in C or C++.
https://www.youtube.com/watch?v=CBYHwZcbD-s
Data Structures and Algorithms full course tutorial java
算法+
https://roadmap.sh/datastructures-and-algorithms
Step by step guide to learn Data Structures and Algorithms in 2025
https://www.hellointerview.com/learn/code
A visual guide to the most important patterns and approaches for the coding interview.
https://www.w3schools.com/dsa/
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/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/design-patterns/index.html
设计模式,即Design Patterns,是指在软件设计中,被反复使用的一种代码设计经验。使用设计模式的目的是为了可重用代码,提高代码的可扩展性和可维护性。
[英文] Design Patterns
https://refactoring.guru/design-patterns
Design patterns are typical solutions to common problems in software design. Each pattern is like a blueprint that you can customize to solve a particular design problem in your code.
https://www.youtube.com/watch?v=NU_1StN5Tkk
Design Patterns tutorial explained in simple words using real-world examples.
开发框架+
[英文] Understanding Modern Development Frameworks: A Guide for Developers and Technical Decision-makers
https://www.freecodecamp.org/news/understanding-modern-development-frameworks-guide-for-devs/
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.
MyBatis+
https://mybatis.org/mybatis-3/getting-started.html
https://www.baeldung.com/mybatis
MyBatis is an open source persistence framework which simplifies the implementation of database access in Java applications.
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.
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.
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.
高并发+
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
相关职位
社招3年以上食杂零售
1、参与快驴卖场选品选客、商品同品系统的技术方案设计与功能开发,能够独立完成需求拆解、任务细化与落地实施; 2、与产品经理紧密协作,参与需求评审与制定,推动系统架构设计并高质量交付产品功能; 3、深入理解业务场景,具备良好的抽象建模能力,能够化繁为简,保障系统的可扩展性与稳定性; 4、参与系统性能优化、稳定性建设、故障排查及日常运维工作,持续提升系统健壮性; 5、主动驱动项目进展,具备良好的跨团队沟通与协作能力,推动项目高效落地。
更新于 2025-06-22
社招3年以上食杂零售
快驴进货是美团旗下的餐饮供应链平台,持续深耕餐饮供应链为百万家商户提供“全、省、稳、好”的餐饮供应链服务。快驴进货具备成熟的“自营+平台”的业务经营模式,拥有丰富的供给资源,强大的仓储网络、履约网络,市场拓展能力,满足不同业态、不同规模的餐饮商家对于日常食材采买的各方面诉求。截至2024年,业务已覆盖全国上百个区市,服务超百万商户,日均处理百万级商品流通数据。帮助百万商家节省了大量的采购时间与成本,助力平台伙伴共同发展,在万亿市场共享机遇。在这里,有完善的员工发展机制及成长体系,能够与各界专业伙伴深度参与餐饮供应链业务的发展。欢迎优秀的你用技术重塑餐饮供应链新生态。 【岗位职责】 1. 负责供应链核心系统的技术规划,深入理解业务需求,抽象系统模型,进行系统开发工作, 切实保证交付质量; 2. 与产品经理配合,参与需求制定与评审,确定系统架构和设计方案,并最终落地实现; 3. 在极度复杂多样化的业务场景中抽丝剥茧,提炼抽象,不断优化重构既有服务架构;
更新于 2025-06-22