Latest Post
Local Wordpress Bedrock Development using Warden
The secret configuration file you need to implement to get Roots Bedrock working with the warden.dev local environment
Writing
DevOps/SRE/Platform Engineering with a side of questionable architectural decisions
Latest Post
The secret configuration file you need to implement to get Roots Bedrock working with the warden.dev local environment
Step-by-step guide to running Sentry self-hosted with Docker Compose. Covers prerequisites, resource requirements, install steps, and an honest take on whether it's worth the maintenance burden.
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...