Archive

Full Post List

Dec 9, 2024: I’ve been using Orion browser on iOS for about a week now. Ability to install Firefox and Chrome extensions is nice, but I found that …

Nov 23, 2024: React Native for SwiftUI devs After a quick review of TypeScript handbook I started reading React Native documentation. I hope my notes will be useful for other SwiftUI devs who …

Nov 18, 2024: I took extensive notes while reading the React Native and React documentation this weekind. I plan to post them after verifying that all code snippets …

Nov 17, 2024: I found a few additional differences in the TypeScript documentation that are not mentioned in the Swift-TypeScript cheatsheet I linked in one of my …

Nov 15, 2024: During my journey from Swift to TypeScript, I often wonder how developers migrating in the opposite direction feel. What do they appreciate about …

Nov 15, 2024: One of the things I like about Swift is the ability to make illegal states unrepresentable using type system. It looks like something similar is …

Nov 14, 2024: So far, Swift-Typescript Cheatsheet dabbott.github.io/webdev-pr… has been the best resource for learning TS for me.

Nov 13, 2024: I’ve been writing native iOS apps using Swift for the last 8 years (and years of ObjC before that). Next week I will start working on a new …