Skip to content

Instantly share code, notes, and snippets.

View chuma-beep's full-sized avatar

Chukwuma Wisdom Anwaegbu chuma-beep

View GitHub Profile
@WebRTCGame
WebRTCGame / JavascriptBooks.md
Last active July 16, 2024 17:35
Free Javascript Books

Useful Links

23 Free JavaScript Books

A curated collection of awesome & free JavaScript books to help you learn the JavaScript programming language.

If you know of any other free JavaScript books that you think should be on this list, please let me know in the comments section and I will get them added.

@Miserlou
Miserlou / cities.json
Created April 30, 2015 06:58
1000 Largest US Cities By Population With Geographic Coordinates, in JSON
[
{
"city": "New York",
"growth_from_2000_to_2013": "4.8%",
"latitude": 40.7127837,
"longitude": -74.0059413,
"population": "8405837",
"rank": "1",
"state": "New York"
},