Even if you are new to Aurelia, you are probably familiar with the @bindable functionality which allows you to add bindable attributes …
String Enums In TypeScript
Sometimes you want to specify in your application multiple allowed values. For example, you might have a method which allows you to perform …
Thrice – The Artist In The Ambulance (Instrumental Tracks)
Quite a while back I posted a rare find that I got off of Amazon: an instrumental copy of Thrice's seminal release The Artist In The …
Removing Items From An Array In Javascript (by index)
It is that time of the week for Obvious Javascript Tip of the week. You probably already know how to delete an item from an array, maybe …
Removing A Character From The Start/End of a String In Javascript
Show of hands if you can off of the top of your head remove/trim a character from the start or end of a string. If your hand remained down, …
Removing Duplicate Objects From An Array By Property Name In Javascript
If you have an array of objects and you want to filter the array to remove duplicate objects but do so based on a provided key/property, …
Naturally Cooling Your Wort
When it comes to brewing, besides perfect sanitisation the other deciding factor is temperature. If your equipment is sanitised correctly, …
Stan (the not quite Netflix competitor) Is Horrible
Shame on you Stan, shame on you Australia. In the video streaming wars you have the king sitting on the iron throne: Netflix and then you …
Equal Height Grid Columns with Padding Using Flexbox
Without-a-doubt layout in any modern website or application is one of the most challenging parts, especially when you want it to work on …