VS Code

VS Code is our text editor of choice, when we find something useful we like to share it here.

We spend most of our day in VS Code, sometimes that is writing ruby code, sometimes that is writing blog posts. Over the years we've become pretty good at using this tool.

When we come across something that might not be obvious, especially to folk who haven't maybe used other text editors before, we like to write about it.

If there is something you struggle with when it comes to using VS Code, drop us a line and if we can help, we will!

Recent posts View all

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.

Ruby

Override database attribute types

Sometimes you don't have control over how your database handles information, so you need Rails to set it