CS & AI Learning Tracks
Structured courses built from curated YouTube content. Free, multilingual, designed for real-world skills.
64/180 courses fully populated
AI Agents โ ReAct & AutoGPT
Agentic LLMs: ReAct, AutoGPT, tool use, and building reliable AI agents.
AI Cost Optimization
Token economics, caching, model routing, and reducing LLM costs at scale.
AI Observability โ LangSmith & Arize
Trace, monitor, and debug LLM applications with LangSmith, Arize, and Helicone.
AI Red Teaming & Prompt Security
Prompt injection, jailbreaks, defenses, and red-teaming LLM apps systematically.
AI Safety & Alignment
RLHF, constitutional AI, jailbreaks, and the alignment problem.
Android Jetpack Compose Mastery
Beyond basics: custom layouts, animations, side effects, and Compose performance.
Apache Airflow Deep Dive
Beyond the basics: dynamic DAGs, sensors, custom operators, and production Airflow deployments.
Apache Cassandra โ Wide-Column Store
Distributed wide-column NoSQL: Cassandra ring topology, partitioning, and tunable consistency.
Apache Druid โ Real-Time OLAP
Sub-second analytical queries on streaming + historical data with Apache Druid.
Apache Flink โ Real-Time Stream Processing
Stateful stream processing with Apache Flink: windows, watermarks, and exactly-once semantics.
Apache Kafka โ Plataforma de Streaming de Eventos
Construye sistemas event-driven en tiempo real con Kafka topics, productores, consumidores y Kafka Streams.
Apache Spark โ Procesamiento de Big Data
Procesa datasets masivos a escala con Spark SQL, DataFrames y Spark Streaming.
API Design Patterns Advanced
Pagination, idempotency, batch endpoints, partial updates, and long-running operations.
API Documentation โ OpenAPI 3
OpenAPI 3.1 specs, code generation, and developer-friendly API docs.
API Gateway Patterns
API gateway design: Kong, Tyk, AWS API Gateway. Routing, auth, rate limiting, and BFF patterns.
API Rate Limiting & Throttling
Token bucket, sliding window, distributed rate limiting with Redis.
API Versioning Strategies
URL versioning, header versioning, deprecation, and managing breaking changes.
APIs REST โ Diseรฑo y Construcciรณn
Diseรฑa APIs RESTful robustas: rutas, autenticaciรณn, paginaciรณn, versionado y mejores prรกcticas de la industria.
Application Security โ SAST & DAST
Find vulnerabilities before attackers do: static analysis, dynamic scanning, and dependency auditing.
AR/VR Development โ WebXR
Build AR and VR experiences in the browser with WebXR, A-Frame, and Three.js.
Arquitectura de Apps Mรณviles โ Limpia y Escalable
Arquitecta apps mรณviles de producciรณn con MVVM, Clean Architecture, diseรฑo modular e inyecciรณn de dependencias.
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.
Backend for Frontend (BFF)
Tailored backends per client: BFF pattern, GraphQL federation, and the API composition layer.
Backstage โ Developer Portals
Spotify Backstage: service catalogs, scaffolders, and internal developer portals.
Bases de Datos Vectoriales y RAG
Retrieval-Augmented Generation: embeddings, bรบsqueda vectorial, Pinecone/Weaviate y RAG en producciรณn.
Bluetooth Low Energy (BLE)
BLE protocol, GATT services, characteristics, and BLE peripheral development.
Brain-Computer Interfaces
BCI basics: EEG signals, signal processing, and neural decoding for HCI.
Browser Extensions
Chrome MV3 extensions: content scripts, service workers, storage, and Web Store publishing.
Browser Internals โ V8 & Rendering
How browsers work: V8 JIT, the rendering pipeline, layout, paint, composite, and event loop.
Calculus for Deep Learning
Derivatives, gradients, chain rule, and backpropagation from first principles.
CDN & Edge โ Cloudflare Workers
Serverless at the edge: Cloudflare Workers, KV, D1, R2, and Durable Objects.
Chaos Engineering
Break things on purpose: chaos engineering principles, Chaos Mesh, and resilience testing.
ClickHouse โ Analytics Database
OLAP at scale: ClickHouse column store, merge tree engines, and sub-second analytics queries.
Clojure โ Lisp on the JVM
Modern Lisp with immutable data structures, REPL-driven development, and the JVM ecosystem.
Cloud Security โ IAM Patterns
Least privilege, role assumption, identity federation, and IAM in AWS, GCP, and Azure.
Compilers โ How Programming Languages Work
Lexing, parsing, AST, semantic analysis, IR, optimization, and code generation. Build a small compiler.
Computaciรณn en la Nube con AWS
Servicios principales de AWS: EC2, S3, Lambda y despliegue de aplicaciones reales en la nube.
Computer Graphics & WebGL
Rasterization, shaders, lighting models, and 3D rendering with WebGL and Three.js.
Computer Vision โ Object Detection
YOLOv8, DETR, Segment Anything, and modern object detection pipelines.
Computer Vision con PyTorch
Deep learning para imรกgenes: CNNs, detecciรณn de objetos, segmentaciรณn y modelos de visiรณn modernos.
Container Security
Image scanning, runtime security, eBPF-based detection, and securing Kubernetes clusters.
Contract Testing with Pact
Consumer-driven contracts, Pact broker, and verifying microservice contracts.
CRDTs โ Conflict-Free Data Types
Collaborative apps without conflicts: state-based and op-based CRDTs.
Cryptography in Practice
Symmetric, asymmetric, hashing, KDFs, and avoiding the common crypto mistakes.
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.
dbt โ Data Build Tool
Transform data in your warehouse using dbt: models, tests, snapshots, and analytics engineering.
Deep Learning y Redes Neuronales
Redes neuronales desde cero, PyTorch, CNNs y entrenamiento de modelos reales con datasets prรกcticos.
DeFi Patterns
AMMs, lending protocols, flash loans, and the DeFi primitives.
Desarrollo Guiado por Pruebas con Jest
Construye software fiable con TDD, patrones de testing unitario/integraciรณn y Jest en JavaScript/TypeScript.
Desarrollo Kotlin y Android
Construye apps Android nativas con Kotlin y Jetpack Compose. MVVM, navegaciรณn y publicaciรณn en Play Store.
Desarrollo Swift e iOS
Construye apps nativas para iPhone con Swift, SwiftUI y los frameworks modernos de Apple.
DevOps y Pipelines CI/CD
GitHub Actions, despliegue continuo, infraestructura como cรณdigo y la cultura DevOps moderna.
Diffusion Models Deep Dive
How diffusion models work: forward/reverse process, U-Nets, and beyond Stable Diffusion.
Discrete Mathematics for CS
Sets, logic, combinatorics, graph theory, and proofs โ the math behind every CS topic.
Diseรฑo de Sistemas โ Escalabilidad y Arquitectura
Principios de escalabilidad, caching, balanceo de carga y patrones para entrevistas de diseรฑo de sistemas.
Distributed Caching Patterns
Cache aside, write-through, write-behind, cache invalidation, and the consistent hashing ring.
Distributed Consensus โ Raft & Paxos
How distributed systems agree: Raft, Paxos, and the CAP theorem in practice.
Docker y Contenedores
Crea, despliega y gestiona contenedores. Dockerfiles, imรกgenes, redes y orquestaciรณn bรกsica con docker-compose.
Domain-Driven Design (DDD)
Bounded contexts, aggregates, ubiquitous language, and strategic design with DDD.
Elasticsearch & Lucene
Inverted indexes, mapping, queries, aggregations, and Elasticsearch in production.
Elixir & Phoenix โ Concurrent Web
Build massively concurrent apps with Elixir, the BEAM VM, and the Phoenix LiveView framework.
Embedded Systems with Rust
Bare-metal Rust on microcontrollers: embedded-hal, no_std, and the Rust embedded ecosystem.
Embeddings & Semantic Search
Sentence embeddings, similarity search, hybrid retrieval, and reranking models.
Estructuras de Datos y Algoritmos
Arrays, listas enlazadas, รกrboles, grafos y los algoritmos clave para entrevistas tรฉcnicas y cรณdigo eficiente.
Event Sourcing & CQRS
Store events instead of state: event sourcing, CQRS, and projections.
Event-Driven Architecture
Event-driven patterns: pub/sub, event streaming, event-carried state transfer.
Firmware Development
C, memory-mapped I/O, interrupts, and writing reliable firmware for embedded systems.
Flutter โ Apps Mรณviles Multiplataforma
Construye apps bonitas y nativas para iOS y Android con Flutter y Dart.
Full-Text Search Strategies
Tokenization, stemming, fuzzy matching, and full-text search beyond simple LIKE.
Fundamentos de Ciberseguridad
OWASP Top 10, criptografรญa, autenticaciรณn y mentalidad defensiva para todo desarrollador.
Fundamentos de Redes de Computadoras
TCP/IP, DNS, HTTP/HTTPS, WebSockets y los conceptos de red que todo backend dev debe dominar.
Fundamentos del Desarrollo Web
Aprende HTML, CSS y JavaScript desde cero. La base esencial para cualquier desarrollador web moderno.
Game Development with Unity
Build 2D and 3D games with Unity, C#, and the modern Unity 6 toolchain.
Game Networking โ Multiplayer
Multiplayer architecture: client-server vs peer-to-peer, lag compensation, and rollback netcode.
Game Physics & Math
Vectors, matrices, quaternions, collision detection, and the math foundation of game physics.
Git y GitHub โ Control de Versiones para Desarrolladores
Domina Git y GitHub: ramas, fusiones, pull requests y flujos de trabajo colaborativos para equipos profesionales.
GitOps with Argo CD
Declarative continuous deployment: Argo CD, App-of-Apps pattern, and progressive rollouts.
Go โ Desarrollo Backend Cloud-Native
Sintaxis Go, goroutines, canales, REST APIs con Gin y despliegue cloud-native con Docker.
Godot โ Open Source Game Engine
Godot 4: scenes, nodes, GDScript, and shipping games on multiple platforms for free.
Google Cloud Platform (GCP)
Compute Engine, Cloud Run, BigQuery, Pub/Sub, and the GCP ecosystem.
GraphQL โ Diseรฑo Moderno de APIs
Diseรฑa APIs flexibles y tipadas con GraphQL, Apollo y herramientas modernas del ecosistema.
gRPC & Protocol Buffers
Build high-performance RPC services with gRPC, Protocol Buffers, and streaming.
Hacking รtico y Pentesting
Aprende seguridad ofensiva: reconocimiento, explotaciรณn y pensamiento defensivo con laboratorios prรกcticos.
Haskell โ Functional Programming
Pure functional programming with Haskell: types, monads, lazy evaluation, and category theory basics.
Helm Charts โ Kubernetes Packaging
Templating, charts, repositories, and managing Kubernetes apps with Helm 3.
Hexagonal & Clean Architecture
Ports and adapters, clean architecture layers, and dependency inversion in practice.
Information Theory
Entropy, KL divergence, cross-entropy, and the information-theoretic view of ML.
Internationalization (i18n)
i18n architecture: ICU MessageFormat, plurals, RTL, locale-aware formatting, and translation pipelines.
iOS Animations & SwiftUI Mastery
SwiftUI matched geometry, spring animations, transitions, and Lottie. Build delightful iOS UX.
IoT โ MQTT & CoAP
IoT messaging protocols: MQTT brokers, CoAP, device fleets, and OTA updates.
Java โ De Cero a Empresarial
Sintaxis Java, OOP, colecciones, streams y Spring Boot para desarrollo de aplicaciones empresariales.
JavaScript Moderno โ De ES6 a Async/Await
Dominio de JavaScript moderno: arrow functions, destructuring, mรณdulos, promesas y async/await en proyectos reales.
Kubernetes โ Orquestaciรณn de Contenedores a Escala
Despliega, escala y gestiona aplicaciones containerizadas en producciรณn con Kubernetes.
LangChain โ Construye Aplicaciones LLM
Crea apps LLM de producciรณn con LangChain: chains, agentes, herramientas, memoria y retrieval.
Layer 2 โ Optimistic Rollups
Ethereum scaling: Optimism, Arbitrum, ZK-rollups, and the L2 landscape.
Linear Algebra for ML
Vectors, matrices, eigenvalues, SVD, and the linear algebra under every ML algorithm.
Linux y Bash โ Lรญnea de Comandos para Desarrolladores
Comandos esenciales de Linux, scripting Bash y administraciรณn del sistema. Herramientas indispensables para cualquier โฆ
LLM Evaluation & Benchmarking
LM-Evaluation-Harness, MMLU, HumanEval, and building eval suites for production LLMs.
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 con Python
Algoritmos clรกsicos de ML, scikit-learn, validaciรณn cruzada y proyectos prรกcticos de regresiรณn y clasificaciรณn.
Microservicios โ Patrones y Prรกcticas
Diseรฑa, construye y opera sistemas distribuidos usando patrones de microservicios y mejores prรกcticas.
Microsoft Azure for Developers
Azure App Service, Functions, Cosmos DB, and the Azure developer toolchain.
MLOps โ Machine Learning en Producciรณn
Lleva modelos ML del notebook a producciรณn: tracking, despliegue, monitoreo y CI/CD.
Mobile App Performance Tuning
Profile, measure, and optimize: startup time, frame drops, memory leaks, and battery use.
Mobile Push Notifications
FCM, APNs, deep linking, rich notifications, and notification analytics.
Mobile Testing โ XCTest & Espresso
Unit, UI, snapshot, and integration tests on iOS (XCTest) and Android (Espresso, Compose).
MongoDB y Bases de Datos NoSQL
Bases de datos de documentos: diseรฑo de esquema, queries, agregaciones y escalabilidad con MongoDB.
Multimodal Models โ CLIP & BLIP
Models that bridge vision and language: CLIP, BLIP, and multimodal embeddings for search and generation.
Mutation Testing
Test the tests: mutation testing with Stryker, PIT, and mutmut.
Next.js โ Framework React Full-Stack
Apps React modernas con renderizado en servidor: App Router, Server Components y despliegue en Vercel.
NFT Smart Contracts
ERC-721, ERC-1155, royalties, metadata, and NFT marketplace patterns.
NLP y Modelos de Lenguaje Grandes
Procesamiento de lenguaje natural, transformers, atenciรณn y construcciรณn de aplicaciones con LLMs.
Node.js โ JavaScript del Lado del Servidor
Construye servidores y APIs de producciรณn con Node.js, Express y patrones modernos asรญncronos.
Numerical Computing
Floating-point pitfalls, numerical stability, BLAS, and high-performance numerical code.
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.
Patrones de Diseรฑo y Diseรฑo de Bajo Nivel
Principios SOLID, patrones GoF (Singleton, Factory, Observer) y diseรฑo de bajo nivel para entrevistas.
Performance Testing with k6
Load testing scripts in JavaScript, scenarios, thresholds, and production-like simulations.
Pipelines de Ingenierรญa de Datos
ETL con Python, Apache Airflow, Kafka y la construcciรณn de pipelines de datos en producciรณn.
Platform Engineering
IDPs, golden paths, and the modern platform engineering team.
PostgreSQL โ Consultas Avanzadas y Rendimiento
Domina Postgres: indexaciรณn, planificaciรณn de queries, JSONB, window functions y tuning a escala.
Probability & Statistics
Distributions, Bayes theorem, hypothesis testing, and the statistical foundations of ML.
Prometheus & Grafana
Metrics-based monitoring: Prometheus scraping, PromQL queries, and Grafana dashboards.
Prompt Engineering y Agentes de IA
Domina los prompts: chain-of-thought, few-shot, ReAct y construye agentes de IA prรกcticos con LangChain.
Property-Based Testing
Generative testing with Hypothesis, fast-check, and finding bugs at the property level.
Pulumi โ Infrastructure as Code
IaC in real languages (TypeScript, Python, Go) with Pulumi instead of HCL.
PWAs & Service Workers
Progressive Web Apps: service workers, offline-first, push notifications, and installable web.
Python para IA โ De Cero a Agente
Curso completo de Python para principiantes orientado a aplicaciones de IA/ML. Sin experiencia previa de programaciรณn.
Quantum Computing Fundamentals
Qubits, superposition, entanglement, and quantum algorithms with Qiskit.
RabbitMQ โ Message Queues
Decouple services with RabbitMQ: queues, exchanges, routing, and consumer patterns.
RAG System Design Advanced
Hybrid search, query rewriting, reranking, hierarchical chunking, and production RAG.
React Native โ Cross-Platform Mobile
Build native iOS and Android apps from one JavaScript codebase using React Native, Expo, and modern patterns.
React.js โ Desarrollo Moderno de Interfaces
Construye aplicaciones de una sola pรกgina con React: componentes, hooks, estado y los patrones modernos del ecosistema.
Real-Time Operating Systems (RTOS)
FreeRTOS, Zephyr, tasks, schedulers, and real-time guarantees.
Recommendation Systems
Collaborative filtering, matrix factorization, neural recommenders, and ranking with two-tower models.
Redis โ Caching y Datos en Memoria
Usa Redis para caching, sesiones, colas, leaderboards y pub/sub a escala.
Reinforcement Learning
Agents that learn from rewards: Q-learning, policy gradients, and deep RL with PPO.
Rust โ Programaciรณn de Sistemas sin Miedo
Programaciรณn de sistemas con seguridad de memoria: ownership, borrowing y abstracciones de coste cero.
Sagas & Distributed Transactions
Distributed transaction patterns: sagas, two-phase commit, and Outbox.
Scala for Backend Development
Hybrid functional and OO programming on the JVM with Scala 3, Akka, and Play.
Search Relevance & BM25
TF-IDF, BM25, learning-to-rank, and tuning search relevance.
Search UI Patterns
Autocomplete, faceted search, instant search, and search analytics.
SEO Engineering for Developers
Technical SEO: crawlability, sitemaps, structured data, Core Web Vitals, and search Console.
Serverless with AWS Lambda Advanced
Beyond hello world: cold starts, layers, container Lambdas, EventBridge, and SAM/CDK.
Service Mesh โ Istio & Linkerd
Traffic management, mTLS, observability, and the service mesh pattern with Istio and Linkerd.
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.
Solana Development
Solana smart contracts in Rust: Anchor framework, PDAs, and the SVM.
Solid.js โ Fine-Grained Reactivity
Reactive primitives without a virtual DOM: signals, effects, and the performance-first Solid.js framework.
Solidity โ Smart Contracts en Ethereum
Construye, prueba y despliega apps descentralizadas con Solidity, Hardhat y el ecosistema EVM.
Speech Recognition with Whisper
OpenAI Whisper: speech-to-text, language detection, diarization, and production STT pipelines.
SQL y Bases de Datos โ De Cero a Maestro de Consultas
Aprende SQL desde lo bรกsico hasta consultas avanzadas. JOINs, subconsultas, รญndices y optimizaciรณn de rendimiento.
Stable Diffusion โ Generaciรณn de Imรกgenes con IA
Genera, controla y personaliza imรกgenes IA con Stable Diffusion, ControlNet y LoRA.
Strangler Fig โ Legacy Migration
Incrementally replace legacy systems with the strangler fig pattern.
Supply Chain Security
SBOM, sigstore, SLSA, and securing the software supply chain end-to-end.
Svelte & SvelteKit โ Compiled UI
Write less code with Svelte 5: runes, reactivity, and SvelteKit for full-stack apps.
Synthetic Biology + Computing
DNA computing, biological circuits, and the intersection of biology and CS.
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 โ Infraestructura como Cรณdigo en Profundidad
Provisiona y gestiona infraestructura cloud declarativamente con Terraform en AWS, GCP y Azure.
Theory of Computation
Automata, regular languages, context-free grammars, Turing machines, and computational complexity.
Time-Series with InfluxDB
Time-series workloads: InfluxDB, Flux queries, downsampling, and IoT pipelines.
TypeScript โ JavaScript con Superpoderes
Tipado estรกtico para JavaScript: tipos, interfaces, generics y patrones avanzados que escalan en proyectos grandes.
Unreal Engine for Programmers
Unreal Engine 5: C++ programming, Blueprints, Nanite, Lumen, and shipping games.
Vector Search with FAISS
Approximate nearest neighbor: FAISS, HNSW, and large-scale vector search.
Visual Regression Testing
Percy, Chromatic, and Playwright snapshots for catching visual bugs automatically.
Vue.js โ Framework Frontend Progresivo
Domina Vue 3, la Composition API y el ecosistema moderno de Vue para UIs reactivas.
Web Accessibility (WCAG 2.2)
Build for everyone: semantic HTML, ARIA, keyboard navigation, screen readers, and WCAG 2.2 AA compliance.
Web Animations โ GSAP & CSS
GSAP for complex animations, scroll triggers, and physics. Plus modern CSS animation features.
Web Components & Lit
Framework-agnostic UI with native Web Components and the Lit library.
Web Performance โ Core Web Vitals
Master LCP, INP, and CLS: profiling, image optimization, code splitting, and the rendering critical path.
WebAssembly โ Web de Alto Rendimiento
Ejecuta cรณdigo a velocidad nativa en el navegador con WebAssembly, Rust y herramientas WASM modernas.
WebAssembly Component Model
WIT, components, and the future of WASM as a universal binary format.
WebGPU & 3D on the Web
WebGPU: the next-generation graphics API for the web. Compute shaders and modern 3D rendering.
Webhook Patterns
Webhook design: signing, retries, idempotency, and replay protection.
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.
zkSNARKs & Zero-Knowledge Proofs
Zero-knowledge proofs: zkSNARKs, Circom, and privacy-preserving computation.