菜鸟菜鸟-高级Java开发工程师-杭州菜鸟总部客户体验技术部
社招全职3年以上技术类-开发地点:杭州状态:招聘
任职要求
1. 本科及以上学历,计算机软件或相关专业,3年以内开发经验; 2. 扎实的Java/JEE知识基础和功底(重点包括包括JVM、类装载机制、多线程并发、IO、网络等),有比较优秀的动手能力,具有代码洁癖者优先; 3. 良好的编码习惯能力,有一定的面向对象的设计能力,对互联网高并发、高可用和高复用有一定的理解,熟悉分布式技术(包括缓存、消息系统、热部署、JMX等)优先; 4. 具有比较强的问题分析和处理能力,有比较优秀的动手能力,热衷技术,精益求精; 5. 有强烈的责任心,抗压能力强; 6. 具备大模型、Agent等NLP相关知识或经验者优先;
工作职责
1、参与菜鸟智能客服系统/模块/组件的设计和开发; 2,负责日常业务需求的承接、业务项目的开发,包括代码开发、技术文档编写、单元测试的编写等; 3、深入理解业务需求,分析和发现系统的优化点,解决各类技术难题,完成平台能力沉淀和组件框架沉淀;
包括英文材料
学历+
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.
JVM+
https://www.freecodecamp.org/news/jvm-tutorial-java-virtual-machine-architecture-explained-for-beginners/
https://www.youtube.com/watch?v=e2zmmkc5xI0
多线程+
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!
编程规范+
[英文] 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/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://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://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://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=xZDB1naRUlk
You will build projects with LLMs that will enable you to create dynamic interfaces, interact with vast amounts of text data, and even empower LLMs with the capability to browse the internet for research papers.
https://www.youtube.com/watch?v=zjkBMFhNj_g
AI agent+
https://www.ibm.com/think/ai-agents
Your one-stop resource for gaining in-depth knowledge and hands-on applications of AI agents.
NLP+
https://www.youtube.com/watch?v=fNxaJsNG3-s&list=PLQY2H8rRoyvzDbLUZkbudP-MFQZwNmU4S
Welcome to Zero to Hero for Natural Language Processing using TensorFlow!
https://www.youtube.com/watch?v=R-AG4-qZs1A&list=PLeo1K3hjS3uuvuAXhYjV2lMEShq2UYSwX
Natural Language Processing tutorial for beginners series in Python.
https://www.youtube.com/watch?v=rmVRLeJRkl4&list=PLoROMvodv4rMFqRtEuo6SGjY4XbRIVRd4
The foundations of the effective modern methods for deep learning applied to NLP.
相关职位
社招3年以上技术类-开发
1. 参与物流平台面向B端商家的关键系统/模块/组件的设计和实现; 2. 深入理解业务需求,分析和发现系统的优化点,解决各类技术难题,完成平台能力沉淀和组件框架沉淀; 3. 新人指导、培训及Code Review,主导技术难题攻关,提升团队整体技术水平。
更新于 2025-09-11
社招5年以上技术类-开发
1. 负责ToB项目的后端架构设计、开发,维护高质量的Java应用程序和系统,满足业务需求并确保系统的性能和稳定性。 2. 担任项目负责人或技术负责人,参与项目规划、需求分析、任务拆解、工作计划制定与执行,确保项目按时高质量交付。 3. 参与团队的技术选型和技术路线规划,推动技术创新和团队的技术发展。 4. 解决系统的复杂技术问题和开发难题,带领或指导初级/中级开发工程师开展项目交付开发工作,主导技术难题攻关。
更新于 2025-09-24
社招3年以上技术类-开发
1、负责人力资源系统(HCM)各个业务相关产品的系统设计及研发; 2、协助产品梳理业务需求,产出业务系统架构设计方案; 3、独立完成项目的系统分析、设计,并主导完成详细设计和编码的任务,确保项目的进度和质量; 4、主动关注并学习新技术,并能够在实践中应用,帮助建设团队技术氛围;
更新于 2025-09-08