Feeds:
Posts
Comments

Archive for June, 2021

Random Data generator

Faker.js is a very useful tool to generate random names, addresses, company names, and so much more:

Marak/faker.js: generate massive amounts of realistic fake data in Node.js and the browser (github.com)

It is a simple Javascript that can be used with nodejs or in the browser.

Comes in very handy when trying to generate large amounts of test data.

Read Full Post »