Thumbnail

A deep dive into a Python tool that combines, purges, minifies, and redeploys CSS bundles for Pelican themes using a recipe-based pipeline. Learn how it records every build step, automatically replays the entire chain, and drops the result into the output folder – no full site rebuild required.

... Read More


Keywords: pelican css build tools web performance purgecss ...
Thumbnail

SVG is typically dismissed as a designer's format, but for developers it behaves more like source code — versionable, composable, scriptable, and pipeline-friendly. This article explores SVG as an engineering primitive for procedural graphics, automated banner generation, accessible data visualization, and deterministic build systems.

... Read More


Keywords: svg vector graphics procedural generation automation accessibility ...