Latest Updates

Documenting code, one commit at a time.

Streamlining Development with Consistent Code Review Practices

Introduction

In software development, maintaining consistent code quality across a project is paramount. However, without standardized practices, code reviews can become subjective and inconsistent, leading to oversights and potential issues.

The Problem

Without established guidelines and a shared understanding of best practices, the code review process within the Psiconnection project

Read more
JavaScript Node.js

The Case of the Vanishing Preview: A Vercel Debugging Journey

Imagine deploying a project and eagerly awaiting the preview, only to find it consistently failing. This was the situation we faced with the Psiconnection project, and here's how we began to unravel the mystery.

The Problem

The Vercel bot diligently reported build failures for the psiconnection project. The error message linked to an inspection URL, but the root cause remained elusive.

Read more