Pinned Repositories
algorithms_training
asyncio_multiclient_messenger_server
Demonstrates how to create server based on asyncio streams to serve messages between several clients.
asyncio_under_the_hood
Code snippets which demonstrate how asyncio works under the hood.
BucketRateLimiter
collection of rate limiters which are based on bucket conception
code_examples_which_I_find_useful
easy_messenger
This is easy messenger for two sides, one side is server by default, aother is client which connect to sever to start chat
ICMP_Ping_Monitor_True_CLI
The program is created to ping several ip addresses, put results in separate txt files, distribute files between folders, send email if ip is not reachable, send email if ip is reachable again. All action are independent for each ip address. The program has TRUE CLI, which is similar to CMD or router CLI.
js6tables
JSixTables is collection of out of the box tables with customizable style
stream_video_server
demonstrates how to create video streaming server with the help of aiohttp and opencv
user_defined_json_api_http_endpoints_example
The app shows how it is possible to create http json API which could be configured by API end user, who knows some Python coding
ArtyomKozyrev8's Repositories
ArtyomKozyrev8/BucketRateLimiter
collection of rate limiters which are based on bucket conception
ArtyomKozyrev8/stream_video_server
demonstrates how to create video streaming server with the help of aiohttp and opencv
ArtyomKozyrev8/js6tables
JSixTables is collection of out of the box tables with customizable style
ArtyomKozyrev8/code_examples_which_I_find_useful
ArtyomKozyrev8/algorithms_training
ArtyomKozyrev8/asyncio_multiclient_messenger_server
Demonstrates how to create server based on asyncio streams to serve messages between several clients.
ArtyomKozyrev8/asyncio_under_the_hood
Code snippets which demonstrate how asyncio works under the hood.
ArtyomKozyrev8/SpendingsControlTgBot
Controls spendings
ArtyomKozyrev8/user_defined_json_api_http_endpoints_example
The app shows how it is possible to create http json API which could be configured by API end user, who knows some Python coding
ArtyomKozyrev8/aio-pika
AMQP 0.9 client designed for asyncio and humans.
ArtyomKozyrev8/aiohttp_react_test
ArtyomKozyrev8/aiohttp_training
Test project to learn how to work with aiohttp framework
ArtyomKozyrev8/algos_py
algos_py
ArtyomKozyrev8/asyncstdlib
the missing toolbox for an async world
ArtyomKozyrev8/celery_flask_redis_docker_ex
Very simple dockerized application to illustrate how to use Celery with Flask and Redis in Docker containers
ArtyomKozyrev8/dockerised_background_process_test
This is part of dockerised application sandbox. Is used to play around dockerised microservices.
ArtyomKozyrev8/dockerised_flask_http_server
This is part of dockerised application sandbox. Is used to play around dockerised microservices.
ArtyomKozyrev8/dockerised_support_flask_http_server
This is part of dockerised application sandbox. Is used to play around dockerised microservices.
ArtyomKozyrev8/email_to_telegram
ArtyomKozyrev8/fastapi_training
pet project just to learn FastApi
ArtyomKozyrev8/linear_algebra_matrix_op
This repository contains my funtcions to do operations with square matrixes.
ArtyomKozyrev8/mongodb_graphql_training
learn mongodb and graphql
ArtyomKozyrev8/mozilla_js
solved exercises from mozilla javascript tutorial
ArtyomKozyrev8/nginx_aiohttp_docker_setup
Example how to setup nginx in container to use it with separate aiohttp app in another container. The setup do not use Node frontend like React, otherwise setup should be made another way.
ArtyomKozyrev8/react_nginx_test
ArtyomKozyrev8/redis_setup_ex_docker
Example setup of Redis container
ArtyomKozyrev8/sanic-prometheus-mon
Prometheus metrics for Sanic, an async python web server
ArtyomKozyrev8/sql_optimization
Shows ways to optimize sql database queries
ArtyomKozyrev8/standalone_nginx_conatiner
Nginx docker container with customized configuration to be used in dockers' private network
ArtyomKozyrev8/tkinter_training