CSS - Cascading Style Sheets

CSS is one of the cornerstone technologies of the web, it provides styling to your web pages.

If you've never heard of CSS before you might like our simple explanation of CSS.

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?