node.js

A collection of 3 post

json-server, best friend of solitude startuper

Prototyping idea is crucial part of building application. You can check if your product works and meet future client's requirements. It's easy to handle, when you are in a big team, with many developers on board. But how to handle it, when you work solo?

Sequelize - order by joined models

Sometimes we want to get more data from the database at once. Sequelize gives us such possibility by including models. But what if we want to do something more with these joined models? Let's take a look on some cases.

Node.js, Sequelize and GDPR

One of the common rule is to encrypt data of our clients in the storage system. I want to show you, how we could do the very simple implementation of such encryption in our node.js APIs, by using Sequilize hooks.