Latest Updates

Documenting code, one commit at a time.

SQL 5 posts
×

Streamlining Desktop Deployment with MSIX Packaging in ERP-1st

Our team working on the KamelotDeveloper/ERP-1st project has recently enhanced our application deployment strategy. This significant update focuses on integrating MSIX packaging, a modern Windows app packaging format, into our build pipeline to simplify installation and updates for our ERP application.

Introduction

Modern application development demands not just robust functionality but

Read more

Granular Gains: Tracking Per-Set Progress in GymFlow

The gymflow project is focused on fitness tracking. This update, part of a feature branch chain, introduces a significant enhancement to how users log their workouts and track progress: enabling per-set workout logging and a new daily progress view.

The Challenge

Before this update, users might have logged overall exercise results, like "Bench Press: 3 sets of 5 reps @ 100kg".

Read more

Building Robust Payment Infrastructure with Supabase: Migrations, RLS, and Type Safety

The gymflow project is expanding its capabilities, and a crucial new feature is the integration of payment processing. This involves more than just adding a few fields; it requires a robust, secure, and type-safe approach to handling sensitive financial data. Our recent work focused on laying this foundation using Supabase's powerful features, including SQL migrations for new tables, Row Level

Read more

Enhancing Workout Tracking: Granular Set Data with JSONB and React

For fitness applications, tracking more than just exercises is crucial for detailed performance analysis and progress. In the gymflow project, we recently implemented a significant upgrade to allow users to store and manage per-set data within their workout routines. This move from general exercise tracking to detailed set-level information enables richer analytics and more personalized

Read more