Skip to content
View mvoitko's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report mvoitko

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
mvoitko/README.md

Max Voitko

Software Engineer

Twitter Follow

Stack Overflow reputation

Bio

    πŸ”­ I’m currently working on Computer Vision project.
    🌱 I’m currently learning C++, JavaScript, React.
    πŸ€” I’m looking for help with Algorithms and Data Structures.
    πŸ’¬ Ask me about Cloud, Web, Big Data, Computer Vision, and Python.
    πŸ˜„ Pronouns: him/his.
    ⚑ Fun fact: I have built 6 houses.

Skills

Languages:
Python, TypeScript, JavaScript, C++
Frameworks or Technologies :
Flask, FastAPI, Microservices, Terraform, Docker, Kubernetes, Helm, CI/CD, HTML5, CSS3, React, PostgreSQL, Redis

Contact me

Pinned

  1. LRU Cache implemented with Doubly Li... LRU Cache implemented with Doubly Linked List with sentinels and Hash Map.
    1
    from collections import deque
    2
    from dataclasses import dataclass
    3
    
                  
    4
    
                  
    5
    class LRUCache:
  2. Min heap Python implementation Min heap Python implementation
    1
    from typing import List, Optional, Set, Tuple
    2
     
    3
     
    4
    class Heap:
    5
        def __init__(self, arr: Optional[List[int]] = None):
  3. lab lab Public

    Playground for experiments

    Python 1

  4. Dynamically updated Activity Dynamically updated Activity
    1
    Terraform   3 hrs 57 mins  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  45.0%
    2
    YAML        2 hrs 44 mins  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  31.2%
    3
    Bash        51 mins        β–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   9.7%
    4
    Python      40 mins        β–ˆβ–Œβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   7.7%
    5
    Other       25 mins        β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   4.9%