Latest Updates

Documenting code, one commit at a time.

Scheduling Posts with Multi-Day Overflow in devlog-ist/landing

In the devlog-ist/landing project, which focuses on creating landing pages, a new feature has been implemented to improve the scheduling of posts when daily limits are reached.

The Problem: Silently Skipped Posts

Previously, when the daily post limit was reached, any further attempts to schedule posts for external platforms would result in a DailyPostLimitReachedException, and the

Read more

Enhancing Code Quality in Landing Page Projects with Static Analysis

Introduction

In the realm of web development, maintaining high code quality is paramount, especially in projects like landing pages where rapid iteration and quick deployments are common. This post explores how incorporating static analysis tools, such as PHPStan, can significantly improve code reliability and reduce potential runtime errors in landing page projects.

The Role of Static

Read more