Recent Posts

Use Postgres in Deno with Danet

4 min read

Get ready to use Postgres in Danet in few minutes ! This one is the odd cousin of the database family, and that makes it a great excuse to learn custom injectables.

Use MongoDB in Deno with Danet

2 min read

Get ready to use MongoDB in Danet in few minutes ! Spoiler, you have a lot less code to write than you used to.

Body validation in Danet, two ways

3 min read

Welcome ! Last time, we saw how to build a REST API in Deno using Danet V2. Today, we will add Body validation to it. In V2, you have two ways of doing it.

How to build an API in Deno with Danet (V2)

10 min read

Welcome, take a seat, and keep your keyboard at hand because today we are building a REST API in Deno using Danet V2. In the end, we’ll also show you how to handle authentication.