Explore >> Select a destination


You are here

backlight.dev
| | kurtextrem.de
13.7 parsecs away

Travel
| | Technical deep-dive on why you shouldn't have SVGs in your JS bundle and better techniques for JSX usage.
| | amxmln.com
12.4 parsecs away

Travel
| | In this tutorial, I share my current method of creating SVG sprites containing icons automatically from the contents of a folder by using a custom Vite plugin, including how to optimize them with SVGO
| | fotis.xyz
10.9 parsecs away

Travel
| | Introducing @svg-use, a set of tools and bundler plugins, to ergonomically load SVG files as components, via SVG's use[href] mechanism.
| | www.softdevtube.com
93.5 parsecs away

Travel
| Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle,