Blog

Thoughts on development, infrastructure, and the tools I use.

91 posts so far

Trust any proxy in Laravel

Configure Laravel to trust any proxy when placed behind a load balancer.

Using PowerShell to delete files after a few days

Clean up old files in a folder using a simple PowerShell script.

Merge video with audio using FFMPEG

Merge a video and an audio using a simple FFMPEG command.

Solve Dovecot error "Unknown section name: plugin"

Dovecot 2.4 introduced some syntax changes to its configuration files that might break your deployment.

Adding mentions to Flux UI editor

Flux UI doesn't provide an official way to add mentions to its TipTap editor. Here is a proof of concept for adding them.

Building modular systems in Laravel - A practical guide

Learn how modular architecture can transform your Laravel apps from tangled monoliths into scalable, maintainable systems with practical steps and real examples.

Recreate Windows Recovery Environment partition

Windows creates a partition for the Windows Recovery Environment. Follow the next steps to recreate it, giving it more space.

Rebuild Windows EFI boot

If your Windows is unable to boot, you might need to rebuild the Windows EFI boot using a bootable Windows installer.

PostgreSQL: Delete database and user

Learn the PostgreSQL commands to delete a database or a user you previously created.