安克创新后台leader
社招全职5年以上地点:深圳状态:招聘
任职要求
任职要求: 1. 计算机及相关专业,本科以上学历,五年及以上全职开发工作经验,有一年以上带团队经验; 2. 扎实的编程基础,良好的代码风格,精通常用的软件工程方法,设计模式,数据结构和算法; 3. Go,Scala至少需要精通其中的一门,有大数据经验更佳; 4. 精通WEB开发,至少需要对一个WEB框架有深入了解; 5. 对MySQL,Redis等存储系统有深入理解; 6. 熟悉Rabbitmq,Kafka等消息系统,能够熟练使用消息系统进行系统解耦; 7. 对系统架构有独到的认识,了解不同架构方法的适应性和优缺点;对系统的高可用和高复用有一定的经验和理解。 8. 有海量服务和高并发服务开发经验。
工作职责
工作职责: 1. 负责智能硬件后台系统的建设和规划,保证项目质量和进度; 2. 负责根据项目计划制订开发计划,分配开发资源,负责与产品,测试,开发就项目需求、进度和问题进行沟通,推动问题解决; 3. 负责对技术方案的把控,以及跟进研究业界动态,推进新技术的落地实施; 5. 负责优化和改进研发流程,提高开发人员的效率; 6. 负责管理后台开发、Web前端开发、大数据开发三个职能团队培训、相关人员的管理。
包括英文材料
学历+
设计模式+
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://www.youtube.com/watch?v=8hly31xKli0
In this course you will learn about algorithms and data structures, two of the fundamental topics in computer science.
https://www.youtube.com/watch?v=B31LgI4Y4DQ
Learn about data structures in this comprehensive course. We will be implementing these data structures in C or C++.
https://www.youtube.com/watch?v=CBYHwZcbD-s
Data Structures and Algorithms full course tutorial java
算法+
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/
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
Scala+
大数据+
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.
Web+
https://web.dev/learn
Explore our growing collection of courses on key web design and development subjects.
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.
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.
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.
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.
高可用+
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.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
相关职位
社招5年以上CSIG技术
1.负责亿级产品的架构设计和开发工作,为用户提供优质的信息服务和极致体验; 2.负责输入法服务端业务架构设计以及持续演进,打造团队核心技术竞争力; 3.负责业务开发团队的技术管理工作,包括技术规划、梯队建设等; 4.负责重点技术难题和项目攻关,协调内外部资源,带领团队落地拿结果。
更新于 2025-06-11
社招5年以上CSIG技术
1.负责AIGC应用后台系统的架构设计、研发落地及技术团队管理;确保系统架构的高扩展、高可用; 2.主导构建性能优化、全链路监控、容灾容错等线上业务保障体系,提升系统鲁棒性; 3.协调跨部门资源,推动技术方案在业务场景的落地,解决复杂技术问题。
更新于 2025-05-20
社招5年以上CSIG技术
1.负责AIGC应用后台系统的架构设计、研发落地及技术团队管理;确保系统架构的高扩展、高可用; 2.主导构建性能优化、全链路监控、容灾容错等线上业务保障体系,提升系统鲁棒性; 3.协调跨部门资源,推动技术方案在业务场景的落地,解决复杂技术问题。
更新于 2025-05-20