Sidharthan Chandrasekaran KamarajforThe Bug Shotsthebugshots.dev·Aug 25, 2023Generating Fake Data for Testing in Go with GoFakeItWhen writing tests, sample data is essential. But manually mocking up data for every test is tiring and messy. That's where the GoFakeIt Go library comes in handy! In this post, we'll explore how GoFakeIt can effortlessly generate realistic fake data...Discuss·11 likes·230 readsGolangfaker
Chinemere Chukwucodemistress.hashnode.dev·Aug 16, 20237 Unique and Underrated Python LibrariesI believe that all stakeholders in the tech industry have agreed and come to a unanimous decision that Python is an easy-going programming language. If ever it was a debate, I think it was laid to rest long ago. From www.python.org, Python is a progr...Discuss·10 likes·58 readsfaker
Jerry Fitznerblogs.jerryfitzner.dev·Nov 4, 2022Seeding Data using the Faker GemIntroduction Up to this point, I have desired to have an automated process to "seed" a database with user information. Many times in my early stages of programming, I desired to create applications where users would input information. This informatio...Discuss·30 readsseeding
André Lademannblog.andrelademann.de·Oct 28, 2022Custom fake data generatorIn 2019 (and still in 2022), we probably do not need to create data, we just need to print out one of the famous Twitter channels. Just kidding. :) Sometimes we need millions, I mean gigabytes of test data, which are really close to the data we are u...Discuss·47 readsfaker