Skip to content
View abdulmateen59's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Organizations

@manubrain
Block or Report

Block or report abdulmateen59

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

Hi I'm Abdul Mateen ๐Ÿ‘‹

Welcome to my profile! Thanks for visiting and I'd love to connect.

Abdul's LinkdeIn Yahoo Abdul's Xing Abdul's Stackoverflow


Technologies ๐Ÿ”ฅ

  • Python (Primary)
  • Go | Java (Secondary)
  • Machine/Deep Learning
  • Travis CI | Jenkins | GitLab CI/CD
  • Shell Scripting
  • Apache Spark | Kafka
  • Prefect | Airflow
  • Postgresql | SQL Server | Mysql
  • Dockers | Nomad
  • Prometheus | Grafana
  • AWS | Azure
  • WSO2 API MANAGER | Enterprise Service Bus

Top Langs

Pinned

  1. Single - Zookeeper - Kafka - SchemaR... Single - Zookeeper - Kafka - SchemaRegistry - KafkaRest - WebUI
    1
    ---
    2
    version: '3.5'
    3
    
                  
    4
    services:
    5
        zoo:
  2. Automated VS Code Deployment on Azur... Automated VS Code Deployment on Azure for Report Writing using Latex
    1
    FROM linuxserver/code-server:latest
    2
    
                  
    3
    RUN apt-get update && \
    4
        apt-get upgrade -y
    5
    
                  
  3. async-docker-rest-app async-docker-rest-app Public

    A simple RESTful service that accepts a Dockerfile from the user. The service builds a Docker image out of the Dockerfile and pushes it to a Docker registry.

    Python 1

  4. imdb-coding-challenge imdb-coding-challenge Public

    IMDB data engineering coding challenge

    Python

  5. etl_airflow_spark etl_airflow_spark Public

    Airflow data orchestration pipeline

    Python

  6. Kombu(rabbitmq) consumer in separate... Kombu(rabbitmq) consumer in separate thread
    1
    import _thread
    2
    import threading
    3
    from abc import ABC
    4
    from abc import abstractmethod
    5
    from time import sleep