I have been developing an Python application to be able to be run as a CLI tool. In this article I speak about how I implement that using click library.
Recently I was starting a Python application project from scratch and I had some issues understanding the correct project structure. Here’s what I have learnt.
In this article I implement a workaround to protect with password a static page stored in Github pages.
In this article I discuss some techniques to store data in the browser. This way the web applications do not require a expensive backend, every customer stores its information in the browser.
Following up from the previous article about implementing the fog of war in leaflet, I want to be able to load a GPX file and display it in the map.