Latest Post
Is It Worth It? Self-Hosted Sentry with Docker — Setup Guide & Cost Comparison
Honest cost comparison of self-hosted Sentry vs SaaS, plus a complete Docker setup guide. Is the complexity worth the savings for ecommerce monitoring?
Writing
DevOps/SRE/Platform Engineering with a side of questionable architectural decisions
Latest Post
Honest cost comparison of self-hosted Sentry vs SaaS, plus a complete Docker setup guide. Is the complexity worth the savings for ecommerce monitoring?
Generate a diff report for the difference between the Magento 2 DB Schema in code, and the schema currently deployed.
Simple Boilerplate code to create a scratch file similar to artisan:tinker. Where you can interactive with the Magento APP over the CLI, instantiate classes with ObjectManager and call methods. Great for single use scripts, or inspecting data / method results.
Quick and easily identify what XML blocks are breaking your full page caching, by injecting a small piece of code into any template.
Increase throughput, security and speed by enabling split routing for OpenVPN. With only a few lines of server configuration.
You can simplify OpenVPN installation by using the OpenVPN installation script by NYR https://github.com/Nyr/openvpn-install On your target installation server, run the following to download and execute the script into your home directory. Default options you can choose are: - UDP Protocol - Port 1194 - DNS Server 1.1.1.1 After the installer runs, you can now connect to the VPN, and you can rerun the script to add/remove clients or uninstall...