Articles

Unpacking the strategies, challenges, and breakthroughs in software development, project management, and cloud technology.

Mar 17, 2025

Actions API, Document Metadata, Server Components, and the React Compiler — what changes in React 19, with code examples and design notes.

Mar 14, 2025

Wire env vars into apphosting.yaml with firebase apphosting:secrets:set and grantaccess for Next.js — including the NEXT_PUBLIC_* exposure trap.

Mar 11, 2025

In this article, I'll share a minimalist yet effective GitHub Actions workflow for deploying Firebase Functions, along with setup instructions and solutions for common issues you might encounter.

Mar 2, 2025

Deploying a Flask REST API to Google Cloud Run allows you to run your application in a fully managed serverless environment. This guide will walk you through deploying a Flask API from a source directory using the gcloud command-line tool.

Oct 22, 2024

Explore the benefits, challenges, and best practices of Micro Frontends Architecture, a growing trend in systems design that offers flexibility, scalability, and maintainability for complex web applications.