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
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 โ Piattaforma di Event Streaming
Costruisci sistemi event-driven in tempo reale con Kafka topic, producer, consumer e Kafka Streams.
Apache Spark โ Elaborazione Big Data
Elabora dataset enormi su larga scala con Spark SQL, DataFrame e Spark Streaming.
API Gateway Patterns
API gateway design: Kong, Tyk, AWS API Gateway. Routing, auth, rate limiting, and BFF patterns.
API REST โ Progettazione e Costruzione
Progetta API RESTful robuste: rotte, autenticazione, paginazione, versionamento e best practice del settore.
Application Security โ SAST & DAST
Find vulnerabilities before attackers do: static analysis, dynamic scanning, and dependency auditing.
Architettura App Mobile โ Pulita e Scalabile
Progetta app mobile di produzione con MVVM, Clean Architecture, design modulare e 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.
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.
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.
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 Computing con AWS
Servizi AWS principali: EC2, S3, Lambda e deployment di applicazioni reali nel cloud.
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.
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 per immagini: CNN, rilevamento oggetti, segmentazione e modelli di visione moderni.
Container Security
Image scanning, runtime security, eBPF-based detection, and securing Kubernetes clusters.
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.
Database Vettoriali e RAG
Retrieval-Augmented Generation: embedding, ricerca vettoriale, Pinecone/Weaviate e RAG in produzione.
dbt โ Data Build Tool
Transform data in your warehouse using dbt: models, tests, snapshots, and analytics engineering.
Deep Learning e Reti Neurali
Reti neurali da zero, PyTorch, CNN e addestramento di modelli reali con dataset pratici.
Design di Sistemi โ Scalabilitร e Architettura
Principi di scalabilitร , caching, load balancing e pattern per i colloqui di system design.
Design Pattern e Low-Level Design
Principi SOLID, pattern GoF (Singleton, Factory, Observer) e low-level design per i colloqui.
DevOps e Pipeline CI/CD
GitHub Actions, deployment continuo, infrastructure as code e la moderna cultura DevOps.
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.
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 e Container
Crea, distribuisci e gestisci container. Dockerfile, immagini, reti e orchestrazione di base con docker-compose.
Domain-Driven Design (DDD)
Bounded contexts, aggregates, ubiquitous language, and strategic design with DDD.
Elixir & Phoenix โ Concurrent Web
Build massively concurrent apps with Elixir, the BEAM VM, and the Phoenix LiveView framework.
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.
Flutter โ App Mobile Multipiattaforma
Crea app belle e native per iOS e Android con Flutter e Dart.
Fondamenti delle Reti di Computer
TCP/IP, DNS, HTTP/HTTPS, WebSocket e i concetti di rete che ogni backend dev deve padroneggiare.
Fondamenti dello Sviluppo Web
Impara HTML, CSS e JavaScript da zero. La base essenziale per ogni sviluppatore web moderno.
Fondamenti di Cybersecurity
OWASP Top 10, crittografia, autenticazione e mentalitร difensiva per ogni sviluppatore.
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 e GitHub โ Controllo Versione per Sviluppatori
Padroneggia Git e GitHub: branch, merge, pull request e flussi di lavoro collaborativi per team professionali.
GitOps with Argo CD
Declarative continuous deployment: Argo CD, App-of-Apps pattern, and progressive rollouts.
Go โ Sviluppo Backend Cloud-Native
Sintassi Go, goroutine, channel, REST API con Gin e deployment 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 โ Design API Moderno
Progetta API flessibili e tipizzate con GraphQL, Apollo e tooling moderno.
gRPC & Protocol Buffers
Build high-performance RPC services with gRPC, Protocol Buffers, and streaming.
Hacking Etico e Penetration Testing
Impara la sicurezza offensiva: ricognizione, sfruttamento e pensiero difensivo con lab pratici.
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.
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.
Java โ Da Zero all'Enterprise
Sintassi Java, OOP, collections, stream e Spring Boot per lo sviluppo di applicazioni enterprise.
JavaScript Moderno โ Da ES6 a Async/Await
Padronanza del JavaScript moderno: arrow functions, destructuring, moduli, promise e async/await in progetti reali.
Kubernetes โ Orchestrazione di Container su Scala
Distribuisci, scala e gestisci applicazioni containerizzate in produzione con Kubernetes.
LangChain โ Costruisci Applicazioni LLM
Crea app LLM di produzione con LangChain: chain, agent, tool, memory e retrieval.
Linux e Bash โ Riga di Comando per Sviluppatori
Comandi Linux essenziali, scripting Bash e amministrazione di sistema. Strumenti indispensabili per ogni 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 con Python
Algoritmi classici di ML, scikit-learn, cross-validation e progetti pratici di regressione e classificazione.
Microservizi โ Pattern e Pratiche
Progetta, costruisci e gestisci sistemi distribuiti con pattern di microservizi e best practice.
Microsoft Azure for Developers
Azure App Service, Functions, Cosmos DB, and the Azure developer toolchain.
MLOps โ Machine Learning in Produzione
Porta i modelli ML dal notebook alla produzione: tracking, deployment, monitoring e 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 e Database NoSQL
Database a documenti: progettazione schema, query, aggregazioni e scaling con 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
App React moderne con rendering server: App Router, Server Components e deployment Vercel.
NLP e Large Language Models
Elaborazione del linguaggio naturale, transformers, attention e costruzione di applicazioni con LLM.
Node.js โ JavaScript Lato Server
Crea server e API di produzione con Node.js, Express e pattern asincroni moderni.
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.
Pipeline di Data Engineering
ETL con Python, Apache Airflow, Kafka e la costruzione di pipeline di dati in produzione.
Platform Engineering
IDPs, golden paths, and the modern platform engineering team.
PostgreSQL โ Query Avanzate e Performance
Padroneggia Postgres: indicizzazione, query planning, JSONB, window function e tuning a scala.
Prometheus & Grafana
Metrics-based monitoring: Prometheus scraping, PromQL queries, and Grafana dashboards.
Prompt Engineering e Agenti IA
Padroneggia i prompt: chain-of-thought, few-shot, ReAct e costruisci agenti IA pratici con LangChain.
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 per IA โ Da Zero ad Agent
Corso completo di Python per principianti focalizzato su applicazioni IA/ML. Nessuna esperienza di programmazione โฆ
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 โ Sviluppo UI Moderno
Crea applicazioni a pagina singola con React: componenti, hook, stato e i pattern moderni dell’ecosistema.
Recommendation Systems
Collaborative filtering, matrix factorization, neural recommenders, and ranking with two-tower models.
Redis โ Caching e Dati In-Memory
Usa Redis per caching, sessioni, code, leaderboard e pub/sub su larga scala.
Reinforcement Learning
Agents that learn from rewards: Q-learning, policy gradients, and deep RL with PPO.
Rust โ Programmazione di Sistema Senza Paura
Programmazione di sistema sicura in memoria: ownership, borrowing e astrazioni a costo zero.
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.
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.
Solid.js โ Fine-Grained Reactivity
Reactive primitives without a virtual DOM: signals, effects, and the performance-first Solid.js framework.
Solidity โ Smart Contract su Ethereum
Costruisci, testa e distribuisci app decentralizzate con Solidity, Hardhat e l’ecosistema EVM.
Speech Recognition with Whisper
OpenAI Whisper: speech-to-text, language detection, diarization, and production STT pipelines.
SQL e Database โ Da Zero a Maestro delle Query
Impara SQL dalle basi alle query avanzate. JOIN, subquery, indici e ottimizzazione delle performance.
Stable Diffusion โ Generazione di Immagini IA
Genera, controlla e personalizza immagini IA con Stable Diffusion, ControlNet e LoRA.
Strangler Fig โ Legacy Migration
Incrementally replace legacy systems with the strangler fig pattern.
Strutture Dati e Algoritmi
Array, liste collegate, alberi, grafi e gli algoritmi chiave per i colloqui tecnici e codice efficiente.
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.
Sviluppo Kotlin e Android
Crea app Android native con Kotlin e Jetpack Compose. MVVM, navigazione e pubblicazione su Play Store.
Sviluppo Swift e iOS
Crea app native iPhone con Swift, SwiftUI e i framework moderni di Apple.
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 in Profonditร
Provisiona e gestisci infrastrutture cloud in modo dichiarativo con Terraform su AWS, GCP e Azure.
Test-Driven Development con Jest
Costruisci software affidabile con TDD, pattern di unit/integration testing e Jest in JavaScript/TypeScript.
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 Superpoteri
Tipizzazione statica per JavaScript: tipi, interfacce, generics e pattern avanzati che scalano in progetti grandi.
Unreal Engine for Programmers
Unreal Engine 5: C++ programming, Blueprints, Nanite, Lumen, and shipping games.
Vue.js โ Framework Frontend Progressivo
Padroneggia Vue 3, la Composition API e l’ecosistema moderno di Vue per UI reattive.
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 ad Alte Prestazioni
Esegui codice a velocitร nativa nel browser con WebAssembly, Rust e toolchain WASM moderne.
WebGPU & 3D on the Web
WebGPU: the next-generation graphics API for the web. Compute shaders and modern 3D rendering.
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.