Skip to content

Instantly share code, notes, and snippets.

We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 7.
name,ring,quadrant,isNew,description
"Story Point
Estimation",Adopt,Techniques,TRUE,
"Symfony
5.2",Adopt,languages-and-frameworks,TRUE,
React,Adopt,languages-and-frameworks,TRUE,
Containers,Adopt,Tools,TRUE,
"(mobile)
swift",Adopt,languages-and-frameworks,TRUE,
"(mobile)
@khaong
khaong / Squads.md
Last active December 2, 2017 22:53
@khaong
khaong / userdata.sh
Created August 11, 2012 05:33
AWS Training - 2nd instance launch userdata.sh
#!/bin/bash
exec > >(tee /var/log/user-data.log/logger -t user-data -s 2>/dev/console) 2>&1
dpkg --configure -a
wget http://bit.ly/aws-ec2id -O aws-ec2id
nohup bash aws-ec2id &