Logo
AboutArchiveSnippets

backend

Integrating BigQuery with Node.js - From Google Sheets to Scalable Data Fetching

8 min read

How I migrated from Google Sheets to BigQuery for analytics data in a Node.js application, including authentication, querying, and build-time data generation.

Node.jsBigQuery

Solving Google Sheets Timeout Issues with Build-Time Static JSON Generation

5 min read

How I eliminated Google Sheets API timeout errors by generating static JSON files at build time instead of fetching data at runtime.

Node.jsGoogle Sheets API

Fixing Cookie Loss When Proxying from Fastify → Next.js

4 min read

A workaround for preserving cookies when using Fastify as a custom server for Next.js, ensuring cookies are not lost during SSR.

Node.jsfastify

Building My First Flask App: A Next.js Developer‘s Perspective

8 min read

What building a Flask REST API looks like when you‘re coming from Next.js. Spoiler: Flask routes are way simpler than I expected.

PythonFlask

From TypeScript to Python: Setting Up a Modern Development Environment

8 min read

How I set up a Python development environment using uv, coming from a TypeScript/Next.js background. Spoiler: it‘s a lot like modern JavaScript tooling.

Python
© 2024-present Zoe