“I understand things I’ve not yet used, but I’ve not used things I didn’t understand.”
Month: May 2019
PowerShell Hashing
Simply so I know where to find this easily, next time I need it… But don’t use it for storing passwords!
TypeScript, best of both worlds
TypeScript is a superset of JavaScript, which allows you to benefit from static-typing checks at build time. However, it still ‘transpiles’ to standard JavaScript for execution, where type checking is not enforced by the runtime and ‘duck testing’ is commonly used instead. Types are inferred, so an object can satisfy a check against an interface […]
Recent Comments