/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

tomcritchlow.com
| | eystein.no
4.7 parsecs away

Travel
| | A short overview of web development words and terms.
| | www.hillelwayne.com
3.9 parsecs away

Travel
| | What does this print? x = 1 x -> 0 Think it through, then try it in a browser console! Answer and explanation in the dropdown. Show answer It prints 1. wait wtf At the beginning of a line (and only at the beginning of a line), -> starts a comment. The JavaScript is parsed as x=1; x; // 0 The browser then displays the value of the last expression, which of course is 1.
| | seanmcp.com
3.8 parsecs away

Travel
| | A brief journey into the dangerous world of user agent sniffing
| | theankurtyagi.com
25.8 parsecs away

Travel
| This blog covered a comprehensive comparison of Next.js vs React, exploring their ecosystems, performance, SEO capabilities, and use cases. Whether you're a beginner deciding on a framework or a seasoned developer considering a switch, this article provides insights, practical examples, and performance tips to inform your choice in the ever-evolving world of web development.