October 2022
TypeORM doesn't have repositories
It's true, TypeORM doesn't implement Repository pattern, despite it has something called a repository. Let's figure out why.
August 2021
There are only 2 cross-browser ways to store API access key in your SPA
This articles explains how to securely store API token in Single Page Applications.