Posts
All the articles I've posted.
-
BigQuery for Data Engineering: Advanced Analytics and Performance Optimization
Master Google BigQuery with advanced SQL patterns, performance optimization techniques, cost management strategies, and integration with modern data stacks.
-
Service Mesh with Istio: Production Implementation and Best Practices
Complete guide to implementing Istio service mesh in production Kubernetes environments, covering traffic management, security, observability, and operational excellence.
-
Multi-Cloud Infrastructure with Terraform: AWS, Azure, and GCP
Build and manage multi-cloud infrastructure with Terraform, covering provider patterns, state management, abstraction strategies, and cost optimization across cloud platforms.
-
Production Observability with Prometheus and Grafana: Complete Guide
Build comprehensive observability stack with Prometheus, Grafana, AlertManager, and modern monitoring best practices for production Kubernetes and cloud environments.
-
Python Data Engineering: Building Production Pipelines with Apache Airflow and dbt
Complete guide to building scalable data pipelines with Python, Apache Airflow, dbt, and modern data engineering best practices for production environments.
-
Building a RAG Application with Azure OpenAI and AI Search
A practical guide to implementing the Retrieval-Augmented Generation (RAG) pattern using Azure OpenAI Service and Azure AI Search, covering document ingestion, embeddings, vector search, and prompt construction.
-
Getting Started with Azure AI Foundry: Build Your First AI Application
A step-by-step introduction to Azure AI Foundry, covering project setup, model deployment from the catalog, prompt flow creation, and evaluation. Build your first AI application on Azure.
-
Next.js Server Actions: Handling Forms Without API Routes
Learn how Server Actions in Next.js simplify form handling by eliminating API routes. Covers validation with Zod, optimistic updates, error handling, and revalidation patterns.
-
Understanding Next.js App Router and React Server Components
A deep dive into the Next.js App Router architecture, React Server Components, data fetching patterns, streaming with Suspense, and practical migration strategies from the Pages Router.
-
Building Full-Stack Apps with SvelteKit: A Complete Guide
A practical walkthrough of building full-stack applications with SvelteKit covering routing, load functions, form actions, API endpoints, and deployment.
-
Svelte vs React: A Practical Comparison for 2025
A hands-on comparison of Svelte and React covering bundle size, reactivity, performance, ecosystem, and developer experience with side-by-side code examples.
-
Rust Web Development: Getting Started with Actix Web and Axum
A practical comparison of Actix Web and Axum for building REST APIs in Rust, with code examples, performance notes, and guidance on choosing the right framework.