C#, C++, Windows & other ramblings
Wednesday, 3 January 2018
Resizable UIWindow on iOS
›
I came across a Todo item in my inbox (I often email myself things todo) whilst tidying it up following Christmas, entitled "Make a res...
Saturday, 2 September 2017
Unit Testing with Mocha, a local instance of dynamoDB & Promises
›
I'm writing the backend for my current iOS App in Javascript using node.js, AWS Lambda along with DynamoDB. My AWS Lambda code is most...
Tuesday, 3 January 2017
Debugging AWS Lambda functions locally using VS Code and lambda-local
›
I've just started using AWS Lambda with node.js . I was able to develop these locally using the lambda-local npm package, e.g. with n...
Monday, 1 February 2016
Swift's defer statement is funkier than I thought
›
Swift 2.0 introduced the defer keyword. I've used this a little but only in a simple way, basically when I wanted to make sure some code...
Tuesday, 26 January 2016
The Perils of debugging with return statements in languages without semi-colon statement terminators, i.e. Swift
›
This is a pretty obvious post but perhaps writing it will stop me falling prey to this issue. When I'm debugging and I know that some ...
Tuesday, 19 January 2016
OAuth authentication on tvOS
›
Recently I've just published an Apple TV ( tvOS ) App to view photos stored on Microsoft OneDrive . Implementing this on tvOS ra...
1 comment:
Wednesday, 23 December 2015
Git remote repos with OneDrive
›
I have various public git repositories on GitHub but I like to keep some source (usually my active App Store apps ) private. Whilst it...
›
Home
View web version