RJRajat Jainwalintechblog.geekyants.com·Apr 1, 2021 · 4 min readGA-WDIO: Automating Web App TestingPreface GA-WDIO is a CLI tool built by GeekyAnts that leverages webdriver.io underneath and generates a boilerplate for your testing project with a decent directory structure and initial configurations for gecko-driver, chrome-driver, and appium. All...01D
RJRajat Jainwalintechblog.geekyants.com·Jan 18, 2021 · 6 min readChoosing Databases: The Wise WayChoose how to store data wisely - Every dev ever. We have come so far in the field of managing our data physically. From storing them as files, tables and as documents, and now it's even possible to store it as graphs. Not only the way data is store...00