★ And It’s True That I Stole Your Lighter, and It’s Also True That I Lost the Map
Analysis of Google and Apple renaming Lake Ontario to 'Lake America' per Trump, and Gruber's critique of their regional display choices.
Analysis of Google and Apple renaming Lake Ontario to 'Lake America' per Trump, and Gruber's critique of their regional display choices.
John Gruber analyzes the renaming of the Gulf of Mexico to 'Gulf of America' by US policy and its adoption by Google, Apple, and Bing Maps, discussing the controversy and implications.
Explores extending JavaScript's Map class to create a FileMap for file system interaction and discusses building a custom build system.
A beginner-friendly tutorial explaining the JavaScript Map data structure, including creation, usage, and key methods.
Explains how to sort a map's keys and values in Go, including multi-criteria sorting with code examples.
Explains TypeScript's limitations with Map key checks and Array index access, offering practical solutions and workarounds.
A technical tutorial on using R and the sf package to adjust map boundaries, specifically addressing the Crimea region's political representation in geographic data.
A guide on integrating OpenSeaMap maritime data into Kibana maps for enhanced visualization of location-based data like ship tracking.
A benchmark comparison of switch statements versus map lookups in Go, revealing performance differences and implementation details.
Explores six lesser-known JavaScript object types: Maps, Sets, Symbols, Generators, Reflect, and Proxy, with usage examples.
Explains how to model variable fields in ksqlDB using MAP instead of STRUCT for nested data, with practical examples.
A new course on egghead.io teaches how to build interactive maps in React applications using the React Leaflet library.
A programmer's notes on implementing a word count map in Golang, covering map usage, iteration, and code simplification.
Explains when to use JavaScript Map objects over plain objects, focusing on key type flexibility and performance.
A guide on efficiently checking for key existence in Go maps using the empty struct for minimal memory overhead.
Explains higher-order functions in functional programming, covering their definition, uses for abstraction, and adding functionality.
An illustrated and musical guide explaining JavaScript's map, reduce, and filter array methods with examples and mnemonics.
A beginner-friendly tutorial explaining functional programming concepts in Swift, focusing on higher-order functions like map, reduce, and filter.
Explores JavaScript Array methods like map(), filter(), every(), and some() as alternatives to traditional for loops for cleaner, more functional code.
A guide explaining when to use map, flatMap, and for loops in Swift, focusing on transformations versus side effects.