• How I make URL slugs from titles

    A slug turns a title into a URL-friendly piece of text, usually lowercase words separated by hyphens. The Slugify tool helps with the mechanical part, but I still check the result before using it somewhere real.