The ‘Internet of AI’ Begins: Model Context ProtocolThe AI landscape continues to evolve at an extraordinary pace. Every week, we see innovations that reshape the way we interact with large…Dec 18, 20241Dec 18, 20241
Micro Frontend Architectures: what are your options?Micro-frontends are becoming increasingly popular as a way to break down monolithic frontends into manageable, independently deployable…Oct 28, 2024131Oct 28, 2024131
Rapid Prototyping: Build your v0 in 3mIn the fast-paced world of software (and product) development, the ability to quickly prototype ideas is invaluable.Sep 13, 20242Sep 13, 20242
Generative UI: Current LandscapePart one of a two part series on Generative User Interfaces.Aug 25, 2024Aug 25, 2024
Understanding Adaptive User Interfaces (AUI)Adaptive User Interfaces (AUI) are revolutionising how users interact with digital systems by tailoring the experience to individual needs…Aug 19, 2024Aug 19, 2024
Published inBootcampUX Smack-Down: The “Junk Drawer” ProblemWhere do you keep your rubber bands and sticky tape?Oct 22, 202313Oct 22, 202313
UX Smack-Down: Bottom Navigation FailsHow to needlessly piss off your users with pretty icons.Sep 27, 20232Sep 27, 20232
You CAN embed a flutter app in a HTML tag (without an iFrame!)I’ve been evaluating Flutter for a new project, and one question I had was: can a flutter web app be embedded inside a HTML page (or a…Sep 6, 2023592Sep 6, 2023592
How to crop an image with CSS (the simple way)If you try a simple search for “crop image CSS”, you may quickly go down a rabbit hole of convoluted methods 😰, including wrapper <div>’s…Jun 21, 2022Jun 21, 2022
Finding photon scatter angle using Compton effect equationGiven the change in wavelength from an incident photon colliding with an electron, find the scatter angle of the photon.Apr 12, 2022Apr 12, 2022
How to render huge GeoJSON datasets on a map (part 2).This is part #2 in a series of examples showing how to handle rendering of large GeoJSON datasets on an interactive web map (+100Mb).Apr 8, 20211Apr 8, 20211
Handle rendering of huge GeoJSON data on a mapThis is a quick demo of how to plot large/massive amounts of GeoJSON data on an interactive map in a web browser with ease (I’m talking…Mar 18, 2021Mar 18, 2021
Published inLevel Up CodingUsing Docker environment variables at JavaScript runtimeA simple pattern for runtime configurable JavaScript applications.Jun 1, 2020Jun 1, 2020
Testing an NPM package locally before you publishSpecifically — we’re talking about testing whether your package can be installed and consumed via npm as you originally intended (not…Feb 17, 2020Feb 17, 2020
Observability for front-end web clients with OpenTelemetry and Jaeger in 5 minutesThis is a super-ALPHA* example which shows how you might integrate observability tools into a front-end web application.Oct 28, 2019Oct 28, 2019
Optional Chaining for JavaScript with Babel 7 and Webpack 4Super-quick-start guide to use transform-optional-chaining proposal with Babel 7 and Webpack 4.Mar 25, 20191Mar 25, 20191
Crop a NetCDF file by XY, Z, and Time with CDOCDO (Climate Data Operator) commands to subset a multi-dimensional netcdf file, using the python bindings.Mar 22, 2018Mar 22, 2018
Resize VirtualBox OSX High Sierra (.vmdk)I needed to resize a VirtualBox VM (Ubuntu 16.04) running on an OSX host, however most info out there refers to vdi files — and my VM…Feb 22, 2018Feb 22, 2018