Articles & Tutorials
for you to read...
- Why a JS Developer Should Care About Solana
A no-hype introduction to Solana for JavaScript developers. What it actually is, why it matters for web apps, and what you can build with it.
- Understanding requestAnimationFrame
A practical guide to browser animation timing. Learn what requestAnimationFrame actually does, why it beats setInterval, and how to use it properly.
- Optimisation & Workflow
Ship production-ready SVGs. Learn to optimise file size with SVGO, export cleanly from design tools, and establish an efficient SVG workflow.
- SVG + JavaScript
Bring SVGs to life with JavaScript. Learn to manipulate SVG elements, handle events, create dynamic graphics, and build interactive visualisations.
- Responsive SVG
Make SVGs that scale beautifully across all screen sizes. Master viewBox, preserveAspectRatio, and CSS techniques for fluid, responsive graphics.
- Accessibility
Make your SVGs usable by everyone. Learn to add meaningful titles, descriptions, and ARIA attributes so screen readers can interpret your graphics.
- Symbols & Reuse
Stop repeating yourself. Learn to define reusable SVG components with symbol and use elements, and build efficient icon sprite systems.
- Text & Typography
Add text to your SVGs with full control over positioning, styling, and even flowing text along curved paths. Learn the text, tspan, and textPath elements.
- SVG Filters
Apply visual effects like blur, drop shadows, colour manipulation, and more using SVG's powerful filter primitives. Chain effects together for complex visual treatments.
- Masks & Clip Paths
Control visibility with clip paths for hard edges and masks for soft transparency. Create reveal effects, spotlight animations, and complex composite shapes.