Articles
You can see tags for what topics I like to cover.
Some things I want to learn and write about (even if it’s just for myself) in the future:
- misc OAuth server and client
- misc: ansible and other server maintenance things, i.e.
motd
andunattended-upgrades
. - docker/k8s: rancher, heimdall, helm
- misc: ceph, airflow, kafka, grafana, prometheus, dozzle, proxies, more..
- traefik TLS and cnames for most things - http services work great ATM but TCP/UDP not so much. wip
Generate and save a blade component containing a
Chart.js
chart in Laravel (without controller bloat) using Browsershot, and then upload it to S3.
Published
Setting up the Tailwind breakpoints by adding custom devices in Google Chrome’s device toolbar for easier testing.
Published
I’ve hosted many apps. I’ve set up CI to build containers. But I’ve never figured out the continuous deployment part, until now. I will use
watchtower
in a GitHub workflow to trigger the image update and restart the container.
Published
Want your Laravel app to do something after running migrations? Here’s how I did it.
Published
Connect to a remote server with mc from command line (non-interactive).
Published
Enabling MySQL query logging on Mac (without Docker).
Published
Create an AWS S3 and corresponding CNAME in Cloudflare for static site hosting using ‘infrastructure as code’ using Terraform.
Published
Automatically have Bitbucket CI build a static site and move the built into a production or staging bucket depending on the branch.
Published
Relatively barebones PHP environment for Codewars Kata challenges, with
xdebug
.
Published
Publish messages to a RabbitMQ instance using PHP. Build a PHP consumer to process messages in the background with
supervisord
.
Published
This was hell. Just an excuse to save some handy
wget
, ssh
, find
, csvtool
, xargs
, commands and other occasionally useful things, honestly.
Published
Some tips I picked up to make sites hosted on Apache
httpd
servers more secure.
Published
Friendship ended with
terminator
, now tmux
is my best friend.
Published