Pixel Map Generator
pixelmap.amcharts.com
Create a stunning interactive maps with simple-to-use user interface. Save it as image or JavaScript code for easy publishing on your own website.
Recently shared by
More like this
The New York Times
A Map of Every Building in America
The New York Times
~12 min read · 171 saves · From 2018 · Explore your community with this one-of-a-kind interactive map.
In Environment
Gizmodo
Coronavirus Slashed Global Air Pollution. This Interactive Map Shows How
Gizmodo
4 min read · 79 saves · 2020-03-25 · The covid-19 pandemic has changed the world, grinding to a halt increasingly large geographic areas and portions of the economy in an effort to slow the virus’ spread.
Open Culture
An Interactive Map Shows Just How Many Roads Actually Lead to Rome
Open Culture
9 min read · 51 saves · From 2018 · An interactive map proves indeed that All roads lead to Rome.
In Travel
Lifehacker
This Interactive Map Tells You Which Countries Are Open for Travel
Lifehacker
2 min read · 56 saves · 2020-06-06 · For all your fantasy travel planning needs.
earth.nullschool.net
earth :: a global map of wind, weather, and ocean conditions
earth.nullschool.net
277 saves · From 2016 · See current wind, weather, ocean, and pollution conditions, as forecast by supercomputers, on an interactive animated map. Updated every three hours.
submarinecablemap.com
Submarine Cable Map
submarinecablemap.com
4 min read · 48 saves · From 2014 · A comprehensive and regularly updated interactive map of the world's major submarine cable systems and landing stations.
devart.withgoogle.com
DevArt. Art made with code.
devart.withgoogle.com
61 saves · From 2015 · Is your code your art? Be awarded a commission alongside some of the world's best interactive artists at the Barbican, London.
In Math
Quanta Magazine
The Map of Mathematics
Quanta Magazine
637 saves · 2020-02-14 · Explore our surprisingly simple, absurdly ambitious and necessarily incomplete guide to the boundless mathematical universe.
egghead.io
Write simple asynchronous code with JavaScript generators
egghead.io
29 saves · From 2017 · Generators are a useful tool for handling asynchrony in your JavaScript applications. They were added to JavaScript with ES2015. When applied correctly they allow us to write asynchronous code that looks synchronous.
They also turn one of JavaScripts core paradigms on its head. Contrary to normal functions, generator functions can be paused and resumed at any arbitrary point in time with the yield keyword.
This course will walk you through the basics of generators so you’ll be able to use them