I hereby claim:
- I am dhalcojor on github.
- I am danielodinson (https://keybase.io/danielodinson) on keybase.
- I have a public key whose fingerprint is ED14 2C06 E79C 252E 05AB 6AF2 8F46 EF0A 200F D3D2
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
So, you want to hire me. And you, or the company you work for, have some requirements. Well I have some, too. The company that wishes to hire me meets some or all of them (at least half of them):
const Alexa = require('ask-sdk'); | |
const HelloHandler = { | |
canHandle(handlerInput) { | |
}, | |
handle(handlerInput) { | |
} | |
}; |
/** | |
* It can be useful to know that the user has installed the app succesfully | |
*/ | |
window.addEventListener('appinstalled', e => { | |
// Do your analytics stuff | |
}); |
const playwright = require('playwright'); | |
(async () => { | |
for (const browserType of ['chromium', 'firefox', 'webkit']) { | |
const browser = await playwright[browserType].launch(); | |
try { | |
const context = await browser.newContext(); | |
const page = await context.newPage(); | |
await page.goto('https://google.com'); | |
await page.fill('input[name=q]', 'cheese'); |
import { library } from '@fortawesome/fontawesome-svg-core'; | |
import { faChevronLeft } from '@fortawesome/free-solid-svg-icons'; | |
export function onClientEntry() { | |
library.add(faChevronLeft); | |
} |
I hereby claim:
To claim this, I am signing this object: