Latest Updates

Documenting code, one commit at a time.

Graceful Data Handling: Taming Mixed JSON Types in PHP

On the landing project, specifically within the JobBoard functionality, we encountered an intriguing challenge related to data integrity. The tech_stack JSON column, designed to store an array of technologies, was sometimes holding plain strings instead of structured arrays. This inconsistency led to a TypeError when the page attempted to process and mount these entries, expecting an

Read more