Firebase Storage vs Cloud Storage Latency
Firebase Storage provides an easy way to save and retrieve files in Google Cloud Storage, without needing a server.
A blog about software development and technology.
Firebase Storage provides an easy way to save and retrieve files in Google Cloud Storage, without needing a server.
For a personal project, I need API access to my Feedly account.
For large repositories, the easiest way to improve performance is to enable feature.manyFiles:
FNM manages Node versions for your different projects.
Firebase Functions has a https.onCall trigger that supports calling the Function from your Firebase client.
At work a small percentage of requests were failing with bizzare error messages. A quick fix was to roll back our deployment, but it took a year and a half to find a solution to the underlying bug.
On Recipeyak, we resize user-uploaded images to improve page performance (see “Image Optimization”).
On Recipeyak, users upload images for recipes and we display them throughout the app.
Images sent over messaging apps are compressed before being delivered. This makes messages faster to send, but comes at a cost of visual fidelity.
I unintentionally create commits on my main branch all the time. When this happens, I need to undo my changes, or delete my local main branch and checkout a fresh copy from origin.