OPPO高级后端工程师
社招全职1-6年SOFTWARE地点:成都状态:招聘
任职要求
1.计算机、通信、电子信息、通信工程、软件工程等相关专业; 2.熟悉Java等一种或多种主流编程语言,Java基础扎实,熟练掌握IO、多线程、集合等基础类库; 3.熟练使用MySQL数据库,熟练sql编程,能进行高可用的数据存储方案者优先; 4.熟悉 Linux操作系统常用操作,Shell开发,能熟练使用各种研发工具; 5.有一定的JavaWeb应用开发的经验,掌握常用的设计模式; 6.熟悉分布式缓存Redis、消息机制MQ、搜索引擎等技术; 7.熟悉SpringMVC/SpringBoot(Springcloud)等前沿框架技术、主…
登录查看完整任职要求
微信扫码,1秒登录
工作职责
1、负责小布助手多模态交互和语音算法工程服务等核心业务的研发落地和实施 2、协助产品经理保质保量的完成产品交付
包括英文材料
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!
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.
高可用+
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.
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
Bash+
[英文] The Bash Guide
https://guide.bash.academy/
A quality-driven guide through the shell's many features.
https://www.youtube.com/watch?v=tK9Oc6AEnR4
Understanding how to use bash scripting will enhance your productivity by automating tasks, streamlining processes, and making your workflow more efficient.
设计模式+
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.
缓存+
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
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.
消息队列+
https://www.youtube.com/watch?v=xErwDaOc-Gs
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.
还有更多 •••
相关职位
社招4年以上技术
1、负责滴滴国际化外卖服务的餐饮商家SaaS软件研发,涵盖点餐系统、POS收银、CRM管理、营销管理、数据报表等业务; 2、站在商家视角,用技术提高生产力,快速解决业务需求和问题,技术方案设计考虑周到,稳定可靠高效高质量交付; 3、推动产品功能迭代与性能、稳定性、易用性提升,持续进行系统优化及架构升级; 4、团队人员指导,技术文档撰写、维护、团队知识传承;
更新于 2025-05-16成都
社招3年以上A03314
1、负责火山引擎账号与账号属性、统一身份认证、Organization、云身份中心等业务建设,参与业务系统的架构设计、研发、监控运维等工作; 2、持续优化业务架构、技术架构、部署架构等,保证业务稳定迭代,提高服务高可用; 3、深入调研业内云身份管理发展形态,保持火山引擎云身份接入、管理、认证的效率和体验领先; 4、持续推进云身份与其他云产品的集成打通,提升企业上云用云的效和率体验。
更新于 2024-02-26深圳
社招A77751
【团队介绍】飞书安全中台IAM团队核心职责是以账号、访问控制、授权、审计等中台能力为基础,对标行业先进理念和最佳实践,构建飞书零信任的安全体系,定义和推进飞书架构升级。 1、负责飞书IAM的架构设计与核心模块的实现,建设通用、可靠、安全的身份管理和访问控制能力; 2、主导面向飞书内部、飞书客户和飞书合作伙伴的,安全架构顶层设计与领域建模; 3、负责推进服务的可扩展性、稳定性建设,优化系统的性能、成本和质量; 4、带领团队进行开发和测试,并在项目中承担管理职责,协调各部门合作。
更新于 2023-12-13杭州