Code

Building interfaces with CSS and JavaScript, from implementation details to development workflows.

SVG reusability & animation
Code

SVG reusability & animation

‘How to animate and reuse inline SVG with CSS. Using currentColor and groups you can change fills and animate paths, saving on page weight by avoiding multiple images.’

Images with srcset & picture
Code

Images with srcset & picture

Images for me is something I consider the most tricky part of building a website, particularly for a portfolio focused website. It’s important to display these images in the best quality and smallest file size you can.

Javascript without jQuery
Code

Javascript without jQuery

This post covers how I used the opportunity to not use jQuery to further my Javascript knowledge, as well as the performance benefits gained from this. I found alternatives to what jQuery offers and it wasn’t completely simple, but hopefully I can show beginners alike how to overcome some of the problems.