/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

levimcg.com
| | lea.verou.me
3.7 parsecs away

Travel
| | [AI summary] The author defends JavaScript against snobbish developers who dismiss it as a toy, arguing that challenges like cross-browser compatibility make it a powerful and sophisticated language.
| | www.alfredo.motta.name
2.5 parsecs away

Travel
| | [AI summary] Alfredo Motta shares details about upcoming coding workshops in London covering Ruby, Rails, and Javascript to help attendees learn programming and enter the tech industry.
| | www.webreflection.co.uk
2.1 parsecs away

Travel
| | [AI summary] The author introduces a new JavaScript book that explains technical terms 'on demand' to help readers quickly understand and apply JavaScript concepts through practical examples.
| | staltz.com
13.3 parsecs away

Travel
| The cornerstone of JavaScript is the function. It is a flexible abstraction that works as the basis for other abstractions, such as Promises, Iterables, Observables, and others. I have been teaching these concepts in conferences and workshops, and over time I have found an elegant summary of these abstractions, layed out in a pyramid. In this blog post I'll provide a tour through these layers in the pyramid. FUNCTIONS X => Y Function Value The very b...