-
Create a PayloadCMS Custom Slug Field
A walkthrough of how to create a plugin for PayloadCMS (version 3.x)
-
Checking YARD Documentation Coverage
Find what needs documenting in a project when using Yard
-
Create a distributable Elixir executable using Bakeware
Use the Bakeware library to create an application that will run on various Linux versions
-
Back up GMail Accounts with imap-backup using email-oauth2-proxy
Use email-oauth2-proxy to handle GMail's OAuth2 authentication giving imap-backup access without the use of passwords which are considered unsafe by Google
-
Connecting to a Running Phoenix Application Deployed on Dokku
How to set launch the Phoenix process so that shell process can be connected to it when necessary
-
Achieving a 30x improvement in imap-backup times
I've implemented a "delayed writes" option for imap-backup to avoid excessive rewrites of the metadata on large mailboxes
-
Dockerfile ENTRYPOINT, CMD and `run` Arguments
The interactions between Docker's ENTRYPOINT and CMD instructions
-
dotfiles
A super-simple setup to handle dotfiles via Git
-
Trying Flow
A quick run through of what Facebook's Flow offers
-
Create a Mix Task for an Elixir Project
The steps necessary to implement a Mix task, and see its documentation