A year of Bluetooth Classic Maintenence
It's been a cool (albeit annoying at times) experience to maintain my first real project.
6 posts
It's been a cool (albeit annoying at times) experience to maintain my first real project.
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.
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.
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.
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).
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?