This file contains hidden or 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
| docker login -u hafeezccs | |
| dckr_pat_1LHkUJL8j7gkdGZOCA44-JCrIbc |
This file contains hidden or 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
| { | |
| "Next page": { | |
| "prefix": "np", | |
| "body": [ | |
| "const $1Page: React.FC = () => {", | |
| " return (<div>$1</div>)", | |
| "}", | |
| "export default $1Page;" | |
| ] |
This file contains hidden or 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
| alias firefox="/mnt/c/Program\ Files/Mozilla\ Firefox/firefox.exe" | |
| alias s="npm start" | |
| alias c="code ." | |
| alias npr="npm run patch-release" | |
| alias nmr="npm run minor-release" | |
| alias ship="npm run ship" | |
| alias build="npm run build" | |
| alias n="npm" | |
| alias r="n run" | |
| alias f="firefox -no-remote -P" |
This file contains hidden or 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
| const employees = [ | |
| { | |
| id: "41008fbc-5c2b-4cfa-8d1e-08e86de63475", | |
| deletedDateTime: null, | |
| accountEnabled: true, | |
| ageGroup: null, | |
| businessPhones: ["+1 858 555 1110"], | |
| city: null, | |
| createdDateTime: "2018-06-29T04:06:04Z", | |
| companyName: null, |
This file contains hidden or 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
| [{ | |
| "id": 1, | |
| "first_name": "Hermina", | |
| "last_name": "Lusher", | |
| "email": "hlusher0@mapquest.com", | |
| "gender": "Female", | |
| "ip_address": "216.143.48.11" | |
| }, { | |
| "id": 2, | |
| "first_name": "Kip", |
This file contains hidden or 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
| [ | |
| { | |
| "id": 6, | |
| "date": "8/22/2016" | |
| }, { | |
| "id": 6, | |
| "date": "8/15/2016" | |
| }, { | |
| "id": 6, | |
| "date": "8/8/2016" |