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

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
mvoitko/README.md

Max Voitko

Typing SVG

Twitter Follow Stack Overflow reputation Profile views


Software engineer based in Warsaw, R&D Tech Lead at monday.com.
I write about MLOps, data platforms, and leading technical teams on my blog.

About me

  • Building and leading AI/ML engineering teams
  • Designing data platforms and MLOps pipelines at scale
  • Fun fact: I have built 6 houses from 11 till 26 floors

Tech stack

Tech Stack

Latest Blog Posts

Connect with me

Blog Twitter LinkedIn Instagram Threads Telegram

Pinned Loading

  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%