Unit testing Node.js

I feel there is a tendency to forget that we, or somebody else, will have to maintain our code weeks, months or even years after its… Read more

Similar

Use MySQL in Node.js

In the last article, we created User RESTful APIs using Express.js. But for the persistence, we didn’t code anything. We just mocked the data since we had no database connection. This time we… (more…)

Read more »

How to Send Ethereum Using Node and Web3

<p>In order to send Ethereum from one wallet to another, we need to have the following things in line: Generating Ethereum test wallets. Funding Ethereum in a test wallet. Ethereum blockchain test net environment. Program to transfer fund. Let&#... (more…)

Read more »