-> Work in progress
Repo contains learning maretials for full stack developers
- 100 days of DevOps. Website
- 100 days of DevOps. Github repo
- 21 days of AWS + Terraform. Articles
- 21 days of AWS + Terraform. Github repo
- 21 days of Docker. Medium
- 21 days of Docker. Articles
- 21 days of Docker. Github repo
- Kubernetes docs
- Hello Minikube
- Learn Kubernetes Basics
- Kubernetes Learning Path learning tutorial created from Azure docs
- LearnK8S
- Kubernetes + Docker + Node.js example
- IBM Developer - Kubernetes
- The Node.js Developer’s Guide To Kubernetes. Part I. Part II
- Series of articles from CloudPlex
- Data structures and algorithms implementation in JS
- Streaming data structures
- Data structures overview + deeper look articles
// TIP
// Types of patterns
// ===== Software design patterns ====
// GOF design patterns
// Martin Fawler Patterns (Pattern of enterprise applications)
// Asynchronous programming patterns (lock/await/producer-consumer)
// - threading
// - asynchronous primitives
// - single threaded asynchronous programming (event loop pattern)
// - asynchronous primitives
// Platform/Framework specific patterns
// - browser specific patterns (module loading/code spliting/messaging)
// - node.js specific patterns
// - React specific patterns
// - VueJS specific patterns
// - Angualr specific patterns
// ==== System design patterns ====
// Microservice patterns
// Messaging patterns
// DB patterns