哔哩哔哩高级golang开发工程师
社招全职技术类地点:上海状态:招聘
任职要求
1、计算机或相关专业学历,有多年(资深和高级要求不同)以上互联网后端开发经验; 2、熟悉Go/Java/C/C++/Python等至少一门语言,有Go开发经验者优先; 3、熟悉linux操作系统,具有较好的系统瓶颈发现、解决能力; 4、熟练掌握NoSQL,有千万量级及以上数据量的数据库设计能力; 5、对设计模式、网络编程、并发编程熟悉,具备后端服务视野优先; 6、具备很强的逻辑思维能力,有较好的算法基础者优先; 7、具备良好的设计和文字表达能力,能独立完成设计文档的撰写; 8、团队合作能力,良好的沟通能力与口头、书面表达能力,严谨的工作态度与高质量意识,良好的抗压能力。
工作职责
负责主站业务的需求迭代和开发,包括:社区、直播、稿件、机审等核心业务场景 1.负责平台架构优化和性能调优,提升平台的可用性和可扩展性 2.进行相关产品的技术文档编写,方案设计 3.参与公司编译、持续集成等DevOps相关平台的开发、运维工作 4.主动发现系统架构不足,用工程技术手段推进解决,可能涉及基建开发/中间件开发等 5.日常业务需求迭代开发,组内业务服务日常维护开发 6.维护业务网关的稳定性
包括英文材料
学历+
后端开发+
https://www.youtube.com/watch?v=tN6oJu2DqCM&list=PLWKjhJtqVAbn21gs5UnLhCQ82f923WCgM
Learn what technologies you should learn first to become a back end web developer.
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
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.
C+
https://www.freecodecamp.org/chinese/news/the-c-beginners-handbook/
本手册遵循二八定律。你将在 20% 的时间内学习 80% 的 C 编程语言。
https://www.youtube.com/watch?v=87SH2Cn0s9A
https://www.youtube.com/watch?v=KJgsSFOSQv0
This course will give you a full introduction into all of the core concepts in the C programming language.
https://www.youtube.com/watch?v=PaPN51Mm5qQ
In this complete C programming course, Dr. Charles Severance (aka Dr. Chuck) will help you understand computer architecture and low-level programming with the help of the classic C Programming language book written by Brian Kernighan and Dennis Ritchie.
C+++
https://www.learncpp.com/
LearnCpp.com is a free website devoted to teaching you how to program in modern C++.
https://www.youtube.com/watch?v=ZzaPdXTrSb8
Python+
https://liaoxuefeng.com/books/python/introduction/index.html
中文,免费,零起点,完整示例,基于最新的Python 3版本。
https://www.learnpython.org/
a free interactive Python tutorial for people who want to learn Python, fast.
https://www.youtube.com/watch?v=K5KVEU3aaeQ
Master Python from scratch 🚀 No fluff—just clear, practical coding skills to kickstart your journey!
https://www.youtube.com/watch?v=rfscVS0vtbw
This course will give you a full introduction into all of the core concepts in python.
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
NoSQL+
https://nosql-database.org/
Everything about NoSQL Systems – Types, Benefits, and Real-World Uses
https://piaosanlang.gitbooks.io/mongodb/content/section1.1.html
NoSQL(NoSQL = Not Only SQL ),即"不仅仅是SQL",指的是非关系型的数据库。是对不同于传统的关系型数据库管理系统的统称。
https://www.youtube.com/watch?v=0buKQHokLK8
NoSQL databases can operate in multiple modes: as key-value store, document store or wide column store.
设计模式+
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=2HrYIl6GpYg
I will make a simple HTTP web server with the C Programming Language.
https://www.youtube.com/watch?v=8z6okCgdREo
This tutorial is for Gophers who have written a command line or an API application, but have little to no experience in lower-level concepts like reading and writing to sockets, working with channels, and managing multiple goroutines.
https://www.youtube.com/watch?v=bdIiTxtMaKA&list=PL9IEJIKnBJjH_zM5LnovnoaKlXML5qh17
https://www.youtube.com/watch?v=bzja9fQWzdA
Implement the ubiquitous TCP protocol that underlies much of the traffic on the internet!
[英文] 📺Network Programming with Python Course (build a port scanner, mailing client, chat room, DDOS)
https://www.youtube.com/watch?v=FGdiSJakIS4
Learn network programming in Python by building four projects. You will learn to build a mailing client, a DDOS script, a port scanner, and a TCP Chat Room.
https://www.youtube.com/watch?v=gntyAFoZp-E
https://www.youtube.com/watch?v=JiuouCJQzSQ
Explore the fundamentals of networking in Rust by building a simple TCP server.
https://www.youtube.com/watch?v=JRTLSxGf_6w
https://www.youtube.com/watch?v=sFizpxHkIlI
In this video we'll cover SOCKET PROGRAMMING in JAVA.
https://www.youtube.com/watch?v=sXW_sNGvqcU
算法+
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/
相关职位
社招技术类
负责主站业务的需求迭代和开发,包括:社区、直播、稿件、机审等核心业务场景 1.负责平台架构优化和性能调优,提升平台的可用性和可扩展性 2.进行相关产品的技术文档编写,方案设计 3.参与公司编译、持续集成等DevOps相关平台的开发、运维工作 4.主动发现系统架构不足,用工程技术手段推进解决,可能涉及基建开发/中间件开发等 5.日常业务需求迭代开发,组内业务服务日常维护开发 6.维护业务网关的稳定性
更新于 2025-06-05

社招5年以上研发类
岗位名称:资深Goalng开发工程师(开放平台) 工作地点:厦门 岗位职责: ● 负责开放平台任务系统需求分析与架构设计,承担核心功能代码编写,开发与维护核心模块 ● 负责系统流程与性能优化,主导技术难题攻关,持续提升系统任务调度能力,保证系统的稳定性. ● 数据导向,持续优化系统架构,提升系统的可扩展性、可维护性、可用性 ● 保持对前瞻性技术的研究与实施,对开发团队进行技术指导和培训
更新于 2025-09-11
社招3年以上技术类-开发
1.车线业务重点客户在线服务系统开发与交付,架构设计、技术难题攻关、性能优化,满足客户交付质量需求; 2.根据业务规划及团队目标,规划及实施后端服务架构的优化及改进,提升代码维护性、扩展性、复用性; 3.建设和完善工程交付体系,实现高效高质量低成本;
更新于 2025-08-28