Articles

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

Step-by-Step: Building Your Blog With Next.js and MDX

Mar 25, 2025

Learn how to build a fully featured blog with Next.js and MDX, including how to solve the notorious React version conflict errors that can occur with next-mdx-remote.

Building Location-Based Features Using Expo Location

Mar 24, 2025

A comprehensive guide to implementing GPS and location tracking features in React Native apps using Expo Location.

React 19 Features and Design Patterns

Mar 17, 2025

React 19 brings significant updates to the popular JavaScript library, offering developers new tools and patterns to build more efficient and maintainable user interfaces.

Managing Secrets in Firebase App Hosting for Next.js Applications

Mar 14, 2025

A comprehensive guide to securely handling environment variables and secrets in your Next.js applications deployed to Firebase App Hosting

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.