Vite is a fast and lightweight build tool for modern JavaScript applications. It is designed to be simple to use and easy to configure, with a focus...
It was time for me to prepare for a live demo at a meetup. As always, I used Heroku, my go-to deployment service. Unexpectedly, I discovered that...
Just spent an hour on it - here's how to. npm i faker@5.5.3 npm i -D @types/faker I install version 5.5.3 - since the latest version at the time of...
Sometimes we need to anonymize sensitive data that was used as an id of rows - consider the following tables: create table...
Install Postgres database We'll use the great and free database called Postgres Download and install it...
Installing a Dev Machine These are the softwares we'll use for the local development environment Node js Node.js is an open-source, cross-platform...