GIT_SSH_COMMAND="ssh -i <PATH>" git clone git@<REPO>
View clone_ssh.md
View gist:619f3e34518480cee632e8189bc9fd30
git filter-branch -f --index-filter 'git rm --cached --ignore-unmatch PATH_TO_FILE'
View pyenv_macos_build_fail.md
pyenv install 3.7.3
...
BUILD FAILED (OS X 11.6 using python-build 20180424)
...
CFLAGS="-I$(brew --prefix openssl)/include \
-I$(brew --prefix bzip2)/include \
View axios_get_token_spotify.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import axios from 'axios' | |
const auth = `Basic ${Buffer.from(`CLIENT_ID:SECRET`).toString('base64')}`; | |
const config = { | |
method: 'post', | |
url: `https://accounts.spotify.com/api/token`, | |
headers: { | |
'Authorization': auth, | |
'Accept':'application/json', |
View 📊 Weekly development breakdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Vue.js 23 hrs 37 mins ██████████████████▓░ | |
JavaScript 3 hrs 23 mins █████░░░░░░░░░░░░░░░ | |
TypeScript 1 hr 22 mins ███▓░░░░░░░░░░░░░░░░ | |
SCSS 37 mins ███▒░░░░░░░░░░░░░░░░ |