Writing on software design and building things.

All of my long-form thoughts on programming and more, collected in chronological order.

Build a Go REST API with Fiber and MongoDB

In this tutorial, we will create a Movie Catchphrase API with Fiber (a Go web framework) and the go mongo driver in order to interact with the MongoDB instance.

Build a Node.js REST API with Express and MongoDB

In this tutorial, we will create a Movie Catchphrase API with Express and with Mongoose in order to interact with the MongoDB instance. We will use Swagger to document the API we created.