Uncategorized

Uncategorized

How to set up Drizzle ORM with Auth.js in a fresh project

Drizzle ORM is n object relationship mapper – basically it maps your relational databases and all it’s entitites to objects that you can interact with to make queries without necessaarily knowing SQL (but it definitely helps). The first thing I typically do when setting up a project is to get Auth.js working, which involves setting […]

Uncategorized

How to turn your computer into an ubuntu server

This guide will show you how to turn any computer into a server that can run your website, applications, or store your files. Why? Independence. Having your own private server means your emails, data, movies and music don’t depend on any business or company, only on openly distributed software that anyone can access. You can

Scroll to Top