-
Notifications
You must be signed in to change notification settings - Fork 0
Dev Story so Far
Chris Achenbach edited this page Sep 16, 2018
·
1 revision
The Story So Far
Front End
- Vanilla JavaScript as much as possible, with some usage of newer ES6+ features
- CSS Grid has been awesome
- Everything has been developed using a Raspberry Pi 3
- Chromium Developer Tools. A lot of code was written directly in it's text editor. The JavaScript console is awesome and I use it a lot. The network debugger is great for seeing the Websocket messages.
- Babel helped fix bugs with Safari that I couldn't debug
Server
- Written in Go
- hosted on Google cloud compute
- systemctl, bash scripts, ssh, and Go's package system + GitHub, all help to make updating the server super easy