├── LICENSE.md ├── README.md ├── contents.md ├── faq.md ├── img ├── go.png ├── node.png ├── python.png ├── windows-git-bash.png └── youtube-captions.png └── tasks ├── data-structures.md ├── databases_basic.md ├── file_system.md ├── git-collaboration.md ├── git-intro.md ├── go_ecosystem.md ├── golang_basics_1.md ├── golang_basics_2.md ├── http.md ├── js_basics_1.md ├── js_basics_2.md ├── js_ecosystem.md ├── language_basics.md ├── language_basics_2.md ├── memory-management.md ├── network.md ├── patterns.md ├── python_basics_1.md ├── python_basics_2.md ├── python_ecosystem.md ├── python_hackerrank.md ├── runtime_and_ecosystem.md ├── task_template.md └── unix-shell.md /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/README.md -------------------------------------------------------------------------------- /contents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/contents.md -------------------------------------------------------------------------------- /faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/faq.md -------------------------------------------------------------------------------- /img/go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/img/go.png -------------------------------------------------------------------------------- /img/node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/img/node.png -------------------------------------------------------------------------------- /img/python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/img/python.png -------------------------------------------------------------------------------- /img/windows-git-bash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/img/windows-git-bash.png -------------------------------------------------------------------------------- /img/youtube-captions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/img/youtube-captions.png -------------------------------------------------------------------------------- /tasks/data-structures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/tasks/data-structures.md -------------------------------------------------------------------------------- /tasks/databases_basic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/tasks/databases_basic.md -------------------------------------------------------------------------------- /tasks/file_system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/tasks/file_system.md -------------------------------------------------------------------------------- /tasks/git-collaboration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/tasks/git-collaboration.md -------------------------------------------------------------------------------- /tasks/git-intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/tasks/git-intro.md -------------------------------------------------------------------------------- /tasks/go_ecosystem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/tasks/go_ecosystem.md -------------------------------------------------------------------------------- /tasks/golang_basics_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/tasks/golang_basics_1.md -------------------------------------------------------------------------------- /tasks/golang_basics_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/tasks/golang_basics_2.md -------------------------------------------------------------------------------- /tasks/http.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/tasks/http.md -------------------------------------------------------------------------------- /tasks/js_basics_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/tasks/js_basics_1.md -------------------------------------------------------------------------------- /tasks/js_basics_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/tasks/js_basics_2.md -------------------------------------------------------------------------------- /tasks/js_ecosystem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/tasks/js_ecosystem.md -------------------------------------------------------------------------------- /tasks/language_basics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/tasks/language_basics.md -------------------------------------------------------------------------------- /tasks/language_basics_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/tasks/language_basics_2.md -------------------------------------------------------------------------------- /tasks/memory-management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/tasks/memory-management.md -------------------------------------------------------------------------------- /tasks/network.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/tasks/network.md -------------------------------------------------------------------------------- /tasks/patterns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/tasks/patterns.md -------------------------------------------------------------------------------- /tasks/python_basics_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/tasks/python_basics_1.md -------------------------------------------------------------------------------- /tasks/python_basics_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/tasks/python_basics_2.md -------------------------------------------------------------------------------- /tasks/python_ecosystem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/tasks/python_ecosystem.md -------------------------------------------------------------------------------- /tasks/python_hackerrank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/tasks/python_hackerrank.md -------------------------------------------------------------------------------- /tasks/runtime_and_ecosystem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/tasks/runtime_and_ecosystem.md -------------------------------------------------------------------------------- /tasks/task_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/tasks/task_template.md -------------------------------------------------------------------------------- /tasks/unix-shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kottans/backend/HEAD/tasks/unix-shell.md --------------------------------------------------------------------------------