Skip to content

Instantly share code, notes, and snippets.

View evert's full-sized avatar

Evert Pot evert

View GitHub Profile
const Ketting = require('ketting').default;
const k = new Ketting('https://hal-browser.evertpot.com/games');
const main = async () => {
const games = k.go();
console.log(await games.get());
async () => {
const response = await fetch('large.bin');
const buffer = await response.arrayBuffer();
};
{
"basics": {
"name": "Evert Pot",
"label": "Technical Leadership / API specialist",
"email": "work@evertpot.com",
"url": "https://evertpot.com/",
"summary": "I’m 20 year software engineering veteran and co-founded several businesses.\n\nI’m currently on the look-out for new opportunities. I’m especially interested in CTO and Director or part-time advisor positions.",
"location": {
"city": "Toronto",
"countryCode": "CA",
@evert
evert / eslint.yml
Created October 2, 2023 19:01
ESLint
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: ESLint
on:
push:
branches: [ main, 'version/**' ]
pull_request:
branches: [ main, 'version/**' ]