Adam Djellouli

Results 19 issues of Adam Djellouli

- The PR build broke because the folder `aws s3 event triggering` contains spaces. - The script used `find` without quoting paths, causing shell word-splitting on spaces. - As a...

- Implemented recursive merge sort algorithm with O(n log n) time complexity. - Implemented `merge` helper function for combining sorted sublists. - Introduced `generate_random_list` function to encapsulate list generation logic....

- Converted recursive binary search to iterative for better performance and stack safety. - Changed return type of `binary_search` to `Optional[int]` for clearer type hinting. - Replaced `str.format` with f-strings...

- Renamed `p` to `README_PATH` for clarity. - Introduced `EXERCISES_PATH` for the exercises directory. - Precompiled regex patterns for efficiency. - Changed `get_file_list` to `get_file_content` and made it return a...

…oner.md to existing answers 1. Expanded the definition of cloud computing with an emphasis on scalability and cost-effectiveness. 2. Clarified how subnets and VPCs operate within a single region. 3....

docs: expand networking content

- inotify