Selection test for a technology company specializing in Virtual Reality (VR) and Augmented Reality (AR) Programming in Python, Bash and knowledge in Django
To see the django repository you must go to the Master branch
- Python Programming
Python 3.7 - Bash Programming
SH-3.2 - Knowledge of Django Backend
Django 3.1.2 and Python 3.7
- Collection and processing
prueba_1.py: get_api_data python3 prueba_1.py
- Concurrency
prueba_2.py: concurrency_with_coffee python3 prueba_2.py
(macOS Environment)
- Creation of files with parameters
i_am_the_master_of_files.sh sh i_am_the_master_of_files.sh <file_name> <uuid>
- Modification of files with parameters
i_can_alter_your_reality.sh sh i_can_alter_your_reality.sh <file_name> <uuid>
Knowledge of Django Backend Master branch
- Configuration of the database entities
- Creation of two apps (Business and Logistics)
CoffeeControl
├── CoffeeControl
│
├── logistics
├── bussines
- Custom command for the Business app
CoffeeControl
├── CoffeeControl
├── logistics
├── bussines
│ ├── Management
│ │ └── commands
│ │ └── business_of_coffe.py
- Added conditions for the main SetUp of the entities

