https://github.com/dmdv/otusgo
https://github.com/dmdv/otusgo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmdv/otusgo
- Owner: Dmdv
- License: other
- Created: 2020-12-01T23:49:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-02T16:56:50.000Z (over 5 years ago)
- Last Synced: 2025-04-03T09:14:07.958Z (about 1 year ago)
- Language: Go
- Size: 6.13 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## Домашние задания курса OTUS «Разработчик Golang»
1) [«Hello, OTUS!»](./hw01_hello_otus)
2) [«Распаковка строки»](./hw02_unpack_string)
3) [«Частотный анализ»](./hw03_frequency_analysis)
4) [«LRU-кэш»](./hw04_lru_cache)
5) [«Параллельное исполнение»](./hw05_parallel_execution)
6) [«Пайплайн»](./hw06_pipeline_execution)
7) [«Утилита для копирования файлов»](./hw07_file_copying)
8) [«Утилита envdir»](./hw08_envdir_tool)
9) [«Валидатор структур»](./hw09_struct_validator)
10) [«Оптимизация программы»](./hw10_program_optimization)
11) [«Клиент TELNET»](./hw11_telnet_client)
12) [«Заготовка сервиса Календарь»](./hw12_13_14_15_calendar/docs/12_README.md)
13) [«API к Календарю»](./hw12_13_14_15_calendar/docs/13_README.md)
14) [«Кроликизация Календаря»](./hw12_13_14_15_calendar/docs/14_README.md)
15) [«Докеризация и интеграционное тестирование Календаря»](./hw12_13_14_15_calendar/docs/15_README.md)
16) [«Проект»](https://github.com/OtusGolang/final_project)
---
[Инструкция по сдаче ДЗ](https://github.com/OtusGolang/home_work/wiki#%D0%A1%D1%82%D1%83%D0%B4%D0%B5%D0%BD%D1%82%D0%B0%D0%BC).
---
Авторы ДЗ:
- [Дмитрий Смаль](https://github.com/mialinx)
- [Антон Телышев](https://github.com/Antonboom)