
货拉拉高级后端工程师(J18839)
社招全职4年以上地点:深圳状态:招聘
任职要求
技能要求: 4年以上后端开发经验,计算机科学、软件工程或相关专业大学毕业 精通Java开发,熟悉PHP / Node.js / Golang是加分项 熟悉Redis/ElasticSearch/Kafka/RabbitMQ等中间件 关注项目整体代码质量,不仅限于自己编写的代码 有代码重构经验 乐观进取,勇于解决关键或困难的问题 对后端、API 微服务技术充满热情 正能量,独立工作能力强,善于沟通,乐于帮助团队成员 具备 Redis、MySQL 或其他 SQL 解决方案的经验 能在创业团队中快速适应、学习和成长 良好的英语书面和口语表达能力
工作职责
岗位要求: 与跨职能团队合作,开发和增强 Lalamove 核心产品 在后端微服务中设计和构建功能 编写高质量的可维护和可测试的代码 与工程师、设计师和产品经理合作,实现让我们客户满意的功能 与开发人员一起提高代码质量、分享知识
包括英文材料
后端开发+
https://www.youtube.com/watch?v=tN6oJu2DqCM&list=PLWKjhJtqVAbn21gs5UnLhCQ82f923WCgM
Learn what technologies you should learn first to become a back end web developer.
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.
PHP+
https://www.learn-php.org/
PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages.
https://www.youtube.com/watch?v=l4_Vn-sTBL8
This PHP full course for beginners will teach you everything from scratch—from PHP basics to advanced concepts!
JavaScript+
https://developer.mozilla.org/zh-CN/docs/Learn_web_development/Core/Scripting
[英文] Learn JavaScript
https://learnjavascript.online/
The easiest way to learn & practice modern JavaScript
[英文] Learn JavaScript
https://web.dev/learn/javascript
https://www.youtube.com/watch?v=zuKbR4Q428o
Write bulletproof JavaScript code with unit testing!
Node.js+
https://liaoxuefeng.com/books/javascript/nodejs/index.html
从本章开始,我们就正式开启JavaScript的后端开发之旅。
https://www.youtube.com/watch?v=32M1al-Y6Ag
This is an intro to Node.js. No frameworks or libraries.
https://www.youtube.com/watch?v=zb3Qk8SG5Ms&list=PL4cUxeGkcC9jsz4LDYc6kv3ymONOKxwBU
In this Node JS tutorial I'll introduce to what exactly Node is all about, why we'd use it and the technologies you'll need to be familiar with to get started.
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
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.
RabbitMQ+
[英文] RabbitMQ Tutorials
https://www.rabbitmq.com/tutorials
These tutorials cover the basics of creating messaging applications using RabbitMQ.
https://www.youtube.com/watch?v=bfVddTJNiAw
RabbitMQ is a powerful message broker that can help you create resilient and scalable applications.
中间件+
https://www.youtube.com/watch?v=1oWPUpMheGk
微服务+
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.
SQL+
https://liaoxuefeng.com/books/sql/introduction/index.html
什么是SQL?简单地说,SQL就是访问和处理关系数据库的计算机标准语言。
https://sqlbolt.com/
Learn SQL with simple, interactive exercises.
https://www.youtube.com/watch?v=p3qvj9hO_Bo
In this video we will cover everything you need to know about SQL in only 60 minutes.
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.
相关职位
社招8-15年SOFTWARE
1、负责海外手机中桌面搜索、手机管家等大千万dau产品的研发交付; 助力产品用户增长及商业化创收。 2、负责产品的架构设计,解决团队疑难杂症。
更新于 2025-09-25
社招3-10年SOFTWARE
1 、负责核心业务系统的服务端开发,支撑 Web 和 App 多端产品的 API 接口设计、开发与维护; 2、构建高可用、高性能的微服务系统,确保 AI 模型推理服务的低延迟与高并发响应; 3、设计与实现数据处理流程,包括用户行为数据收集、清洗与分析,支持产品决策与算法训练; 4、优化系统的可扩展性、安全性、稳定性,并参与部署、监控、故障恢复等运维流程; 5、与前端、算法、产品团队紧密合作,推动从需求分析到上线落地的高效协作; 6、编写技术文档与接口文档,推动技术规范落地; 7、 跟进并引入后端领域的最佳实践(DevOps、可观测性、安全控制等)持续优化研发效率。
更新于 2025-06-23

社招
岗位职责: 负责海外业务的开发工作,具体如下: 1、负责服务端功能设计和开发,可扩展性强; 2、可以独立完成技术方案开发以及技术文档的编写; 3、负责后台服务的性能优化和技术重构; 4、根据系统中具体难点问题,有针对性的进行技术攻关和总结; 5、可以对产品上线后的各种复杂数据进行分析、总结,为产品方向提供依据和方向,有一定的产品sence。"
更新于 2023-09-04