Web Development Building a Static Blog to Replace Ghost I replaced my self-hosted Ghost blog with a static site — cheaper, faster, and with almost no attack surface. Here's the stack and how you can do the same.
Pulumi Moving Pulumi Resources from one project to another Move Pulumi resources between projects: export the stack, normalize it with PowerShell, import into the new stack, then clean up state in the old project.