Asynchronous Swift This page is simply a list of Swift Evolution documents that define the various aspects of Swift’s concurrency model. It’s structured by Swift version, that each evolution proposal …

Using Template Engines (for your own sanity) When building out your apps there invariable comes a point when you’re either dealing with lots of boilerplate1 or chasing down bugs related to literal con…

So, I needed to add a Smart Banner to a few websites, and reading Apple’s documentation, it turns out to be a very simple mechanism to implement. So I made a plugin for Grav1 - because why not? 😂 It’s…