How to protect a static page served from Github pages with password and avoid link sharing without using any backend
browser
3 min read
github 3 min read
js How to store data in browser in order to make standalone apps without backend. This articles explores using browser localstorage and caches.
3 min read
js 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
2 min read
js I want to add some markers to the map and to create a polygon that joins them to display them nicely in a leaflet map
3 min read
js When I was playing age of empires the map was all in black color at the beginning. As long as you explore the map, the black color is removed discovering what it was hidden behind. I wanted to implement something similar in a leaflet map. I'll describe the callenges I have found in a series of articles.