Skip to content

Instantly share code, notes, and snippets.

View knitcodemonkey's full-sized avatar

Jen Luker knitcodemonkey

View GitHub Profile

Keybase proof

I hereby claim:

  • I am knitcodemonkey on github.
  • I am knitcodemonkey (https://keybase.io/knitcodemonkey) on keybase.
  • I have a public key ASCAufaKquQ6jINmAge-RffBHfvO4PsRWEfABtJWhQD1bAo

To claim this, I am signing this object:

@knitcodemonkey
knitcodemonkey / find-me.json
Last active July 30, 2018 19:56
Find me at these locations
{
"speakingEngagements": [
{
"date":"Sep 29-30, 2018",
"confUrl":"http://www.reactboston.com/",
"confName":"React Boston",
"talkName":"'Forbidden Planet' Cured My Imposter Syndrome"
},
{
"date":"Sep 21, 2018",
@knitcodemonkey
knitcodemonkey / remote-working-tips.md
Last active September 17, 2019 03:28
Remote Working Tips

Remote Working Tips by KnitCodeMonkey

Get all your apps installed before starting your workday. Otherwise: "I'm going to focus." Opens up project, reaches for headphones, installs spotify, logs in using social media to find friends to get my playlist in order, ends up watching cat videos.

If you have to chop vegetables, you'll eat the cookies instead. Keep healthy snacks, divided into individual servings, prepped and ready to grab.

Invest in comfortable, high quality headphones. It's too easy to get distracted by the tiniest sound when you are working on a slightly less than enthralling task.

Keybase proof

I hereby claim:

  • I am knittingcodemonkey on github.
  • I am knitcodemonkey (https://keybase.io/knitcodemonkey) on keybase.
  • I have a public key ASDFQ6W1yaPmZeVVsuf9w1zZzWQvANo4dQjOnrV9u-Ehtgo

To claim this, I am signing this object:

@knitcodemonkey
knitcodemonkey / package.json
Last active April 12, 2018 20:29
Webpack 4 config starter
{
"name": "knitcodemonkey_starter",
"version": "1.0.0",
"description": "KnitCodeMonkey's Starter",
"repository": {},
"scripts": {
"init": "rm -rf node_modules; npm install; npm run build; npm run docs;",
"dev": "webpack --env.NODE_ENV=dev --mode=development --profile --colors",
"prod": "webpack --env.NODE_ENV=production --env.production --mode=production --optimize-minimize --progress --profile --colors",
"watch": "webpack -d --env.NODE_ENV=dev --mode=development -w --colors &",