Latest Updates

Documenting code, one commit at a time.

JWT 1 post
×

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