Commit Graph

13 Commits

Author SHA1 Message Date
Roman Mogylatov
2c59c15cd3 Rename tutorial images 2020-10-08 20:21:48 -04:00
Roman Mogylatov
0cd3d8c233 Update conclusion of asyncio daemon tutorial 2020-10-08 20:15:49 -04:00
Roman Mogylatov
214ab50970 Refactor tests section of asyncio daemon tutorial 2020-10-08 19:55:14 -04:00
Roman Mogylatov
b17ca3ddbc Refactor asyncio tutorial httpbin.org monitor tutorial 2020-10-08 19:51:29 -04:00
Roman Mogylatov
0288fe3871 Refactor asyncio tutorial example.com monitor section 2020-10-08 19:46:24 -04:00
Roman Mogylatov
e93774eba8 Refactor asyncio tutorial till Example.com monitor section 2020-10-08 18:43:12 -04:00
Roman Mogylatov
0552dcd7be Refactor initial sections of asyncio daemon tutorial 2020-10-08 17:13:17 -04:00
Roman Mogylatov
6320f5523b Rename tutorial image dirs 2020-10-08 17:05:50 -04:00
Roman Mogylatov
38864c7a24 Rename asyncio miniapp 2020-10-08 17:04:13 -04:00
Roman Mogylatov
71eab0b756 Update tutorials 2020-10-08 15:02:20 -04:00
Roman Mogylatov
5358dd85f1
Movie lister example rework (#280)
* Rework movie lister example app

* Code style fix

* Doc block fix

* Update the container

* Make second round of the refactoring

* Rename name to title

* Remove old movie lister docs from the examples

* Add fixtures generator output on success

* Update docblock in the entities module

* Update example readme

* Add CLI app tutorial

* Update some wording in the other tutorials

* Spread link to the tutorial

* Fix code indentation issue
2020-08-12 17:04:46 -04:00
Roman Mogylatov
c9762ce6fa Fix typos in asyncio daemon tutorial 2020-08-10 15:49:44 -04:00
Roman Mogylatov
3a61457be7
Asyncio daemon tutorial (#278)
* Fix a typo in the docblock of the Configuration provider

* Update the changelog

* Add tutorial sections

* Switch to use https for httpbin.org requests

* Add what we are going to build section

* Fix ``Makefile`` to run ``aiohttp`` integration tests on Python 3.5+

* Add prerequisities and prepare the env sections

* Add logging, config and the dispacher sections

* Change logging

* Fix multiple typos in the ``flask`` and ``aiohttp`` tutorials

* Add the initial and dirty version

* Fix multiple typos in the ``flask`` and ``aiohttp`` tutorials

* Fix the 3.27.0 changelog

* Finish all the parts before the dispatcher

* Finish dispatcher section

* Update http monitor logging format

* Finish the tutorial

* Fix docblock in the dispatcher module

* Update changelog

* Add meta keywords and description
2020-08-08 14:48:05 -04:00