Latest Updates

Documenting code, one commit at a time.

Standardizing Video Output to MP4

Introduction

Our team has been working on streamlining the video rendering process for our landing page promos. This update focuses on simplifying the output format to a single standard: MP4.

The Change

The previous setup involved generating both MP4 and WebM formats for different browsers and devices. This required maintaining separate rendering configurations and increased storage

Read more
PHP Security

Dependency Updates: Enhancing Platform Security and Stability

Introduction

Regularly updating dependencies is crucial for maintaining the security and stability of our platform. Recent efforts have focused on upgrading key packages to address potential vulnerabilities and improve overall performance.

Key Updates

This update includes the following significant dependency upgrades:

  • nikic/php-parser: Updated from v5.6.2 to v5.7.0.
Read more

Optimizing Auto-Sync Frequency for Enhanced Responsiveness

Introduction

We recently adjusted the frequency of our automated synchronization process to improve system responsiveness and data consistency. This post details the change and the reasoning behind it.

The Change

The auto-sync schedule was updated from running hourly to every minute. This adjustment aims to provide near real-time updates for critical data.

Schedule::command('posts
Read more