Mar 10, 2021 A year of Bluetooth Classic Maintenence It's been a cool (albeit annoying at times) experience to maintain my first real project. React NativeBluetoothOpen Source
Nov 20, 2020 Standardbred Mobile - Framework Selection Process - Part 2 Continuing along the path to developing and releasing Standardbred Canada's mobile app, part 2 documents the initial creation and some of the best practices/libraries that were chosen to help along the way. React NativeAndroidIOS
Nov 2, 2020 Typescript React Native with Jest Still going down the Typescript conversion of React Native Bluetooth Classic it was time to get the library setup with actual unit testing. Follow along with another few days of failures and successes. React NativeTypescriptJest
Oct 16, 2020 await and componentDidMount woes While converting React Native Bluetooth Classic to Typescript I ran into some issues with componentDidMount and await. A couple evenings down of trying to figure out componentDidMount being blocked and a resolution was found. React NativeNodeJavascript
Jan 3, 2020 Standardbred Mobile - Framework Selection Process - Part 1 Tasked with designing and developing Standardbred Canada's microchip scanning app; I wanted to document the process from selecting the appropriate framework to completing development and publishing the application(s). React NativeAndroidIOS
Jun 2, 2019 For my first IOS project, why not start with Streams! While developting my companies mobile application I needed to write a custom library for IOS to allow Bluetooth Classic scanning. Why not jump directly into Swift streams as my first (ever) IOS project. What could go wrong? SwiftReact Native