Subscribe to my newsletter and never miss my upcoming articles
The Hardware The Pi The device is a Raspberry Pi 4B with 8GB RAM. https://www.raspberrypi.org/products/raspberry-pi-4-model-b/ The case owootec RetroFlag ResPi4. This case is an amazing combination of several things - the NES controllers to play Su...
TypeORM is a Object Relation Mapping library for TypeScript that allows for abstraction of your database operations in a clean way. It depicts tables as entity classes, provides for automatic synchronization with the database and supports migrations....
In the software world - thanks to people who create and maintain open source libraries - there aren't many problems that aren't already solved. In my quest to manage required environment variables for my Node.js applications, I stumbled upon envalid ...