
Tips and mindset shifts for developers facing messy, unfamiliar code and not knowing where to start in real-world projects.
Tips and mindset shifts for developers facing messy, unfamiliar code and not knowing where to start in real-world projects.
Prevent UI freezes in your Leaflet GPX app by offloading large file parsing to Web Workers, ensuring smooth user experience.
Build a geolocation-enabled WordPress site with Docker Compose. Create a "piulada" category and map posts using custom markers.
Use a QuadTree in Leaflet to remove duplicate points, significantly reducing file size and boosting performance with smart deduplication and testing.
Echo request fields directly in your Wiremock responses! Learn how to return the data from HTTP request bodies using Wiremock’s response templating.
Automate retrieval of historic website copies from Internet Archive to create ML text datasets using Python, Playwright, and wget.
Automate downloading Suunto tracks using JS & Playwright. Bypass captchas, extract workout IDs, and export GPX files seamlessly.
In this post I describe how I created from scrach a physical controller for autopilot in flight simulators.
Description of how you should organise a Python executable application to publish and generate an executable
In this article I describe how to create a python cli application using the click library and install it using pipx