ABC’s - Deploying Front Ends (featuring EC2)

With Cloud infrastructure becoming ultra-available, deploying apps have become super easy and as such the deployment/devops space (in my opinion) is going to get pretty interesting in the next few years (since I believe that trivializing the basics makes a breeding ground for creativity). I wanted to document how I’ve been deploying my side projects (very basic apps, prototypes and POCs) for posterity.

Novel Techniques - Curriculum Learning

In Neural Network Optimization, most academics have moved on to more novel methods such as Deep Neural Nets and Cascading Networks. However, some techniques can be used to optimise more basic Simple Neural Networks that fall in line with Occam’s Razor. One of them is Curriculum Learning.

Starting from Scratch - Fluent Validation

In an attempt to further understand how fluent validation works in javascript, I tried to recreate an extremely basic chain-able system from scratch.