Tyler Sengia

/ posts

# Web Piano

2 min read

While I was stuck at home during peak COVID lock-down, I made a fun little web app that uses Vue and MIDI.JS to let you play a virtual piano from your web browser.

Read

# Re-Bootstrapping a CDK Environment

1 min read

I unwittingly deleted the CdkStack in CloudFormation, but re-running cdk bootstrap again resulted in an error telling me that the S3 bucket used by CDK already existed but wasn’t in my account.

Read

# Homerolled IDE for HTML5 Canvas Games

Tyler Sengia 1 min read

While learning JavaScript and HTML5 for game development, I created my own web-based IDE for rapidly testing and debugging the games I would create.I called my IDE the RouteEngineA1 studio.

Read