Skip to content
View mmanylov-zz's full-sized avatar
Block or Report

Block or report mmanylov-zz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. django_blog_w_elasticsearch_containerized django_blog_w_elasticsearch_containerized Public

    My personal blog on Django 2.1 with Elasticsearch full-text search containerized using Docker

    JavaScript 1

  2. flask_tickets_api_w_caching flask_tickets_api_w_caching Public

    Flask API service app utilizing PostgreSQL, SQLAlchemy (Flask-SQLAlchemy, Flask-Migrate), Redis (Flask-Caching), jsonschema, and uWSGI.

    Python

  3. sqlalchemy.core_complex_aggregate_api sqlalchemy.core_complex_aggregate_api Public

    Flask DB API with one endpoint that allows to run queries against a sample metrics dataset with filters, sorting and aggregate functions.

    Python 1

  4. aiohttp_comparing_two_zabbix_servers aiohttp_comparing_two_zabbix_servers Public

    Simple API with one endpoint for searching hosts with the same names, hosts or interfaces' addresses on two selected Zabbix instances (servers).

    Python 1

  5. Utilization of multiprocessing in pr... Utilization of multiprocessing in processing large log files
    1
    # see https://www.blopig.com/blog/2016/08/processing-large-files-using-python/
    2
    import multiprocessing as mp
    3
    import os
    4
    import re
    5
    from datetime import datetime, timedelta
  6. fastapi_calc fastapi_calc Public

    A simple FastAPI app for summing two integers with Vue frontend

    Python