Get better at the command line

The command line is a tool we all have to be familiar with in order to be effective developers.

There are very few development tasks that don’t touch on needing some level of comfort with the command line. These articles share some of our tips and thoughts on some command line tools.

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.