OPPO后端工程师
社招全职4年以上SOFTWARE地点:深圳状态:招聘
任职要求
1、本科及以上学历,计算机相关专业; 2、4年以上项目开发经验,有规模化研发效能平台构建经验优先; 3、JAVA基础扎实,熟悉JVM,熟悉网络、多线程、分布式编程及性能调优;对OOP有深刻的理解;掌握面向对象软件分析、设计方法,熟悉设计模式; 4、精通Java EE相关技术,对主流框架有深入理解(SpringBoot、SpringMVC、SpringData、SpringCloud)等; 5、熟悉分布式系统相关…
登录查看完整任职要求
微信扫码,1秒登录
工作职责
1、负责TMS(测试管理服务)平台服务端技术方案设计,参与产品需求分析,负责后端模块的技术方案设计。 2、持续优化服务端,提升后端服务的可靠性、性能和安全性,打造具备良好扩展性、支持多区域多语言服务端架构; 3、深入了解业务,具备问题分析能力,解决研发过程中的技术难题与挑战。
包括英文材料
学历+
DevOps+
https://roadmap.sh/devops
Step by step guide for DevOps, SRE or any other Operations Role in 2025
https://zhuanlan.zhihu.com/p/562036793
DevOps中的Dev指的是Development(开发),Ops指的是Operations(运维),用一句话来说,DevOps就是打通开发运维的壁垒,实现开发运维一体化。
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.
面向对象+
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.
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.
Spring Web MVC+
https://spring.io/guides/gs/serving-web-content
This guide walks you through the process of creating a “Hello, World” web site with Spring.
[英文] Spring MVC Series
https://www.baeldung.com/spring-mvc
Spring MVC provides tools driving both typical web applications as well as REST APIs.
Spring Cloud+
[英文] Spring Cloud Series
https://www.baeldung.com/spring-cloud-series
Learn Spring Cloud including concepts, additional libraries and examples for distributed systems.
分布式系统+
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
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.
还有更多 •••
相关职位
社招3-5年SOFTWARE
1、负责业务核心系统架构、满足业务高可用高性能、高并发的需求。 2、负责视频类业务系统持续演进,主导大型复杂项目技术方案设计。 3、优化系统性能,解决数据库、缓存、网络等层面的瓶颈问题,设计并实施容灾、降级、限流方案。 4、应对高并发、高可靠性等带来的各种技术挑战,对承担的业务模块质量、技术指标负责。 5、同多团队紧密协作,共同推进业务系统持续迭代演进落地。
更新于 2025-07-23成都
社招1-3年SOFTWARE
方向1:数据开发工程师,负责企业级数据仓库搭建及大数据任务性能优化,负责数据资产质量优化、资产治理等工作 方向2:数据平台工程师,负责大数据技术组件或平台工具开发,技术难题攻坚,负责部署、管理与维护工作
更新于 2025-07-17深圳
社招3-5年SOFTWARE
1、参与并负责互联网信贷核心系统的设计、开发与优化; 2、参与高并发、高可用分布式架构的设计与实现,保障系统稳定性与性能; 3、充分理解互联网信贷业务和需求,输出具备可扩展性和可维护性技术方案并推动落地; 4、持续优化代码质量,解决系统潜在风险,提升系统安全性和可维护性。
更新于 2025-07-24深圳