Example local development settings file for Drupal 8+ with database config, reverse proxy, and dev-specific options.
A collection of interconnected thoughts, projects, and writings. This is a space where ideas grow, evolve, and connect to each other organically.
Example local development settings file for Drupal 8+ with database config, reverse proxy, and dev-specific options.
Apache .htaccess configuration snippets for Drupal including HTTPS redirects and canonical domain setup.
Using journalctl vacuum commands to manage systemd journal log size by time or disk space.
The Dynamics of Cryptocurrency Price Momentum: Empirical Foundations, Market Microstructure, and Algorithmic Exploitability
Opencode agents for the Explore - Plan - Code - Verify workflow
stephencox.net is designed to collect things I've done or things I like online.
Varnish is great at serving pages to anonymous users at high speed, but it doesn't speak HTTPS so if you want to use Varnish and provide your site over HTTPS then you need to use something to do HTTPS and proxy the traffic to Varnish. In this blog post I will detail one way to do this by using Nginx to do HTTPS termination and proxy the requests to Varnish.
Detailed plan for blog post covering AI-assisted development workflow and common failure modes.
Explore Eleventy’s minimal asset pipeline: CSS & JS handling passthrough copy, Bundle plugin, Vite integration, Template Asset Pipeline for optimized builds.
Notes on how to root and update Android on a Google Nexus devices using Ubuntu 14.04.
Developer documentation for Agile Collective members, employees and freelancers.
An introduction to programming asynchronous Ajax web requests using JavaScipt, PHP and MySQL.