简介

记录自己作为程序学习过程中,一些重点的学习资料,视频多为udemy或者其他平台

后端

golang

书籍

书籍
Learning Go An Idiomatic Approach to Real world Go Programming 2nd Edition
Network Programming with Go Learn to Code Secure and Reliable Network Services from Scratch
Concurrency in Go Tools and Techniques for Developers
100 Go Mistakes and How to Avoid Them

视频

视频
Ardan Labs Ultimate GO
Ultimate Service 3.0
Ultimate Service 4.1
Ultimate Go Software Design with Kubernetes 2024-1
Ultimate Go Software Design with Kubernetes 2025-6

k8s

视频 书籍
Certified Kubernetes Administrator (CKA) with Practice Tests
Certified Kubernetes Application Developer (CKAD)
Kubernetes ArdanLabs - Introduction To KinD
Kubernetes ArdanLabs - Intensive Kubernetes
Kubernetes ArdanLabs - Intensive Kubernetes_ Advanced Concepts
Kubernetes ArdanLabs - Deep Dive Into Kubernetes Networking with CNI
The Kubernetes Book 2024
Learning CoreDNS

Protocol Buffers 3

视频 书籍
Complete Guide to Protocol Buffers 3 [Java, Golang, Python]

openapi

视频
OpenAPI Specification & Swagger Tools - Zero To Master

grpc

书籍
gRPC: Up and Running: Building Cloud Native Applications with Go and Java for Docker and Kubernetes

Microservices

视频
Design Microservices Architecture with Patterns & Principles

aws and eks

视频
Ultimate AWS Certified Solutions Architect Associate SAA-C03
Amazon EKS Starter Docker on AWS EKS with Kubernetes

database

视频 书籍
Fundamentals of Database Engineering
CMU Intro to Database Systems (15-445/645 - Fall 2024)
Database System Concepts
PostgreSQL Mistakes and How to Avoid Them

rest-api

视频
REST API Design,Eevelopment&Management

GraphQL

视频
GraphQL with React The Complete Developers Guide

docker

视频 书籍
Docker Deep Dive Zero to Docker in a single book

Distributed Systems

书籍
Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems
Designing Distributed Systems: Patterns and Paradigms for Scalable, Reliable Services

RabbitMQ

书籍 视频
RabbitMQ in Depth

redis

书籍 视频
Redis in Action
Redis: The Complete Developer's Guide

tcp/ip

书籍
Computer Networking A Top-Down Approach

devops

git

视频
The Git & Github Bootcamp

Observability

OpenTelemetry

书籍
Cloud-Native Observability with OpenTelemetry
Learning OpenTelemetry

Grafana

视频
Udemy - Grafana 11 from ZERO to advanced 2024-7
Udemy - Observability with Grafana, Prometheus,Loki, Alloy and Tempo 2024-5

Prometheus

视频
Prometheus Certified Associate
Prometheus Certified Associate (PCA) KodeKloud

Unit Testing

书籍
Unit Testing Principles, Practices, and Patterns

functional programming

书籍
Grokking Simplicity: Taming complex software with functional thinking

前端

javascript

视频
The Complete JavaScript Course 2024: From Zero to Expert!

bootstrap

视频
Bootstrap 5 Course - The Complete Guide Step by Step
Bootstrap 5 Crash Course

React

视频
React - The Complete Guide 2024 (incl. React Router & Redux)

TypeScript

视频
Understanding TypeScript

Algorithms

书籍
grokking algorithms