Latest Updates

Documenting code, one commit at a time.

debug 2 posts
×

Temporary Logging: A Quick Debugging Tactic

Sometimes, when working on a project like landing, you need to quickly diagnose an issue without setting up a full debugging environment. Temporary logging offers a fast and straightforward way to gain insights into your application's behavior.

The Problem

Imagine a scenario where a theme isn't rendering correctly in your landing project. You suspect a specific controller is the culprit, but

Read more

Debugging Production Image Generation in Breniapp

Introduction

During the development of Breniapp, a platform for [description], we encountered an issue where generated images were not appearing as expected in the production environment. This post details the debugging process used to identify the root cause, focusing on logging and tracing external API calls.

The Problem

The core issue was that the images array, which should contain

Read more