technology

Getting started with Flutter

1 minute read

It used to be that you needed to know Kotlin and Swift to develop apps for both Android and iOS, but those days are long gone.

The Meem app: it sucks

3 minute read

If you’re a “digital only” bank like Meem, the app your customers use is all they see: it’s like a virtual 🏦 branch.

On Blobs, Files and Data URIs in Javascript

6 minute read

I’ve been working with Files, Blobs and DataURIs recently, and have found the whole thing just very confusing. What is the difference between the three, and ...