David CrawfordOct 20, 2022Advanced Typescript: Practical Uses for the Compiler APIThe Typescript Compiler API is the technology behind transpiling Javascript into Typescript. The library behind this process is available...
David CrawfordApr 20, 2022How to Combine HomeKit with React Native in 10 MinutesWhether you’re developing the next home automation app or a new hardware device for your home, if you want it integrated with HomeKit and...
David CrawfordSep 10, 2021Generate Index Can Save Your SanityWhen dealing with a complex code base, especially with Javascript, you likely have an index file that just contains a million exports....