Explore >> Select a destination


You are here

stenbrinke.nl
| | www.techelevator.com
15.0 parsecs away

Travel
| | The relationship between math and programming and answering the question "How much math do I need to be good at this?"
| | werat.dev
9.1 parsecs away

Travel
| | It's a good practice to always include width and height attributes on images and video elements. Without them the browser has no way of knowing how large the image is going to be and cannot reserve the space in advance when rendering the page. This often leads to the content moving around during the page load, since images take extra time to fetch. This is called Layout Shift and I find it extremely annoying!
| | www.jayeless.net
12.3 parsecs away

Travel
| | Here's something I have achieved today: I got my site to display an "external link" SVG icon at the end of all links generated from Markdown, using Hugo's neat markdown render hooks?(external link). Basically, when Hugo is translating Markdown
| | stenbrinke.nl
36.9 parsecs away

Travel
| This post introduces my Readme Auto Open project, which helps teams onboard faster by automatically opening README files in VSCode!