Latest Updates

Documenting code, one commit at a time.

English 10 posts
×

Fortifying Payment Integrations: A Backend and Edge Function Approach in gymflow

Integrating diverse payment gateways into an application demands a robust, secure, and scalable architecture. For the gymflow project, we've implemented new backend routes and an Edge Function to handle various payment methods like Mercado Pago, BPC, and cash, ensuring secure transactions and reliable webhook processing.

The Challenge

The primary challenge was to create a flexible payment

Read more
React Supabase

Effortless Payments: Unveiling Admin Management in Gymflow

Managing payments can often feel like a juggling act, especially when dealing with a dynamic user base. Manual tracking, scattered data, and delayed confirmations can quickly turn a simple task into a significant administrative burden.

In the gymflow project, dedicated to streamlining gym operations, we've rolled out a significant enhancement to simplify this process: a comprehensive admin

Read more

Streamlining Financial Oversight: Introducing Admin Payment Management in gymflow

Imagine the chaos of managing payments manually: sifting through emails, cross-referencing bank statements, and endlessly updating spreadsheets. For any growing platform, this quickly becomes a bottleneck, prone to errors and eating into valuable administrative time. In our gymflow project, dedicated to enhancing gym management workflows, we faced this exact challenge as our user base expanded.

Read more
Python PyInstaller

Streamlining PyInstaller Builds: Optimizing for a Leaner ERP Application

For the KamelotDeveloper/ERP-1st project, building efficient and self-contained applications is crucial for reliable deployment. When creating standalone executables, especially for critical business systems like an ERP, every byte and every dependency matters. This pursuit of efficiency often leads to discovering and eliminating unnecessary components that inadvertently creep into the build

Read more

Ensuring Consistent Branding: Fixing Missing Tauri Icons in Kamelot ERP-1st

Project Context: Kamelot ERP-1st

The Kamelot ERP-1st project provides essential enterprise resource planning functionalities. As part of its desktop deployment strategy, the project leverages Tauri, a framework for building cross-platform desktop applications using web technologies. Maintaining a consistent and professional user experience across all platforms is paramount, and a key aspect

Read more

Ensuring Reliable Deployments: Fixing Bundle Uploads in Our ERP-1st Workflow

In our ERP-1st project, consistent and reliable deployments are paramount. This enterprise resource planning system relies on automated workflows to ensure that new features and fixes reach users seamlessly. Recently, we encountered a subtle but critical issue with how our deployment bundles were being handled, leading to intermittent failures.

The Challenge: Incomplete Bundles

Read more