Skip to content

Instantly share code, notes, and snippets.

View ship-happens's full-sized avatar

Josh Davis ship-happens

View GitHub Profile
@ship-happens
ship-happens / passkey-readme.md
Last active March 24, 2025 19:14
Passkey registration + authentication
@ship-happens
ship-happens / ecs-ssh.sh
Last active December 20, 2025 00:10
ECS SSH
#!/bin/bash
CLUSTER=$1
SERVICE=$2
CONTAINER=$3
shift 3
AWS_ARGS=$@
@ship-happens
ship-happens / 0_reuse_code.js
Created May 4, 2016 18:28
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console