Visual Studio Code with React
Install VS Code from scratch and set up for web development using React…
Install VS Code from scratch and set up for web development using React…
The Azure team have put together this really great tool - called AutoRest - that can generate a client library for a Rest based API using a Swagger document. Fire up a command prompt, pass…
Another app I was working on recently needed to fetch the current date but also be in the correct format depending on the location settings found in Settings -> Time & Language ->…
A recent Universal Windows Store app I was working on needed a way to encrypt/decrypt data on the device. After looking around I couldn't find the code I was looking for, so I crafted…