JavaScript
2 posts
-
How Faker.js Actually Works: Generating Fake Data Explained
Ever wondered where Faker.js gets its data, how it randomizes things, and how to avoid common gotchas? Let's dive into the mechanics of generating fake data.
-
Why Async Functions Don't Belong in Promise Executors
Understanding why passing an async function to the `new Promise` constructor is a mistake