Posts
My writings sorted by publication date
-
Round Robin vs. Weighted Round Robin LB (g33kinfo)
Updated:Copy of article from g33kinfo.com website of 2010
-
How to Rock a Systems Design Interview (Palantir)
Updated:Copy of article from Palantir website of 2011
-
Optimizing Web Assets, Part 3, Images
How to optimize image loading: choosing file format, leveraging CSS and progressively loading assets
-
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.