Server Basics

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

Developers don’t need to understand servers in order to develop, but we’ve found our experience in setting up and managing servers for our clients has come in handy plenty of times.

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

PersonalWeb Dev

X-Clacks-Overhead

We now support the X-Clacks-Overhead, or, the internet as a tool to not forget

JavaScript

Setting a more specific database type in Prisma

Prisma sets a default of TEXT for all String fields, here is how you can override that.