Recent posts

Discovering Typescript Operators

4 minute read

In this post, we’ll talk about 3 operators we can use in Typescript. These operators are also available in Javascript.

Using Python To Compute Start To End Dates

3 minute read

Tax time is upon us in Australia, and due to covid19, this tax time is a bit different as we have to compute for our working from home costs (for some of us ...

Discovering Typescript Enums

3 minute read

Coming from an OOP, C-based language (C++, C#), enums are essentials when it comes to making magical specific numbers into human-readable names. With Typescr...

Discovering Typescript Part 2

2 minute read

This is part 2 of 2 about my Typescript discoveries. If you haven’t read part 1, you can read it here.