Learn CS. Discover the World.
Structured Python & AI courses from curated YouTube content โ plus daily video roundups from around the globe, in your language.
CS & AI Learning Tracks
Apache Airflow Deep Dive
Beyond the basics: dynamic DAGs, sensors, custom operators, and production Airflow deployments.
Apache Flink โ Real-Time Stream Processing
Stateful stream processing with Apache Flink: windows, watermarks, and exactly-once semantics.
Apache Kafka โ Platform Event Streaming
Bangun sistem event-driven real-time dengan Kafka topics, producers, consumers, dan Kafka Streams.
Apache Spark โ Pemrosesan Big Data
Proses dataset masif dalam skala besar dengan Spark SQL, DataFrames, dan Spark Streaming.
API Gateway Patterns
API gateway design: Kong, Tyk, AWS API Gateway. Routing, auth, rate limiting, and BFF patterns.
Arsitektur Aplikasi Mobile โ Clean dan Scalable
Arsitektur aplikasi mobile produksi dengan MVVM, Clean Architecture, desain modular, dan dependency injection.
Astro โ The Content-Focused Framework
Build blazing-fast content sites with Astro: islands architecture, partial hydration, and zero-JS by default.
Authentication & OAuth 2.1
Production auth patterns: OAuth 2.1, OIDC, JWTs, refresh tokens, and session management without the gotchas.
Chaos Engineering
Break things on purpose: chaos engineering principles, Chaos Mesh, and resilience testing.
Clojure โ Lisp on the JVM
Modern Lisp with immutable data structures, REPL-driven development, and the JVM ecosystem.
Cloud Computing dengan AWS
Layanan inti AWS: EC2, S3, Lambda, dan deployment aplikasi nyata di cloud.
Compilers โ How Programming Languages Work
Lexing, parsing, AST, semantic analysis, IR, optimization, and code generation. Build a small compiler.
Computer Graphics & WebGL
Rasterization, shaders, lighting models, and 3D rendering with WebGL and Three.js.
Computer Vision dengan PyTorch
Deep learning untuk gambar: CNN, deteksi objek, segmentasi, dan model vision modern.
Dasar-Dasar Jaringan Komputer
TCP/IP, DNS, HTTP/HTTPS, WebSockets, dan konsep jaringan yang harus dikuasai setiap backend dev.
Dasar-Dasar Keamanan Siber
OWASP Top 10, kriptografi, autentikasi, dan pola pikir defensif untuk setiap pengembang.
Dasar-Dasar Pengembangan Web
Pelajari HTML, CSS, dan JavaScript dari awal. Fondasi penting untuk setiap pengembang web modern.
Data Engineering Pipelines
ETL dengan Python, Apache Airflow, Kafka, dan membangun data pipeline di produksi.
Data Mesh Architecture
Decentralized data ownership: data mesh principles, data products, and federated governance.
Database Internals โ Storage Engines
B-trees, LSM-trees, WAL, MVCC, and how databases actually store and retrieve data.
Database Vektor dan RAG
Retrieval-Augmented Generation: embeddings, pencarian vektor, Pinecone/Weaviate, dan RAG di produksi.
dbt โ Data Build Tool
Transform data in your warehouse using dbt: models, tests, snapshots, and analytics engineering.
Deep Learning dan Neural Network
Neural network dari nol, PyTorch, CNN, dan pelatihan model nyata dengan dataset praktis.
Design Patterns dan Low-Level Design
Prinsip SOLID, pola GoF (Singleton, Factory, Observer), dan low-level design untuk wawancara.
DevOps dan CI/CD Pipeline
GitHub Actions, continuous deployment, infrastructure as code, dan budaya DevOps modern.
Discrete Mathematics for CS
Sets, logic, combinatorics, graph theory, and proofs โ the math behind every CS topic.
Docker dan Container
Bangun, deploy, dan kelola container. Dockerfiles, images, networks, dan orkestrasi dasar dengan docker-compose.
Elixir & Phoenix โ Concurrent Web
Build massively concurrent apps with Elixir, the BEAM VM, and the Phoenix LiveView framework.
Ethical Hacking dan Penetration Testing
Pelajari keamanan ofensif: pengintaian, eksploitasi, dan pemikiran defensif dengan lab praktis.
Flutter โ Aplikasi Mobile Lintas Platform
Bangun aplikasi cantik dan native-feeling untuk iOS dan Android dengan Flutter dan Dart.
Git dan GitHub โ Kontrol Versi untuk Pengembang
Kuasai Git dan GitHub: branches, merges, pull requests, dan alur kerja kolaboratif untuk tim profesional.
Go โ Pengembangan Backend Cloud-Native
Sintaks Go, goroutines, channels, REST API dengan Gin, dan deployment cloud-native dengan Docker.
GraphQL โ Desain API Modern
Rancang API yang fleksibel dan typed dengan GraphQL, Apollo, dan tooling modern.
gRPC & Protocol Buffers
Build high-performance RPC services with gRPC, Protocol Buffers, and streaming.
Haskell โ Functional Programming
Pure functional programming with Haskell: types, monads, lazy evaluation, and category theory basics.
Java โ Dari Nol hingga Enterprise
Sintaks Java, OOP, collections, streams, dan Spring Boot untuk pengembangan aplikasi enterprise.
JavaScript Modern โ Dari ES6 hingga Async/Await
Penguasaan JavaScript modern: arrow functions, destructuring, modules, promises, dan async/await dalam proyek nyata.
Kubernetes โ Orkestrasi Container Skala Besar
Deploy, skala, dan kelola aplikasi containerized di produksi dengan Kubernetes.
LangChain โ Bangun Aplikasi LLM
Bangun aplikasi LLM produksi dengan LangChain: chains, agents, tools, memory, dan retrieval.
Linux dan Bash โ Command Line untuk Pengembang
Perintah Linux esensial, scripting Bash, dan administrasi sistem. Alat yang sangat diperlukan untuk setiap dev.
LLM Fine-Tuning with LoRA & QLoRA
Fine-tune large language models efficiently with LoRA, QLoRA, and the HuggingFace ecosystem.
Logging at Scale โ ELK & Loki
Structured logging, log aggregation with the ELK stack and Loki, and log-based debugging.
Machine Learning dengan Python
Algoritma ML klasik, scikit-learn, cross-validation, dan proyek praktis regresi dan klasifikasi.
Microservices โ Pola dan Praktik
Rancang, bangun, dan operasikan sistem terdistribusi dengan pola microservices dan praktik terbaik.
MLOps โ Machine Learning di Produksi
Bawa model ML dari notebook ke produksi: tracking, deployment, monitoring, dan CI/CD.
MongoDB dan Database NoSQL
Database dokumen: desain schema, query, aggregations, dan skalabilitas dengan MongoDB.
Multimodal Models โ CLIP & BLIP
Models that bridge vision and language: CLIP, BLIP, and multimodal embeddings for search and generation.
Next.js โ Framework React Full-Stack
Aplikasi React modern dengan server rendering: App Router, Server Components, dan deployment Vercel.
NLP dan Large Language Models
Pemrosesan bahasa alami, transformers, attention, dan membangun aplikasi dengan LLM.
Node.js โ JavaScript Sisi Server
Bangun server dan API produksi dengan Node.js, Express, dan pola asinkron modern.
OpenTelemetry & Distributed Tracing
Instrument microservices with OpenTelemetry: traces, metrics, logs, and the unified observability stack.
Operating Systems Concepts
Processes, threads, scheduling, virtual memory, file systems, and how Linux really works.
Pengembangan Kotlin dan Android
Bangun aplikasi Android native dengan Kotlin dan Jetpack Compose. MVVM, navigasi, dan publikasi Play Store.
Pengembangan Swift dan iOS
Bangun aplikasi iPhone native dengan Swift, SwiftUI, dan framework Apple modern.
PostgreSQL โ Query Lanjutan dan Performa
Kuasai Postgres: indexing, query planning, JSONB, window functions, dan tuning untuk skala.
Prometheus & Grafana
Metrics-based monitoring: Prometheus scraping, PromQL queries, and Grafana dashboards.
Prompt Engineering dan AI Agent
Kuasai prompt: chain-of-thought, few-shot, ReAct, dan bangun AI agent praktis dengan LangChain.
Python untuk AI โ Dari Nol hingga Agent
Kursus Python lengkap untuk pemula dengan fokus pada aplikasi AI/ML. Tidak perlu pengalaman pemrograman sebelumnya.
RabbitMQ โ Message Queues
Decouple services with RabbitMQ: queues, exchanges, routing, and consumer patterns.
React Native โ Cross-Platform Mobile
Build native iOS and Android apps from one JavaScript codebase using React Native, Expo, and modern patterns.
React.js โ Pengembangan UI Modern
Bangun aplikasi single-page dengan React: components, hooks, state, dan pola modern ekosistem.
Recommendation Systems
Collaborative filtering, matrix factorization, neural recommenders, and ranking with two-tower models.
Redis โ Caching dan Data In-Memory
Gunakan Redis untuk caching, sessions, queues, leaderboards, dan pub/sub dalam skala besar.
Reinforcement Learning
Agents that learn from rewards: Q-learning, policy gradients, and deep RL with PPO.
REST API โ Desain dan Pembangunan
Rancang RESTful API yang tangguh: routes, autentikasi, paginasi, versioning, dan praktik terbaik industri.
Rust โ Pemrograman Sistem Tanpa Takut
Pemrograman sistem aman memori: ownership, borrowing, dan abstraksi zero-cost.
Scala for Backend Development
Hybrid functional and OO programming on the JVM with Scala 3, Akka, and Play.
Site Reliability Engineering (SRE)
SLIs, SLOs, error budgets, on-call rotations, and the SRE mindset for production reliability.
Snowflake โ Cloud Data Warehouse
Snowflake architecture, virtual warehouses, semi-structured data, and cost optimization.
Solid.js โ Fine-Grained Reactivity
Reactive primitives without a virtual DOM: signals, effects, and the performance-first Solid.js framework.
Solidity โ Smart Contract di Ethereum
Bangun, uji, dan deploy aplikasi terdesentralisasi dengan Solidity, Hardhat, dan ekosistem EVM.
Speech Recognition with Whisper
OpenAI Whisper: speech-to-text, language detection, diarization, and production STT pipelines.
SQL dan Basis Data โ Dari Nol hingga Master Query
Pelajari SQL dari dasar hingga query lanjutan. JOIN, subquery, indeks, dan optimasi performa.
Stable Diffusion โ Generasi Gambar AI
Hasilkan, kontrol, dan kustomisasi gambar AI dengan Stable Diffusion, ControlNet, dan LoRA.
Struktur Data dan Algoritma
Array, linked list, pohon, graph, dan algoritma kunci untuk wawancara teknis dan kode yang efisien.
Svelte & SvelteKit โ Compiled UI
Write less code with Svelte 5: runes, reactivity, and SvelteKit for full-stack apps.
System Design โ Skalabilitas dan Arsitektur
Prinsip skalabilitas, caching, load balancing, dan pola untuk wawancara system design.
Tailwind CSS v4 โ Utility-First Styling
Master Tailwind CSS v4: the @theme directive, design tokens in CSS, and the new lightning-fast Rust engine.
Terraform โ Infrastructure as Code Mendalam
Provisioning dan kelola infrastruktur cloud secara deklaratif dengan Terraform di AWS, GCP, dan Azure.
Test-Driven Development dengan Jest
Bangun software andal dengan TDD, pola testing unit/integrasi, dan Jest di JavaScript/TypeScript.
Theory of Computation
Automata, regular languages, context-free grammars, Turing machines, and computational complexity.
TypeScript โ JavaScript dengan Kekuatan Super
Pengetikan statis untuk JavaScript: types, interfaces, generics, dan pola lanjutan yang scalable di proyek besar.
Vue.js โ Framework Frontend Progresif
Kuasai Vue 3, Composition API, dan ekosistem Vue modern untuk UI reaktif.
WebAssembly โ Web Berkinerja Tinggi
Jalankan kode kecepatan native di browser dengan WebAssembly, Rust, dan toolchain WASM modern.
WebSockets & Real-Time Backend
Build real-time backends with WebSockets, Socket.IO, scaling, and presence tracking.
Zig โ Modern Systems Programming
Zig: a manual-memory systems language with compile-time evaluation and no hidden control flow.