Recent Posts

Use MongoDB in Deno with Danet

2 minute 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 minute 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 minute 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 ...