Tag: tutorial
40 articles tagged with "tutorial"
Aspect Ratios Explained — From Cinema to Social Media
Understand aspect ratios for video, photography, and web design. Learn common ratios like 16:9, 4:3, and 1:1, and how to calculate and convert between them.
Color Theory for Developers — Building Palettes That Work
Learn the fundamentals of color theory, how to pick harmonious color palettes, and why HSL is more intuitive than hex codes. Practical guide for developers and designers.
Understanding Compound Interest — The Math Behind Growing Your Money
Learn how compound interest works with formulas, examples, and visualizations. Understand the difference between simple and compound interest and how contributions accelerate growth.
Cooking Measurement Conversions — Cups, Grams, Ounces and Everything Between
The complete guide to converting between cups, grams, milliliters, ounces, tablespoons and teaspoons for cooking and baking. Includes ingredient-specific conversions.
DNS Records Explained — A, AAAA, CNAME, MX, TXT and More
Learn what DNS records are, how they work, and when to use each type. Covers A, AAAA, CNAME, MX, TXT, NS, SOA, SRV, and CAA records with practical examples.
JWT Tokens Explained — How Authentication Works in Modern Web Apps
Learn how JSON Web Tokens work, what's inside them, how to decode and verify them, and common security pitfalls. Practical guide for developers.
Build a Raspberry Pi LED Matrix with Resistor Networks
Build a multiplexed LED matrix with a Raspberry Pi. Learn resistor calculations, charlieplexing basics, and current management for GPIO-driven displays.
RC Filters and Debouncing for Raspberry Pi GPIO
Use RC circuits to debounce buttons and filter noise on Raspberry Pi GPIO inputs. Covers time constant calculations, component selection, and Python code.
SEO Meta Tags — The Complete Checklist for 2026
Every meta tag your website needs for SEO, social sharing, and search appearance. Includes Open Graph, Twitter Cards, robots directives, and structured data.
Subnet Masks and CIDR Notation — A Practical Networking Guide
Understand subnet masks, CIDR notation, and IP address ranges. Learn to calculate network addresses, broadcast addresses, and host counts with examples.
Text Diff — How File Comparison Algorithms Work
Learn how diff algorithms compare text files, understand unified diff format, and see how tools like git diff work under the hood.
Time Zone Conversions Explained — How to Never Miss a Meeting Again
Learn how time zones work, how to convert between them, and practical tips for scheduling across UTC, EST, CET, JST and more. Includes free online tools.
Typing Speed — What's Fast, What's Average, and How to Improve
Learn about average typing speeds, what WPM means, how typing tests work, and practical tips to type faster. Includes benchmarks for different professions.
Understanding US Federal Income Tax Brackets — How Progressive Taxation Works
Learn how US federal income tax brackets work, why a raise never loses you money, and how to estimate your effective tax rate. Includes 2024 bracket tables.
Wire Gauge & Current Ratings for Raspberry Pi Projects
Choose the right wire gauge for Raspberry Pi power, GPIO, and sensor connections. Covers AWG sizes, current limits, and voltage drop calculations.
Build a Portable Raspberry Pi Server
Build a self-contained portable Raspberry Pi server with battery power, SSD storage, and WiFi hotspot. Perfect for off-grid computing, field work, and travel.
Docker Compose Projects for Raspberry Pi — 10 Stacks to Try
10 ready-to-use Docker Compose stacks for Raspberry Pi. Copy-paste configs for media servers, monitoring, development tools, and more.
Home Assistant on Raspberry Pi — Smart Home Without the Cloud
Install Home Assistant on Raspberry Pi to control smart home devices locally. Covers HA OS, Docker install, automations, and Zigbee/Z-Wave setup.
Jellyfin Media Server on Raspberry Pi — Self-Hosted Streaming
Set up Jellyfin on Raspberry Pi to stream movies, TV shows, and music to all your devices. Covers Docker install, hardware transcoding, and remote access.
Pi-hole Setup Guide — Block Ads on Your Entire Network
Install and configure Pi-hole on Raspberry Pi to block ads and trackers across all devices. Includes Docker setup, custom blocklists, and router configuration.
Reverse Proxy with Caddy on Raspberry Pi
Set up Caddy as a reverse proxy on Raspberry Pi with automatic HTTPS. Route multiple services through one domain with subdomains.
Run a Local LLM on Raspberry Pi with Ollama
Run large language models locally on Raspberry Pi using Ollama. Covers installation, model selection, performance benchmarks, and building a private AI chatbot.
Self-Host Nextcloud on Raspberry Pi (Complete Guide)
Set up your own cloud storage with Nextcloud on Raspberry Pi. Covers Docker Compose, MariaDB, SSL with Caddy, and mobile sync.
Solar Powered Home Server — Run 24/7 Off-Grid
Build a solar-powered Raspberry Pi home server that runs 24/7 off-grid. Covers solar panel sizing, battery selection, charge controllers, and power monitoring.
WireGuard VPN on Raspberry Pi — Secure Remote Access
Set up WireGuard VPN on Raspberry Pi for secure remote access to your homelab. Covers both manual install and Docker, with client configs for phone and laptop.
Git Server on Raspberry Pi
Set up your own Git server on a Raspberry Pi using Gitea. Includes Docker deployment, SSH access, and backup configuration.
Headless Raspberry Pi Setup — SSH & WiFi Without a Monitor
Set up a Raspberry Pi without a monitor or keyboard. Configure SSH, WiFi, and static IP from your laptop using Raspberry Pi Imager.
How to Install Homebrew on Mac (Apple Silicon) — The Missing Package Manager
Install and use Homebrew on Apple Silicon Macs (M1–M4). Covers setup, PATH configuration, installing packages like nmap, updating, and common troubleshooting.
LED Control with Python
Control LEDs with a Raspberry Pi and Python using GPIO pins. A beginner-friendly electronics project with code examples.
Node.js on Raspberry Pi (Performance Test)
Benchmark Node.js performance on Raspberry Pi models. Includes HTTP throughput, startup time, and memory usage tests.
Python Flask App on Raspberry Pi
Deploy a Python Flask web app on your Raspberry Pi. Covers Gunicorn, Nginx reverse proxy, and systemd service setup.
How to Install Docker on Raspberry Pi (Step-by-Step)
Complete guide to installing and configuring Docker and Docker Compose on Raspberry Pi OS. Includes post-install steps, Portainer setup, and common troubleshooting.
Turn Your Raspberry Pi into a Home Server (Complete Guide)
Step-by-step guide to building a Raspberry Pi home server with Docker. Run Pi-hole, Nextcloud, Jellyfin, Vaultwarden, and more.
Run AI Models on Raspberry Pi
Run AI and machine learning models on a Raspberry Pi using TensorFlow Lite, ONNX Runtime, and llama.cpp. Includes benchmarks.
Run Docker Compose on Raspberry Pi
Use Docker Compose to manage multi-container services on your Raspberry Pi. Covers compose files, networking, volumes, and updates.
Temperature Sensor Dashboard
Build a temperature monitoring dashboard with a Raspberry Pi and DHT22 sensor. Visualize data with Grafana and InfluxDB.
TensorFlow Lite Setup Guide
Install and configure TensorFlow Lite on a Raspberry Pi for on-device machine learning inference. Includes image classification example.
Voice Assistant on Raspberry Pi
Build a private voice assistant on a Raspberry Pi using open-source tools. No cloud services required — everything runs locally.
VS Code Remote Development with Pi
Use VS Code Remote SSH to develop directly on your Raspberry Pi from your laptop. Covers setup, extensions, and performance tips.
Web Dashboard for Raspberry Pi
Create a web dashboard for your Raspberry Pi homelab using Homer or Dashy. Monitor all your self-hosted services in one place.