← All writing

How To

9 posts tagged how-to.

security

What makes an app safe to launch?

Twelve checks that separate a demo from something you can put in front of strangers, ordered by how much damage each one prevents.

· 5 min read

jobs

Do you need Redis to run background jobs?

No. A queue on your existing database removes a service to run, secure, and pay for. The real tradeoff, and four rules that make jobs reliable.

· 5 min read

sign-in

Should you build sign-in without passwords?

Emailed codes and social sign-in remove the password database and the reset flow. What you gain, what you take on, and the detail everyone gets wrong.

· 5 min read

deploy

How do you put your app on your own server?

One command, a $5 box, and a container. What running your own server involves in 2026, what it costs, and when a managed platform is the better answer.

· 5 min read