P.01CSS Media State: Build a Custom Video Player
Chrome 152 added :playing, :paused, :buffering, and :muted as real pseudo-classes. A runnable custom player built on them, plus the JS fallback.
Tag
13 articles tagged #Tutorial.
P.01Chrome 152 added :playing, :paused, :buffering, and :muted as real pseudo-classes. A runnable custom player built on them, plus the JS fallback.
Running totals, rankings, moving averages, and lag comparisons without application loops or self-joins. How window functions actually work, in Postgres.
Deploy WebAssembly workloads on Kubernetes using SpinKube: cluster setup, Spin deployment, autoscaling, monitoring, and a production readiness checklist.
We rebuilt a React SPA as a Django + HTMX app. 847KB of JavaScript became 48KB. Here is every pattern, rough edge, and performance win from the migration.
Step-by-step tutorial to build a live-updating analytics dashboard using Supabase Realtime subscriptions, Astro SSR, and D3.js charts. Full code included.
Step-by-step guide to configuring a complete full-stack development environment with Python, Django backend, and React frontend.
Learn Python variables and data types — integers, floats, strings, booleans, lists, tuples, and dictionaries with clear examples.
Implement K-Nearest Neighbors classification using scikit-learn with data visualization, model training, and performance evaluation on real datasets.
Master SQL from basics to advanced — SELECT, JOIN, GROUP BY, ORDER BY, indexes, date functions, and more using SQLite with Python.
Master Pandas for data manipulation — reading data, selecting columns, grouping, merging DataFrames, handling missing values, and working with dates.
Learn NumPy essentials — arrays, shapes, reshaping, slicing, stacking, broadcasting, universal functions, and image processing with practical examples.
A deep dive into Python lists, tuples, sets, dictionaries, and functions with comprehensive code examples and practical exercises.
Learn Python fundamentals including identifiers, data types (int, float, str, list, tuple, set, dict), operators, and basic operations with hands-on examples.