Articles

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

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.

MDX Powered Blog Using App Router on Next.js

Oct 1, 2024

How I built an MDX powered blog using App Router with Next.js and Tailwind CSS.

Embracing Clean Code Principles

Apr 11, 2024

Learn practical tips for writing clear, maintainable code through examples and best practices. Elevate your software development journey with this guide to clean code principles.