Osman Perviz's Picture

Hey, I’m Osman! Software Engineer.

I'm a software engineer with experience translating business requirements and objectives into fully-realized solutions.

Building Concurrent ETL Pipelines with Elixir and GenStage

This guide details how to build efficient, concurrent ETL pipelines using Elixir and GenStage, offering insights into data validation and processing to enhance data-driven applications.

Polymorphism in Elixir part-1

This guide introduces polymorphism in Elixir through protocols, offering a foundational understanding of how Elixir enables flexible code interaction across different data types, setting the stage for practical protocol implementation.

Demistify elixir actor model

Deep dive into what exactly the Actor Model is, and how exactly the Actor Model is implemented in Elixir/Erlang.