Recent Posts

TypeScript Decorators

5 minute read

First of all just so we’re clear, the idea of classes is just that, an idea. Classes by default do not exist in JavaScript, they’re just syntactic sugar. Jav...

What is Docker?

3 minute read

Continuous development on a project will result in it expanding (it’s natural man deal with it :four_leaf_clover:), as our projects / services grow so will o...