Project LifeOps (Part 5): 24/7 Zero-Cost Cloud Deployment ($0/month), Mobile Optimization, and PWA

We have crossed the finish line! In this final installment, we deploy LifeOps to 24/7 production at exactly $0/month combining Render and Netlify, handle container cold-starts gracefully, engineer thumb-accessible mobile ergonomics, and convert the app into an installable PWA. Complete blueprint revealed.

September 19, 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

Weather Service Project (Part 3): Predicting the Future with AI and OpenWeatherMap

From data collection to dynamic dashboards, now it’s time to predict! This post explores integrating OpenWeatherMap’s 5-day forecast and building our own 1-day AI prediction model using historical data, all visualized in our interactive frontend.

November 15, 2025 · Datalaria

Weather Service Project (Part 2): Building the Interactive Frontend with GitHub Pages or Netlify and JavaScript

After building the data collector, it’s time to visualize it! This post guides you through creating an interactive weather dashboard using GitHub Pages or Netlify, JavaScript, PapaParse.js, and Chart.js. Bring your data to life!

November 8, 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