Directory Tree

.
├── exercises
│   ├── 01_linux_fundamentals
│   │   ├── hidden_treasure
│   │   │   └── not_here.txt
│   │   ├── logs
│   │   │   ├── access.log
│   │   │   ├── application.log
│   │   │   └── INTERVIEWER_HINTS.md
│   │   ├── README.md
│   │   ├── scripts
│   │   │   └── deploy.sh
│   │   └── SOLUTIONS.md
│   ├── 02_docker_essentials
│   │   ├── docker-compose.yml
│   │   ├── README.md
│   │   ├── SOLUTIONS.md
│   │   └── start_containers.sh
│   ├── 03_git_workflow
│   │   ├── bugfix_repo
│   │   │   ├── config.py
│   │   │   ├── README.md
│   │   │   └── user_validator.py
│   │   ├── init_repo.sh
│   │   ├── README.md
│   │   └── SOLUTIONS.md
│   ├── 04_python_programming
│   │   ├── api_testing
│   │   │   ├── api_client.py
│   │   │   ├── README.md
│   │   │   ├── SOLUTION.md
│   │   │   └── test_api_client.py
│   │   ├── log_parser
│   │   │   ├── log_parser.py
│   │   │   ├── README.md
│   │   │   ├── sample.log
│   │   │   ├── SOLUTION.md
│   │   │   └── test_log_parser.py
│   │   ├── README.md
│   │   ├── selenium_exercise
│   │   │   ├── login_page.py
│   │   │   ├── README.md
│   │   │   ├── sample_test.py
│   │   │   └── SOLUTION.md
│   │   └── unittest_practice
│   │       ├── README.md
│   │       ├── shopping_cart.py
│   │       ├── SOLUTION.md
│   │       └── test_shopping_cart.py
│   ├── 05_debugging_challenge
│   │   ├── order_processor.py
│   │   ├── README.md
│   │   ├── sample_data.py
│   │   ├── SOLUTIONS.md
│   │   └── test_order_processor.py
│   └── 06_test_planning
│       ├── feature_spec.md
│       ├── INTERVIEW_GUIDE.md
│       └── README.md
├── index.html
├── INTERVIEWER_GUIDE.md
└── PHONE_SCREENING_QUESTIONS.md


16 directories, 46 files


tree v2.2.1 © 1996 - 2024 by Steve Baker and Thomas Moore
HTML output hacked and copyleft © 1998 by Francesc Rocher
JSON output hacked and copyleft © 2014 by Florian Sesser
Charsets / OS/2 support © 2001 by Kyosuke Tokoro