Server Basics

Most posts assume little or no prior knowledge of using a web server.

We wanted to write up a selection of articles covering really basic server stuff, most posts assume little or no prior knowledge. We hope you find them useful.

Recent posts View all

Web Dev

Updating payment method email addresses in Stripe

You can't update the email address associated with a payment method in Stripe via their dashboard, you need to use the Stripe CLI

Ruby

Irreversible Rails Migrations

What are irreversible migrations and how might we use them to our advantage?