Money operations with Node.js and PostgreSQL

Alex Vasilev
Geek Culture
Published in
6 min readJul 28, 2022

--

If you’re working on a commercial project, you have to deal with money. You may ask “So, what’s the problem? Money is just numbers”. Well, it’s not so simple. Many developers make common mistakes and/or do not consider the peculiarities of Node.js.

Numbers in Node.js

Let’s start with the basics, what are numbers in Node.js? Strong-typed languages…

--

--