Tyler Sengia

# A Compilation of Versioning Schemes

1 min read

I hope to collect all versioning strategies I find in the wild and list them here.

I will not include versioning schemes that are not in use by a project, so no thought experiments or spam here.

This page is a list in no particular order; no opinions are expressed.

I will update this page as I find more.


More Posts

# 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

# 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