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