7 months ago
- Last month I decided to do a quick fun project as an excuse to try out AI coding tools, called iWittr.com. It’s a fan site for the Kermode & Mayo podcast, which I’ve been listening to for over 10 years. I might do another post about that experience, but this one is about...
10 months ago
- Sometimes you want configurability without the baggage of an entire language, so you turn to an simple, expression language! Here are some examples I’ve found. CEL Used in Firebase for ACL definitions, there are a couple implementations hanging around but go is the main one....
about 1 year ago
- In this article, I’ll introduce you to Luzmo Flex, a new feature from the Luzmo team who have been working hard making developer tooling to flatten the on-ramp ......
about 2 years ago
- 👋 Hi, this is Gergely with a free issue of the Pragmatic Engineer Newsletter. We cover one out of five topics in today’s subscriber-only The Pulse issue. If you’re not yet a full subscriber, you missed this week’s deepdive: The 2023 tech market, as seen by hiring managers. To...
- This evening I spent some time playing around with ChatGPT code interpeter: https://chat.openai.com/share/35a90a26-1073-492b-b90c-8bdb1710e2e1 I scraped all HN posts from January 1st 2023 to today, ingested them into an sqlite db, and then had code interpeter visualize. They’ve...
over 2 years ago
- Running Firestore operations on a local database is an essential aspect of efficient Firebase development. In this tutorial, we'll guide you through the process of setting up and testing Firestore operations using a Firestore local database with the help of Firebase Emulator....
over 4 years ago
- Firebase is a mobile platform which can be used to quickly develop high-quality apps and manage its analytics. It is acquired by Google in 2014. It provides a lot of features to developers some of these are following: Using Cloud Firestore and Cloud Storage we can Sync our data...
about 6 years ago
- .entry-header .entry-meta A painfully wasteful discovery today was that, when you are using Firebase Functions to serve your code, it strips all cookies from the request object. The only hack around this is to use a specially named cookie, “__session” and fit any data you need...
over 6 years ago
- .entry-header .entry-meta At Promise, we’ve built some good infrastructure to let us move fast, and I’ve written a post about one of the most effective: getting a 15X speedup in our testing framework. Read more at...
about 8 years ago
- MARCH 2020 UPDATE: The new Firebase JS SDK Alpha makes your bundle up to 80% smaller! It now fully adopts tree-shaking and lets you import only what you truly need. In a lot of tutorials I came across the comfortable solution of just adding import * as firebase from ‘firebase’...
Rows per page