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

Highlights

  • Pro

Block or report ashababnoor

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 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
ashababnoor/README.md
Typing SVG

πŸ§‘β€πŸ’» About Me

type Developer struct {
    Name     string   `json:"name"`
    Role     string   `json:"role"`  
    Focus    []string `json:"focus"`
    Note     string   `json:"note"`
}

func NewShabab() Developer {
    return Developer{
        Name:    "Ahmed Shabab Noor",
        Role:    "Data Engineer II at Pathao",
        Focus:   []string{"Data", "Backend", "Analytics", "AI & ML", "Building Scalable Systems"},
        Note:    "Professional work on company's self-hosted GitLab, personal projects on GitHub",
    }
}

πŸ› οΈ Tech Stack

Go Python SQL Bash JavaScript TypeScript Java

dbt BigQuery PostgreSQL MySQL Redis Neo4j

Pandas NumPy Matplotlib Jupyter Scikit Learn Redash Looker Studio

GCP Docker Kubernetes GitLab CI GitHub Actions

Git VS Code Postman Linux macOS Windows

🎯 GitHub Analytics

GitHub Streak

Portfolio LinkedIn Google Scholar Profile Views Buy Me a Coffee

Pinned Loading

  1. bigquery-previewer bigquery-previewer Public

    ⚑ VS Code extension to preview BigQuery query cost and errors via dry run β€” without executing the query.

    TypeScript

  2. cheatsheets cheatsheets Public

    Concise, easy-to-reference cheatsheets for various programming languages and technologies

  3. code-bits code-bits Public

    Random code bits written for various purposes.

    Jupyter Notebook

  4. kitchendoodle kitchendoodle Public

    A meal-kit delivery service built with PHP

    PHP

  5. sigma-code-editor sigma-code-editor Public

    A versatile online code and text editor

    PHP

  6. Hangman-Java Hangman-Java Public

    A hangman game made with Java that has a Swing GUI.

    Java 1