Git - version control system

Git is our version control system of choice, here are some articles about (g)it.

Git has become the defacto way development teams version their work, meaning that multiple people can work on the same codebase with ease, or that changes can be fairly quickly unpicked if needed.

Getting good at Git will help you be a more well rounded developer.

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.