Geolocation at the edge
How to use Cloudflare's latitude & longitude geolocation data to dynamically serve weather data for a users location rendered on demand at the edge with Cloudflare workers
How to use Cloudflare's latitude & longitude geolocation data to dynamically serve weather data for a users location rendered on demand at the edge with Cloudflare workers
p5 makes visualizations accessible, beautiful and simple
Recreating a dribble shot and wiring up to Openweather API. Neat.
Fast way to highlight matching substrings in a string of text, useful for autocomplete's and search implementations.
JavaScript Map is an extremely efficient data structure that is iterable and has constant lookup time. Here is an implementation of Isomorphic strings using Map()