Created
December 10, 2019 22:09
-
-
Save crtr0/5113f27e6748198d18111b1d8bbec798 to your computer and use it in GitHub Desktop.
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
--- | |
pagination: | |
data: talks | |
size: 1 | |
alias: talk | |
permalink: "talks/{{ talk.title | slug }}/" | |
tags: ??? | |
title: ??? | |
layout: layout | |
--- | |
{{ talk.title }} |
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
[ | |
{ | |
"event": "cascadiajs-2019", | |
"speaker": "aaron-turner", | |
"title": "Building for Budgets", | |
"tags": [ | |
"Web Assembly" | |
], | |
"slides": "https://docs.google.com/presentation/d/1S4vzn3FUMF2kT6GLaipjsb4pxmdPP14P3MVtFDEpXo4/edit?usp=sharing", | |
"abstract": "A personal story of living in a low income family. With tips on how modern web technologies, like WebAssembly and Web Workers, can bring new experiences to the web for budget devices that struggled to run these experiences before.", | |
"ytID": "CYVs9hllqZY" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment