Upload a remote file to Firebase Storage (in Node.js) Struggling to upload remote files to Firebase Storage? Running on Node.js? You're in luck!
Always handle your table & collection view cell selection properly, using functions When writing iOS, you will always end up using UITableView or UICollectionView. With them come cells, delegates, datasources, cellForRow(at indexPath:), didSelect,... I've often seen it become (and inherited) an ugly mess. Not anymore.
Preventing distractions on macOS If you're like me, notifications, alerts and boucing things when working is at least annoying, and down right distracting when you're having a hard time focusing. Like I am right now, which is why I'm writing this post instead of actually working on my side project.
Add an Apple App Site Association (AASA) to your Wix, Squarespace or whatever website, using Cloudflare Workers I currently work at Spotr [https://spotr.app], a company building a mobile app. We rely on Wix for the landing page, for the simple reason that it's simple enough to use for the rest of team to update it and design it themselves, letting me focus on
How to debug your JSON in Xcode when JSONDecoder fails Sometimes, JSONDecoder fails. And when that happens, it can be difficult to figure out what went wrong. Not if you can print Data instances!
How to elegantly make sure you only setup your ViewController's UI on viewDidLoad When handling navigation, we often end up having to pass some sort of state to our view controllers, wether directly or indirectly. Setting endless optional publicly exposed properties feels dirty and is a pain, while setting @IBOutlets before viewDidLoad is crash prone. Let's solve that together.
Backend Developer @Spotr Period: 2019/06 - 2020/02 • Technologies: Firebase Firestore, Firebase Cloud Functions, Firebase Storage, Cloudflare Workers, Node.js, CQRS, APIs • Language: Typescript