/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

paramdeo.com
| | takeonrules.com
15.5 parsecs away

Travel
| | On Friday I wrote Writing a JavaScript Progressive Enhancement for My Sidenotes. Since then, I've further refined the behavior to reflect a few different formats: The RSS feed Browsers with JavaScript Browsers without JavaScript First, I refactored the sidenote short code. Below is the new side note container: (Sidenote: {{ partial "unparagraphy" .Inner }} ) First, the Hugo shortcode is now a bit more complicated in that I have hidden elements (e.g. (, ), :) and I introduced a side-container concep...
| | vadosware.io
16.2 parsecs away

Travel
| | A pattern for how to handle ENV in SvelteKit on the back and front end. I basically sidestep the VITE_ prefix approach and just pass things through via the session.
| | svelte.dev
17.5 parsecs away

Travel
| | Twenty-four days, twenty-four features
| | nodogmablog.bryanhogan.net
36.6 parsecs away

Travel
| It is easy to debug an AWS Lambda function locally with Visual Studio Code, all you need to do is install one tool and make one change to the launch.json file. Read on to see how.