All Posts
108 articles · showing page 13
January 10, 2025
Getting Familiar with Event Sourcing in Laravel
Event sourcing is a powerful architecture pattern for handling complex data changes over time. This blog will introduce you to the principles of event sourcing and demonstrate how to use it in your Laravel applications with the Spatie package.
December 30, 2024
CGI, FastCGI, php-fpm, and nginx: The Web Server Squad You Need to Know
Ever wondered how your shiny new blogâlike my recently deployed CodeBit Chroniclesâflies from server to screen? Itâs all thanks to nginx, CGI, FastCGI, and php-fpm working together. These tools handle everything from static assets to dynamic PHP APIs powering a Next.js frontend. In this guide, weâll break down their roles with examples from my blog deployment, showing how they bring it all to life. New to servers or a seasoned dev? Letâs dive into the fun!
November 21, 2024
Php 8.4: features, improvements, and deprecations you need to know
Discover the New Features, Performance Enhancements, and Deprecated Functions in PHP 8.4
November 14, 2024