The (not so) Weekly Fitz
  • Home
  • Serverless
  • Swift
  • Stable Diffusion
Sign in Subscribe

Javascript

Types are nice, infinite recursion edition

Types are nice, infinite recursion edition

Playing around on hackerrank to prepare for an interview, I had some fun solving tree problems using recursion.
ElFitz Aug 25, 2023
Separate concerns and optimize client performances with CQRS using Firestore & Firebase Cloud Functions

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)
ElFitz Aug 29, 2020
Make your Firebase Storage files available on upload

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.
ElFitz Jun 3, 2020
What do to when your Node.js code crashes because of a circular JSON

What do to when your Node.js code crashes because of a circular JSON

You're trying to figure out what some object looks like, and since you're not running your code locally you don't have access to a proper debugger. So you print it. And your whole Node.js app crashes. What do you do?
ElFitz Jan 5, 2020

Subscribe to The (not so) Weekly Fitz

Don't miss out on the latest news. Sign up now to get access to the library of members-only articles.
Thoughts, stories and ideas.