Selenium seems to be for us the perfect tool for web scraping in python, better than the mainstream python library of requests. The main reason is the leverage of web drivers, that makes most servers think that we are common Web Browser users. On the other hand, we experienced certain limitations using Requests. Despite the […]

Read More →

In 2018 Google introduced a new app publishing format for Android known as Android App Bundle (.aab). Basically, a developer submits to Google Play a bundle including all the app code and resources, and upon a user request Google Play generates an optimized APK fitting the device configuration. Some of the many advantages of using […]

Read More →