Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 2.03 KB

IMPROVEMENTS.md

File metadata and controls

19 lines (15 loc) · 2.03 KB

Improvements

This section contains the answers to the extra questions in the technical challenge.

The application can be improved with features which, most of them, are implemented here in one of my other repositories. It includes:
In order to ship to production, the following services can be used:
  • AWS S3 can be used to upload and store the APKs, partitioned by owner, application and version.
  • AWS ECS can be used to ship and scale multiple instances of the web server.
  • uWSGI is required to overcome the issue with multi-threading in Python.
  • Detect currently opened app using these instructions.
  • Accessing USB device over the network using this tool.