<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Alex Budurovici</title>
    <subtitle>Founder of Spofibo. Technical leader with 15+ years building ventures, leading engineering teams, and shipping production systems across startups and global enterprises.</subtitle>
    <link href="https://budurovici.com/feed.xml" rel="self" type="application/atom+xml"/>
    <link href="https://budurovici.com/"/>
    
    
    <updated>2026-06-01T00:00:00.000+00:00</updated>
    
    <id>https://budurovici.com/</id>
    <author>
        <name>Alex Budurovici</name>
    </author>
    
    <entry>
        <title>Plan a cloud migration without importing old operational risk</title>
        <link href="https://budurovici.com/plan-cloud-migration-without-operational-risk" rel="alternate" type="text/html"/>
        <id>https://budurovici.com/plan-cloud-migration-without-operational-risk</id>
        <published>2026-06-01T00:00:00.000+00:00</published>
        <updated>2026-06-01T00:00:00.000+00:00</updated>
        <summary type="html">
            
                A migration operating model for landing zones, ownership boundaries, IaC baselines, cutover planning, and cost control before workloads move to the target cloud.
            
        </summary>
    </entry>
    
    <entry>
        <title>Block outgoing URL calls with iptables on Linux</title>
        <link href="https://budurovici.com/block-outgoing-url-calls-with-iptables" rel="alternate" type="text/html"/>
        <id>https://budurovici.com/block-outgoing-url-calls-with-iptables</id>
        <published>2021-10-26T00:00:00.000+00:00</published>
        <updated>2021-10-26T00:00:00.000+00:00</updated>
        <summary type="html">
            
                Use iptables string matching to block specific outbound HTTP paths, understand HTTPS limits, and choose safer egress controls when needed.
            
        </summary>
    </entry>
    
    <entry>
        <title>How to fix slow WordPress admin</title>
        <link href="https://budurovici.com/how-to-fix-slow-wordpress-admin" rel="alternate" type="text/html"/>
        <id>https://budurovici.com/how-to-fix-slow-wordpress-admin</id>
        <published>2020-09-28T00:00:00.000+00:00</published>
        <updated>2020-09-28T00:00:00.000+00:00</updated>
        <summary type="html">
            
                Diagnose slow WordPress admin performance by checking plugins, outbound API calls, Heartbeat behavior, object cache, and server limits.
            
        </summary>
    </entry>
    
    <entry>
        <title>Serve Let&#39;s Encrypt ACME challenges on Nginx</title>
        <link href="https://budurovici.com/nginx-letsencrypt-and-acme-challenge" rel="alternate" type="text/html"/>
        <id>https://budurovici.com/nginx-letsencrypt-and-acme-challenge</id>
        <published>2019-10-01T00:00:00.000+00:00</published>
        <updated>2019-10-01T00:00:00.000+00:00</updated>
        <summary type="html">
            
                Fix Nginx 404 errors on .well-known/acme-challenge during Let&#39;s Encrypt HTTP-01 validation with webroot config and renewal checks.
            
        </summary>
    </entry>
    
    <entry>
        <title>Hardening WordPress on LAMP (Apache)</title>
        <link href="https://budurovici.com/hardening-wordpress-on-lamp" rel="alternate" type="text/html"/>
        <id>https://budurovici.com/hardening-wordpress-on-lamp</id>
        <published>2019-09-11T00:00:00.000+00:00</published>
        <updated>2019-09-11T00:00:00.000+00:00</updated>
        <summary type="html">
            
                A layered WordPress hardening checklist for Apache on LAMP: SSH, .htaccess, wp-config, uploads, and plugin controls, with Nginx equivalents where useful.
            
        </summary>
    </entry>
    
    <entry>
        <title>Secured WordPress on LEMP Ubuntu 18.04 with Let&#39;s Encrypt</title>
        <link href="https://budurovici.com/secured-wordpress-on-ubuntu-18.04-with-nginx" rel="alternate" type="text/html"/>
        <id>https://budurovici.com/secured-wordpress-on-ubuntu-18.04-with-nginx</id>
        <published>2019-08-23T00:00:00.000+00:00</published>
        <updated>2019-08-23T00:00:00.000+00:00</updated>
        <summary type="html">
            
                Deploy a production-ready WordPress LEMP stack on Ubuntu 18.04 with Nginx, MariaDB, PHP, TLS via Let&#39;s Encrypt, and baseline hardening controls.
            
        </summary>
    </entry>
    
    <entry>
        <title>Fixing Chef cluster issues</title>
        <link href="https://budurovici.com/fixing-chef-cluster-issues" rel="alternate" type="text/html"/>
        <id>https://budurovici.com/fixing-chef-cluster-issues</id>
        <published>2018-05-30T00:00:00.000+00:00</published>
        <updated>2018-05-30T00:00:00.000+00:00</updated>
        <summary type="html">
            
                Recover a high-availability Chef cluster when Elasticsearch shard allocation or service health issues block normal Chef Server operation.
            
        </summary>
    </entry>
    
    <entry>
        <title>Configuring UTF-8 collation for MySQL or MariaDB on Docker</title>
        <link href="https://budurovici.com/mariadb-docker-utf8" rel="alternate" type="text/html"/>
        <id>https://budurovici.com/mariadb-docker-utf8</id>
        <published>2018-05-22T00:00:00.000+00:00</published>
        <updated>2018-05-22T00:00:00.000+00:00</updated>
        <summary type="html">
            
                Configure MySQL or MariaDB character sets and collations in Docker, verify Unicode storage, and understand durability tradeoffs.
            
        </summary>
    </entry>
    
    <entry>
        <title>Installing MongoDB on Ubuntu 15.04</title>
        <link href="https://budurovici.com/installing-mongodb-on-ubuntu-15.04" rel="alternate" type="text/html"/>
        <id>https://budurovici.com/installing-mongodb-on-ubuntu-15.04</id>
        <published>2016-01-13T00:00:00.000+00:00</published>
        <updated>2016-01-13T00:00:00.000+00:00</updated>
        <summary type="html">
            
                Resolve MongoDB service startup failures on Ubuntu 15.04 during the Upstart-to-systemd transition, with unit files and verification steps.
            
        </summary>
    </entry>
    
    <entry>
        <title>CSV UTF-8 encoding issues in Excel</title>
        <link href="https://budurovici.com/excel-utf8-encoding-issue" rel="alternate" type="text/html"/>
        <id>https://budurovici.com/excel-utf8-encoding-issue</id>
        <published>2015-10-09T00:00:00.000+00:00</published>
        <updated>2015-10-09T00:00:00.000+00:00</updated>
        <summary type="html">
            
                Fix CSV UTF-8 encoding corruption in Microsoft Excel with correct import settings, UTF-8 BOM handling, and verification steps.
            
        </summary>
    </entry>
    
    <entry>
        <title>Marketing vanity URLs</title>
        <link href="https://budurovici.com/marketing-vanity-urls" rel="alternate" type="text/html"/>
        <id>https://budurovici.com/marketing-vanity-urls</id>
        <published>2015-06-19T00:00:00.000+00:00</published>
        <updated>2015-06-19T00:00:00.000+00:00</updated>
        <summary type="html">
            
                Create trackable vanity URLs for print, QR, and email campaigns with Apache redirects, UTM parameters, and maintainable campaign rules.
            
        </summary>
    </entry>
    
    <entry>
        <title>Avoid duplicate-content SEO issues on Cloudflare origin subdomains</title>
        <link href="https://budurovici.com/avoiding-seo-penalties-for-duplicate-content-on-cloudflare-live-non-cached-subdomains" rel="alternate" type="text/html"/>
        <id>https://budurovici.com/avoiding-seo-penalties-for-duplicate-content-on-cloudflare-live-non-cached-subdomains</id>
        <published>2014-10-09T00:00:00.000+00:00</published>
        <updated>2014-10-09T00:00:00.000+00:00</updated>
        <summary type="html">
            
                Prevent Cloudflare origin and preview subdomains from creating duplicate-content SEO issues with host-aware robots, canonical URLs, and redirects.
            
        </summary>
    </entry>
    
    <entry>
        <title>Git tips and tricks</title>
        <link href="https://budurovici.com/git-tips-and-tricks" rel="alternate" type="text/html"/>
        <id>https://budurovici.com/git-tips-and-tricks</id>
        <published>2014-02-13T00:00:00.000+00:00</published>
        <updated>2014-02-13T00:00:00.000+00:00</updated>
        <summary type="html">
            
                Practical Git commands for rewriting authors, recovering work, inspecting history, bisecting bugs, and keeping repositories maintainable.
            
        </summary>
    </entry>
    
    <entry>
        <title>Lazy loading images with JavaScript</title>
        <link href="https://budurovici.com/lazy-loading-images" rel="alternate" type="text/html"/>
        <id>https://budurovici.com/lazy-loading-images</id>
        <published>2013-11-23T00:00:00.000+00:00</published>
        <updated>2013-11-23T00:00:00.000+00:00</updated>
        <summary type="html">
            
                Use native browser lazy loading first, understand LCP and CLS tradeoffs, and keep JavaScript lazy-loading libraries for legacy cases.
            
        </summary>
    </entry>
    
</feed>
