Web Dev

Posts filed under tag: Web Dev

  • Stop Serving PNG: Switch to WebP

    Stop Serving PNG: Switch to WebP and Cut Your Image Sizes by 80% WebP is the modern image format your website should already be using. Google’s cwebp tool …
  • Leave planner 1.1.0

    Leave Planner helps you track your leave balance and plan future holidays with ease. Announcing Leave Planner v1.1.0: Work From Home Tracking & More! This …
  • Leave planner application

    Ever wanted to know how much leave you’ll have in the future and easily visualise your balance over time? Sure, some leave systems have some kind of …
  • YouTube channel aggregator experiment

    While trying to keep up with what’s happening in tennis and motorsport, I found myself wondering if the experience could be better. What if I could …
  • Introduction to JSON5

    Json5 is a superset of JSON that allows for comments and trailing commas. It’s a popular choice for configuration files due to its readability and flexibility. …
  • Dependency upgrades with Renovate

    In modern software development, managing dependencies is a critical yet often overlooked aspect of maintaining healthy codebases. Enter Renovate: an …
  • A Brief Introduction to AsciiDoc

    Note The source code for this document is available at github . Unfortunately though, GitHub does NOT support includes so you won’t see this document …