/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

honza.pokorny.ca
| | www.robinwieruch.de
3.4 parsecs away

Travel
| | Introduction to JavaScript Naming Conventions for differen data types and data structures in JS. Learn more about how to name private methods, global vairbales, or a constant variable ...
| | michaelchadwick.info
3.2 parsecs away

Travel
| | I started a new job recently, so I've been learning and using EmberJS, an open-source JavaScript framework. It's been over 3 months now, and it's time to do a retrospective.
| | mikegrouchy.com
4.8 parsecs away

Travel
| | [AI summary] Mike Grouchy argues that comments are essential for documenting code intent and maintaining software readability, distinguishing them from unnecessary explanations of obvious logic.
| | blog.hmpl-lang.dev
14.8 parsecs away

Travel
| Hello everyone! In this article, I'll show you how to create reactive HTML interfaces without relying on heavy JavaScript frameworks like Vue or Angular. We'll explore how HMPL.js provides a lightweight alternative that achieves reactivity through server-side rendering while keeping your client-side code minimal. The Problem with JavaScript Frameworks In...