Articles
Unpacking the strategies, challenges, and breakthroughs in software development, project management, and cloud technology.
React 19 Features: Actions API, Server Components, Compiler
Mar 17, 2025
Actions API, Document Metadata, Server Components, and the React Compiler — what changes in React 19, with code examples and design notes.
Firebase App Hosting Secrets in apphosting.yaml (Next.js)
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.
Setting Up CI/CD for Firebase Functions Using GitHub Actions
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.
How to Deploy a Flask REST API on Google Cloud Run
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.
Micro Frontends Architecture: Benefits, Challenges, and Best Practices
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.