The Atlassian Blind Spot: How a Compliance Checklist Led to an Open Source Provider
We were preparing for SOC-2 and ISO-27001. The checklist asked simple questions. We didn't have answers for all of them.
read more →
I help you cut through the complexity
to supercharge your growth.
No bullsh*t, just straight-shooting
solutions that hit the mark.
E-commerce leader with a hands-on approach. Straight to the point.
Top 50 Magento contributor in 2019. Leader in 2020. Passed the Adobe Commerce certification exams since 2018 and earned the Architect status in 2020.
More than just another tech executive. Deep expertise across Magento, Adobe Commerce, Shopware, and Sylius — backed by hands-on DevOps: Terraform/OpenTofu, CI/CD, infrastructure as code…
I lead e-commerce technology at FastWhiteCat, turning complex challenges into scalable solutions. No sugarcoating, just real results.
Years in ecom
Development
Open-source
PRs merged
Pull Requests
reviewed
We were preparing for SOC-2 and ISO-27001. The checklist asked simple questions. We didn't have answers for all of them.
read more →Monitoring your e-commerce infrastructure plays a key role in improving performance and service availability. While investigating excessive usage of CDN traffic. Learn step-by-step how to set up Fastly dashboard in your NewRelic.
read more →Not articles — code. Shaping the tools I use every day, with a note on what was actually broken.
The plugin injects the WAF eagerly, so every request paid for a point SELECT on the flag table before it could decode the rules — a round trip for a value that only changes when the five-minute cron writes it. Caching in front of that lookup, without reintroducing the cache-only storage the module had deliberately dropped, since cache:flush or a disabled cache type must not leave the WAF ruleless.
Free tool to track Magento & MageOS version lifecycle. Check EOL dates, system requirements, and security patches at a glance.
Visit →Rate any email address before you trust it. Keep disposable and fake signups out of your checkout, newsletter and trials.
Visit →Open-source Composer proxy running on Cloudflare's edge. Manage private PHP packages without the overhead.
Visit →
Magento\Framework\HTTP\Client\Curlsets no default timeout, so a stalled connection to the rules endpoint blockedfetchRules()indefinitely. That call runs from a cron job in a separate process, and Magento’s schedule lifetime only prunes stale rows after the fact — it never kills the hung worker.