Posts
My writings sorted by publication date
-
Setting Up Laravel Octane with Swoole on MacOS
Updated:Install Laravel Octane with Swoole support to enable concurrency for Laravel server.
-
Logs and metrics — two signals, two jobs
Updated:Observability tools throw around the words logs and metrics all the time. They sound similar (both are “something my code emits”), but they solve different problems and need different handling
-
Optimizing Web Assets, Part 2, Fonts
Updated:Optimize loading of font files on your web page: reduce file sizes and load font files on demand.
-
Optimizing Web Assets, Part 1, General Ideas
Updated:One of the crucial skills for a web developer is to be able to deliver assets in the most efficient way
-
Managing multiple SSL certificates for staging web server
Updated:This article outlines some techniques to effectively manage SSL certificates for Nginx web server for staging environment.
-
Guide to HTML dark mode responsive images
Updated:This guide is about HTML images being used on a website with different themes options and with optionally different formats.
-
Dynamic SSL certificate for Nginx web server
Updated:This article tells about dynamically setting up SSL certificate for Nginx web server for staging environment.
-
Rounded gradient borders with transparent backgrounds in CSS
Guide on how to create elements with rounded gradient borders with transparent backgrounds in simple CSS
-
How to Pass Attributes to Blade Component
Learn how to pass attributes in nested Laravel Blade components.
-
How php-fpm with Valet and Homebrew have eaten third of a 1TB disk on my MacBook
Valet and Homebrew should not exist.