Freelance Full Stack Developer @Theodo Period: 2021/04 - 2021/06 • Technologies: Firestore, Google Cloud Functions, GCP, APIs, Node.js, React • Language: Typescript
Solve most of your Xcode problems through Cargo Cult If you are an iOS or macOS developper, you probably work with Xcode. And if you work with Xcode, you've most probably had some weird times where, suddenly, things just stopped working. Here's how to solve that
Separate concerns and optimize client performances with CQRS using Firestore & Firebase Cloud Functions Optimize your mobile app's performances and run "big" and "complex" queries in NoSQL, using CQRS & Serverless! (in our case, Firestore & Firebase Cloud Functions)
Add a bottom divider to your SwiftUI view! Where we learn to look around thoroughly before blindly trusting strangers.
Give your UIViews and UIButtons some rounded edges and a shadow! Somehow, making a button rounded, and then adding a shadow to it, seems to be more difficult than it should. Here's how to do it in Swift!
Life Over The Air Ever heard of the School of the Air? It's an Australian thing, from deep within the Australian outback. A peculiar and quite unusual one at that, until recently.
Make your Firebase Storage files available on upload Ever uploaded a file to Firebase Storage, only to be hit with a 403 error when trying to access it? Here's how to get a publicly accessible URL for the file you just uploaded.