OPPO高级后端工程师
社招全职8-15年SOFTWARE地点:深圳状态:招聘
任职要求
1、本科及以上学历,计算机相关专业。 2、8年以上项目开发经验,有千万量级互联网高并发后台经验。 3、JAVA基础扎实,熟悉JVM,熟悉网络、多线程、分布式编程及性能调优。 4、精通Java EE相关技术,熟练运用Spring/SpringBoot/MyBatis等基础框架。 5、熟悉分布式系统相关技术,如分布式缓存、消息队列等中间件。 6、具备强自驱力及推动力,对技术有追求、敢于挑战。 7、加分项:海外高并发项目经验,了解大数据及算法。
工作职责
1、负责海外手机中桌面搜索、手机管家等大千万dau产品的研发交付; 助力产品用户增长及商业化创收。 2、负责产品的架构设计,解决团队疑难杂症。
包括英文材料
学历+
高并发+
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
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!
性能调优+
https://goperf.dev/
The Go App Optimization Guide is a series of in-depth, technical articles for developers who want to get more performance out of their Go code without relying on guesswork or cargo cult patterns.
https://web.dev/learn/performance
This course is designed for those new to web performance, a vital aspect of the user experience.
https://www.ibm.com/think/insights/application-performance-optimization
Application performance is not just a simple concern for most organizations; it’s a critical factor in their business’s success.
https://www.oreilly.com/library/view/optimizing-java/9781492039259/
Performance tuning is an experimental science, but that doesn’t mean engineers should resort to guesswork and folklore to get the job done.
Spring+
https://liaoxuefeng.com/books/java/spring/index.html
Spring是一个支持快速开发Java EE应用程序的框架。它提供了一系列底层容器和基础设施,并可以和大量常用的开源框架无缝集成,可以说是开发Java EE应用程序的必备。
https://spring.io/guides/gs/rest-service
https://spring.io/quickstart
Level up your Java code and explore what Spring can do for you.
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.
分布式系统+
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
缓存+
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
大数据+
https://www.youtube.com/watch?v=bAyrObl7TYE
https://www.youtube.com/watch?v=H4bf_uuMC-g
With all this talk of Big Data, we got Rebecca Tickle to explain just what makes data into Big Data.
算法+
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/
相关职位
社招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

社招4年以上
岗位要求: 与跨职能团队合作,开发和增强 Lalamove 核心产品 在后端微服务中设计和构建功能 编写高质量的可维护和可测试的代码 与工程师、设计师和产品经理合作,实现让我们客户满意的功能 与开发人员一起提高代码质量、分享知识
更新于 2022-10-17