Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ppichugin/rust-developer-otus
https://github.com/ppichugin/rust-developer-otus
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ppichugin/rust-developer-otus
- Owner: ppichugin
- Created: 2023-05-31T15:54:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-15T09:38:56.000Z (11 months ago)
- Last Synced: 2024-01-15T13:03:02.808Z (11 months ago)
- Language: Makefile
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust-Developer OTUS course 2023-05
### [Rust-Developer course description](https://otus.ru/lessons/rust-developer/)### This repository contains homeworks for OTUS Rust-Developer course separated in branches.
- [x] Homework 1: [Сломанный FizzBuzz](https://github.com/ppichugin/rust-developer-otus/tree/HW01)
- [x] Homework 2: [Умный дом](https://github.com/ppichugin/rust-developer-otus/tree/HW02)
- [x] Homework 3: [Умный дом №2](https://github.com/ppichugin/rust-developer-otus/tree/HW03)
- [x] Homework 4: [Делим и тестируем прототип "умного дома"](https://github.com/ppichugin/rust-developer-otus/tree/HW04)
- [x] Homework 5: [Обработка ошибок в прототипе "умного дома"](https://github.com/ppichugin/rust-developer-otus/tree/HW05)
- [x] Homework 6: [Динамический "Умный дом"](https://github.com/ppichugin/rust-developer-otus/tree/HW06)
- [x] Homework 7: [Умная розетка по TCP](https://github.com/ppichugin/rust-developer-otus/tree/HW07)
- [x] Homework 8: [Термометр по UDP](https://github.com/ppichugin/rust-developer-otus/tree/HW08)
- [x] Homework 9: [Асинхронное сетевое взаимодействие](https://github.com/ppichugin/rust-developer-otus/tree/HW09)
- [x] Homework 10: [Паттерны проектирования](https://github.com/ppichugin/rust-developer-otus/tree/HW10)
- [x] Homework 11: [Крейт thiserror](https://github.com/ppichugin/rust-developer-otus/tree/HW11)
- [x] Homework 12: [Rust паттерны](https://github.com/ppichugin/rust-developer-otus/tree/HW12)
- [x] Homework 13: [Веб-сервер "умного дома"](https://github.com/ppichugin/rust-developer-otus/tree/HW13)
- [x] Homework 14: [Графический интерфейс "Умной розетки"](https://github.com/ppichugin/rust-developer-otus/tree/HW14)
- [x] Homework 15: [Динамическая библиотека "Умная розетка"](https://github.com/ppichugin/rust-developer-otus/tree/HW15)COMPLETED.