I hereby claim:
- I am tripleaxis on github.
- I am xs3 (https://keybase.io/xs3) on keybase.
- I have a public key whose fingerprint is 90CE 5517 9B74 4C25 007D 470A 0BCD 940E 4F7C A6ED
To claim this, I am signing this object:
{ | |
"basics": { | |
"name": "Kim Holland", | |
"label": "Tech Lead \/ Engineer \/ Automation Advocate", | |
"summary": "With over fifteen years\u2019 experience in developing web based solutions, my expertise and skills are full-stack with a primary focus in Front End \/ UI technologies. I am comfortable discussing\/implementing GIT branching strategies, prod infrastructure or container best practises and have a passion for CI\/CD, ubiquitous automation and infrastructure as code.\n\nTo stay current, I actively follow the industry and trends via blogs, meetups, personal projects and brain picking. I value clarity in both code and architecture, intuitive UX, communication, collaboration and challenging stale knowledge.\n\nCurrent top skills:\n- React\/Redux\n- Node\/Express\/GraphQL\n- VanillaJS", | |
"location": { | |
"postalCode": "3000", | |
"countryCode": "AU" | |
}, | |
"meta": { |
# Build image using Dockerfile in same dir | |
docker build . --no-cache | |
# Remove intermediate images after build | |
docker build . --rm | |
# Tag image | |
docker build . --tag my-image | |
# Use custom dockerfile |
# -f for file test | |
# -d for directory test | |
# File check (longhand) | |
if test -f /tmp/testfile.log | |
then | |
echo "found" | |
fi | |
// File/Dir check (shorthand) |
I hereby claim:
To claim this, I am signing this object:
Add following line to IntelliJ > Package Contents /bin/idea.vmoptions | |
-Djsse.enableSNIExtension=false |
ssh -T git@github.com |
ssh-add -l |