SBW Logo

SOUTH BAY

WARRIORS

Cover Image for Firebase App Check with Node.js and Flutter

Firebase App Check with Node.js and Flutter

I've been working on a proof of concept for a new security feature called Firebase App Check. And today I'm going to show you how to implement it with Node.js and Flutter.

Cover Image for JS: Don't block the event loop

JS: Don't block the event loop

What does it mean when someone says to not block the event loop? In my early days of JavaScript programming I was posed with this question and it was one of the most significant ones in my learning process.