Explore >> Select a destination


You are here

michaelchadwick.info
| | streamhacker.com
3.3 parsecs away

Travel
| | Lazy load youtube videos with facade images to improve page speed performance
| | www.blog.radiator.debacle.us
3.8 parsecs away

Travel
| | [AI summary] The author announces a return to more consistent blogging and shares a detailed technical guide on embedding a Bluesky social media feed widget on their website.
| | 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.
| | initialcommit.com
26.8 parsecs away

Travel
| In this article, we'll discuss getting started with Java Visualizer - a visual tool that can be useful for Java developers of all skill levels to better understand and troubleshoot their code.