Explore >> Select a destination


You are here

lanziani.com
| | thepugautomatic.com
2.7 parsecs away

Travel
| | I spent some time in encoding hell the other day, trying to read a UTF-8 encoded text file with osascript in a bash shell script. Despite its preference for the MacRoman encoding, AppleScript does...
| | collin.blog
2.0 parsecs away

Travel
| | I wrote myself this small template as a starting place for when I'm writing shell scripts. I just wanted something basic with enough structure to remind me how I like to do things. I thought maybe it would be helpful for other people who don't write shell scripts too often but want to them to...
| | syntackle.com
2.8 parsecs away

Travel
| | Terser is a javascript compressor and mangler supporting ES6+ specification. In this tutorial, you will get to know how to use terser to minify or compress javascript.
| | wweb.dev
25.2 parsecs away

Travel
| In this part, we're creating a DynamoDB. Then we create a Lambda for creating, reading, updating, and deleting entries in that database. And last we create...