Project LifeOps (Part 3): Core Interactive Modules: Fitness, Library, Cinema, and Professional Kanban Board

We enter the functional engine of LifeOps: exploring dual-view ergonomics (Cards vs Table), workout tracking with dynamic paces and PBs, reading/cinema habits, and a professional Kanban board with chronological progress logging stored in PostgreSQL JSONB. Real code and design decisions inside!

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

The Risk Map: Architecting an Obsolescence-Immune Data Foundation

1. The Flat Table Trap (Excel is Dead) Managing an industrial Bill of Materials (BOM) through spreadsheets is a structural deficiency. Excel provides a two-dimensional environment for a three-dimensional problem. Hardware engineering and manufacturing dependencies operate under a graph logic. When the procurement department receives an End of Life (EOL) alert for a component, calculating the volumetric impact by searching text across multiple static documents introduces operational latency. The UNE-EN IEC 62402:2019 standard, in its Clause 8.10 (Data Acquisition), establishes the requirement to maintain “a list of configuration sub items within an item” alongside “the identification of the items and sub items details: manufacturer, part number and specification”. Achieving the level of parametric traceability demanded by the standard requires the design of a relational data model. ...

April 18, 2026 · Datalaria

From Zero to Hero: Create a Cyberpunk Snake Game with Real-Time Ranking using Supabase and Vanilla JS

Remember classic Snake? We’ve brought it to the future with a Cyberpunk aesthetic and connected it to the cloud. In this ‘From Zero to Hero’ tutorial, you’ll learn to build ‘Neon Snake’ using Vanilla JS for the game and Supabase to persist scores in real-time, without needing a complex backend server.

February 14, 2026 · Datalaria