Intro.JS - Skipping hidden elements
A quick tip on how to skip tooltips for hidden elements using IntroJS
Simple Dynamic DNS With Route53 and AWS Lambda
#home-server #tutorials #linux
Using an AWS function to update a DNS record in Route53
Better macOS Screenshot Workflow
#hacks #tutorials #computer-setup #scripts
Customizing the default save location of the built-in macOS screenshot tool and adding it to the dock to enhance usability
Detecting ECS Task Failures with EventBridge
A few rules I'm using for detecting ECS task failures, for both container errors and non-zero exit codes.
Setting up Bind9 as a forwarding DNS server
#notes #tutorials #linux #dns #raspberry pi
Setting up Bind9 to forward DNS requests to cloudflare + google, and adding some additional records for my lan.
Debian 9 NAS
#linux #tutorials #notes #home-server
Setting up NAS box on top of debian, using RAID 1
Using Swift DispatchGroups
Using Swift DispatchGroups for improved performance in iOS Apps
Essential Shell Shortcuts
Here's a list of some really awesome shell (bash/zsh/etc) shortcuts that I use all the time.
Tutorial: AWS Static Hosting
How to set up hosting for your static site on aws, that doesn't cost a fortune
JS 0x01 - Multiple Return Values in JavaScript
Since ES2015, a much better way to express multiple return values is available.
Extending the UIButton tap area
Extending the touch area of a UIButton with Edge Insets