
货拉拉高级后端开发工程师(J18985)
社招全职5年以上地点:深圳状态:招聘
任职要求
任职资格 1. 计算机及相关专业本科以上学历; 2. Java基础扎实,精通nio、多线程、集合等基础框架,对java虚拟机有一定了解,精通分布式、缓存、消息、搜索等机制; 3. 5年以上使用JAVA进行分布式系统开发的经验,精通Linux系统,熟悉常用命令,熟悉web开发的相关技术,对web认证、鉴权和加密有一定开发经验; 4. 熟悉大流量、高并发、高性能的分布式系统设计和研发,熟悉大规模系统的负载均衡、网络存储、网络安全、数据库高可用设计及性能评估机制,熟悉常用的Java中间件; 5. 熟悉netty后台开发; 6. 熟悉MySQL及Oracle数据库,对NoSQL有一定了解,熟悉分库分表技术; 7. 良好的沟通经验和团队合作能力,优秀的文档编写能力,勤奋好学,热爱技术,能够承受较大压力;
工作职责
工作职责 1. 负责公司云端服务器项目的开发; 2. 参与项目需求分析,进行系统框架和核心模块的详细设计; 3. 根据新产品开发进度和任务分配,开发相应的软件模块; 4. 确保所负责的服务模块达到指定的质量标准(功能、性能、可靠性、高并发、扩展性、可维护性); 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.
多线程+
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!
JVM+
https://www.freecodecamp.org/news/jvm-tutorial-java-virtual-machine-architecture-explained-for-beginners/
https://www.youtube.com/watch?v=e2zmmkc5xI0
缓存+
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.distributedsystemscourse.com/
The home page of a free online class in distributed systems.
https://www.youtube.com/watch?v=7VbL89mKK3M&list=PLOE1GTZ5ouRPbpTnrZ3Wqjamfwn_Q5Y9A
Linux+
https://ryanstutorials.net/linuxtutorial/
Ok, so you want to learn how to use the Bash command line interface (terminal) on Unix/Linux.
https://ubuntu.com/tutorials/command-line-for-beginners
The Linux command line is a text interface to your computer.
https://www.youtube.com/watch?v=6WatcfENsOU
In this Linux crash course, you will learn the fundamental skills and tools you need to become a proficient Linux system administrator.
https://www.youtube.com/watch?v=v392lEyM29A
Never fear the command line again, make it fear you.
https://www.youtube.com/watch?v=ZtqBQ68cfJc
Web+
https://web.dev/learn
Explore our growing collection of courses on key web design and development subjects.
高并发+
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://www.youtube.com/watch?v=1oWPUpMheGk
后端开发+
https://www.youtube.com/watch?v=tN6oJu2DqCM&list=PLWKjhJtqVAbn21gs5UnLhCQ82f923WCgM
Learn what technologies you should learn first to become a back end web developer.
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.
Oracle+
[英文] Oracle Tutorial
https://www.oracletutorial.com/
On this website, you can learn Oracle Database fast and easily.
https://www.youtube.com/watch?v=QHYuuXPdQNM&list=PL_c9BZzLwBRJ8f9-pSPbxSSG6lNgxQ4m9
NoSQL+
https://nosql-database.org/
Everything about NoSQL Systems – Types, Benefits, and Real-World Uses
https://piaosanlang.gitbooks.io/mongodb/content/section1.1.html
NoSQL(NoSQL = Not Only SQL ),即"不仅仅是SQL",指的是非关系型的数据库。是对不同于传统的关系型数据库管理系统的统称。
https://www.youtube.com/watch?v=0buKQHokLK8
NoSQL databases can operate in multiple modes: as key-value store, document store or wide column store.
相关职位

社招4年以上
岗位要求: 与跨职能团队合作,开发和增强 Lalamove 核心产品 在后端微服务中设计和构建功能 编写高质量的可维护和可测试的代码 与工程师、设计师和产品经理合作,实现让我们客户满意的功能 与开发人员一起提高代码质量、分享知识
更新于 2022-08-31
社招3年以上A47372
1、参与并负责零钱类业务核心系统的的开发及维护; 2、参与并负责零钱类业务系统的稳定性建设,报警,监控,容灾,降级等; 3、参与设计并实现具备可扩展性和可维护性的系统方案; 4、充分理解零钱类业务的业务特点,开发建设适合特定领域模型的系统; 5、沉淀技术能力和行业经验,与平台一起成长和发展。
更新于 2023-06-29
社招3年以上A12583
1、参与并负责零钱类业务核心系统的的开发及维护; 2、参与并负责零钱类业务系统的稳定性建设,报警,监控,容灾,降级等; 3、参与设计并实现具备可扩展性和可维护性的系统方案; 4、充分理解零钱类业务的业务特点,开发建设适合特定领域模型的系统; 5、沉淀技术能力和行业经验,与平台一起成长和发展。
更新于 2023-06-29