Project LifeOps (Part 4): Executive Word (.docx) Reporting Engine and Multi-Sheet Excel (.xlsx) Export

Your data should never be held hostage by any app. In this installment, we build LifeOps’ in-memory RAM generation engine: executive Word documents (.docx), multi-sheet Excel workbooks (.xlsx), and UTF-8 BOM CSV backups ready for PowerBI, without storing a single temporary byte on disk.

September 18, 2026 · Datalaria

Project LifeOps (Part 1): Personal Operating System Architecture and FastAPI + Supabase Backend

Tired of juggling 5 different subscription apps for workouts, reading lists, and project management, I built LifeOps: a unified, scalable, and 100% free personal OS powered by FastAPI and Supabase. Here is the architecture breakdown!

September 10, 2026 · Datalaria

Autopilot - The Brain: Configuring Gemini and CrewAI to Read My Blog

A script that reads files is easy. A script that ‘understands’ technology is a different story. In this post, we configure the Python environment, solve CrewAI integration errors, and succeed in having Gemini Flash extract ‘pure gold’ from our Markdown posts.

December 31, 2025 · Datalaria

Project Weather (Extras): Beyond AI - Building a Robust, User-Centric Dashboard

While Project Weather’s AI prediction model is a highlight, its true robustness lies in its meticulously designed infrastructure. This post explores the significant enhancements in data collection, multilingual support, dynamic data filtering, and UI/UX that elevate the application to a production standard, demonstrating a holistic approach to complex web development.

December 6, 2025 · Datalaria

Weather Service Project (Part 1): Building the Data Collector with Python and GitHub Actions or Netlify

We kick off our weather project by building the engine: a Python script that talks to an API, saves historical data, and runs daily thanks to GitHub Actions. I’ll share the tricks and challenges!

October 31, 2025 · Datalaria