Skip to content
View laimis9133's full-sized avatar

Block or report laimis9133

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

Hi there 👋

I'm Laimis Juzeliūnas a DevOps engineer @oxylabs working within Data team. I take care of large scale platform builds, do my best to create a self healing infrastructure and enhance overall development experience.
On my free time I like to contribute back to the open-source community with whatever I find and however I can.

flowchart TD
    classDef me fill:#6495ED,color:white,stroke:#333,stroke-width:2px
    classDef block1 fill:#95A5A6,color:white,stroke:#333
    classDef block2 fill:#5D9CEC,color:white,stroke:#333
    classDef ops fill:#F39C12,color:white,stroke:#333
    classDef dev fill:#2ECC71,color:white,stroke:#333
    classDef current fill:#8E44AD,color:white,stroke:#333,stroke-width:2px
    
    Me(["Me"]) --> |Engineering| Data
    Me --> |Career| Fintech
    
    subgraph Beginning
        Data["Data"]
        Fintech["Fintech"]
    end
    
    Data --> Platforms
    Data --> Pipelines
    Fintech --> Support
    Fintech --> Maintenance
    
    subgraph Past
        Platforms["Platforms"]
        Pipelines["Pipelines"]
        Support["Support"]
        Maintenance["Maintenance"]
    end
    
    Support --> Scaling
    Support --> Automation
    Maintenance --> GitOps
    Maintenance --> IaC
    
    Platforms --> Infrastructure
    Platforms --> LargeScaleData
    Pipelines --> DistComp
    Pipelines --> DevEx
    
    subgraph Current
        subgraph Ops
            Scaling["Scaling"]
            Automation["Automation"]
            Infrastructure["Infra"]
            LargeScaleData["Big Data"]
        end
        
        subgraph Dev
            GitOps["GitOps"]
            IaC["Infra as Code"]
            DistComp["Distrib. Comp."]
            DevEx["DevEx"]
        end
    end
    
    class Me me
    class Block1 block1
    class Block2 block2
    class Scaling,Automation,Infrastructure,LargeScaleData ops
    class GitOps,IaC,DistComp,DevEx dev
    class CURRENT current

Loading

Pinned Loading

  1. plankton-swarm plankton-swarm Public

    A simple manual Ceph pg balancer

    Shell 6

  2. grafana-ceph-s3 grafana-ceph-s3 Public

    Grafana dashboard for Ceph S3 per bucket metrics

    1 1

  3. ceph-balancer ceph-balancer Public

    Forked from TheJJ/ceph-balancer

    An alternative Ceph placement optimizer, aiming for maximum storage capacity through equal OSD utilization.

    Python

  4. charts charts Public

    Forked from trinodb/charts

    Helm charts for Trino and Trino Gateway

    Shell

  5. prometheus prometheus Public

    Forked from prometheus/prometheus

    The Prometheus monitoring system and time series database.

    Go

  6. backstage backstage Public

    Forked from backstage/backstage

    Backstage is an open framework for building developer portals

    TypeScript