Blog

Getting a project online.

Short guides for the parts of deployment that trip students up, written by the person who runs the platform. Every guide ends with something you can actually deploy.

How to deploy a MERN project online

A MERN project is four moving parts, but only two need hosting: the Node.js server and the database. React is built and served by that same server. So a MERN deploy is really a Node.js deploy plus a MongoDB connection string.

Read the post →

How to host your Discord bot 24/7

A Discord bot has to be online whenever someone in the server pings it, which rules out the usual student-hosting trick of sleeping when nobody is visiting: nobody visits a bot over HTTP. It needs a plan that never sleeps.

Read the post →

Do not see your stack? Tell us what you are building at [email protected]. If students keep deploying it, a guide appears.