InLevel Up CodingbyDaniel Wild·Jan 27Context Switching Used to Be the Devil. Now It’s Probably Your Job.The Sacred ‘House of Cards’
Daniel Wild·Dec 18, 2024The ‘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…
Daniel Wild·Oct 28, 2024Micro Frontend Architectures: what are your options?Micro-frontends are becoming increasingly popular as a way to break down monolithic frontends into manageable, independently deployable…A response icon1A response icon1
Daniel Wild·Sep 13, 2024Rapid Prototyping: Build your v0 in 3mIn the fast-paced world of software (and product) development, the ability to quickly prototype ideas is invaluable.
Daniel Wild·Aug 25, 2024Generative UI: Current LandscapePart one of a two part series on Generative User Interfaces.
Daniel Wild·Aug 19, 2024Understanding Adaptive User Interfaces (AUI)Adaptive User Interfaces (AUI) are revolutionising how users interact with digital systems by tailoring the experience to individual needs…
InBootcampbyDaniel Wild·Oct 22, 2023UX Smack-Down: The “Junk Drawer” ProblemWhere do you keep your rubber bands and sticky tape?
Daniel Wild·Sep 27, 2023UX Smack-Down: Bottom Navigation FailsHow to needlessly piss off your users with pretty icons.
Daniel Wild·Sep 6, 2023You 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…A response icon2A response icon2
Daniel Wild·Jun 21, 2022How 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…