Having fun and making something useful with GeoLocation and open APIs
This is the story of how I had some fun making MXTrax, a simple web app that shows you motocross tracks near your location along with other useful information, while using free and open APIs available on the internet.
Et reisebrev fra React Alicante
Et reisebrev fra React Alicante. To konsulenter fra Scelto dro til Spania på konferanse.
Replicating SwiftUI styles for custom components
Learn how to replicate SwiftUI style modifiers and take them one step further by making the style exposed to child nodes
Building a promise based dialog component
In this post I want to share what I built for a client where we needed a lot of in-page contextual user input. When you need the user to perform an in-page action you have many options for solving this but I think the <dialog> element is a good alternative. View the source and try the demo!