阿里云阿里云智能-虚拟网络高级研发工程师VPC-杭州
社招全职3年以上技术类-开发地点:杭州状态:招聘
任职要求
1. 至少3年以上云计算、网络技术领域或大型分布式控制平面的工作经验; 2. 精通Java框架,包括Spring,Mybatis,熟悉云计算控制平面、SDN/Openstack/ODL/ONOS、K8s等技术者优先; 3. 熟悉分布式服务以及高并发服务研发,熟练使用JVM性能调优工具,并具备高并发服务架构设计能力; 4. 精通至少一种编程语言(Java、Python、Go、C、C++等) ,计算机理论基础扎实,熟练掌握常用的代码库、研发框架以及中间件。
工作职责
1. 负责阿里云面向AI智算场景的高性能云网络控制平面技术方案设计研发,包括技术可行性分析、方案选型、功能设计以及架构设计等工作; 2. 负责云网络VPC产品的产品全生命周期研发,为AI GPU计算、通用CPU计算提供高性能网络解决方案,并进行产品化研发落地; 3. 负责云网络VPC控制平面的技术实现,包括代码重构、控制面架构演进等; 4. 负责云网络VPC的稳定性能力建设以及性能优化,确保系统的安全可靠,提升产品稳定性和性能。
包括英文材料
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.
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.
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.
Kubernetes+
https://kubernetes.io/docs/tutorials/kubernetes-basics/
This tutorial provides a walkthrough of the basics of the Kubernetes cluster orchestration system.
https://kubernetes.io/zh-cn/docs/tutorials/kubernetes-basics/
本教程介绍 Kubernetes 集群编排系统的基础知识。每个模块包含关于 Kubernetes 主要特性和概念的一些背景信息,还包括一个在线教程供你学习。
https://www.youtube.com/watch?v=s_o8dwzRlu4
Hands-On Kubernetes Tutorial | Learn Kubernetes in 1 Hour - Kubernetes Course for Beginners
https://www.youtube.com/watch?v=X48VuDVv0do
Full Kubernetes Tutorial | Kubernetes Course | Hands-on course with a lot of demos
高并发+
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
JVM+
https://www.freecodecamp.org/news/jvm-tutorial-java-virtual-machine-architecture-explained-for-beginners/
https://www.youtube.com/watch?v=e2zmmkc5xI0
性能调优+
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://roadmap.sh/system-design
Everything you need to know about designing large scale systems.
https://www.youtube.com/watch?v=F2FmTdLtb_4
This complete system design tutorial covers scalability, reliability, data handling, and high-level architecture with clear explanations, real-world examples, and practical strategies.
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.
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
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
中间件+
https://www.youtube.com/watch?v=1oWPUpMheGk
相关职位
社招2年以上RB5F1
1、负责字节跳动虚拟网络产品的研发,包括但不局限于网络VPC、NAT、LB负载均衡等; 2、负责字节跳动网络络基础平台的研发,包括但不局限于网络控制面系统、容器网络、网络NFV等; 3、负责字节跳动网络虚拟化性能加速和offload的研发,包括但不局限于DPDK、智能网卡、P4等; 4、负责字节跳动物理/虚拟化网络的稳定性、高可用和高性能,持续提升用户体验。
更新于 2019-12-25
社招3年以上技术类-开发
1. 负责阿里云面向AI智算场景的公网产品的技术方案设计和研发,包括技术可行性分析、方案选型、功能设计以及架构设计等工作; 2. 负责云网络虚拟化公网产品的产品需求设计开发,包括EIP/IPv6/AnycastEIP/共享带宽等公网产品; 3. 负责云网络公网产品的稳定性能力建设以及性能优化,确保系统的安全可靠,提升产品稳定性和性能。
更新于 2025-07-03
社招2年以上L8F1
1、负责字节跳动虚拟网络产品的研发,包括但不局限于网络VPC、NAT、LB负载均衡等; 2、负责字节跳动网络络基础平台的研发,包括但不局限于网络控制面系统、容器网络、网络NFV等; 3、负责字节跳动网络虚拟化性能加速和offload的研发,包括但不局限于DPDK、智能网卡、P4等; 4、负责字节跳动物理/虚拟化网络的稳定性、高可用和高性能,持续提升用户体验。
更新于 2020-01-02