Posts Tagged ‘platform’

One of my favourite features of Dart is its ability to create executables (aka ahead of time [AOT] binaries)[1]. Creating binaries for the platform you’re running on is very straightforward, just dart compile exe but Dart doesn’t presently support cross compilation for command line binaries, unlike Rust and Go, which have also surged in popularity. […]


March 2021

31Mar21

Pupdate Max is 7 months old now, and continues to be a source of endless entertainment and cuteness. Having half his people back at school has disrupted our Lockdown III routines, but he has a reason to get extra excited when folk come home. Vaccination I got my first shot of the AstraZeneca vaccine. The […]


TL;DR Modern Apps use Platforms, Continuous Delivery, and Modern Languages. Or more specifically, Modern Apps are written in Modern Languages, get deployed onto Platforms, and that deployment process is Continuous Delivery (as these things are all interconnected). Background ‘Modern Apps’ seems to be a hot topic right now. Some of my DXC colleagues are getting […]