Mock data with FakerJs

Mock data with FakerJs

What is FakerJs ? FakerJs is a JavaScript library that helps generate random data according to different types of data such as email, phone number, address, password, image and so on… Demo: https://rawgit.com/Marak/faker.js/master/examples/browser/index.html When is it useful? When working with the Front End, we need the data to be processed on the user interface when the real data from the API is incomplete. Creates dummy […]

Read More

Flutter2

Flutter2

At 2021/3/4, Flutter2  was released with new features added: – Web’s , desktop’s support has been in stable channel (they were in beta channel before), which mean you can bring your app officially to Web, Mac OS and Windows OS. – Sound Null Safety, but not all packages has been updated with this feature so consider this when you intend to upgrade your current project […]

Read More