Latest Updates

Documenting code, one commit at a time.

Serde 1 post
×
PHP Serde

Improving Job Reliability in Reimpact/platform with Property Serialization

Introduction

This post discusses a recent enhancement to the Reimpact/platform project focused on improving the reliability of background jobs. Specifically, it addresses issues encountered during the serialization and deserialization of model properties, and error handling during Excel data processing.

The Problem: Private Properties and Silent Errors

When working with background jobs

Read more