Skip to content
View FedTheBug's full-sized avatar
πŸ‘Ύ
Focusing
πŸ‘Ύ
Focusing

Block or report FedTheBug

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
FedTheBug/README.md

π™°πš‹πš˜πšžπš π™ΌπšŽ

package main

import "fmt"

type Engineer struct {
    Name        string
    Role        string
    Experience  string
    Primary     string
    Stack       []string
    Interests   []string
    OpenTo      string
}

func main() {
    fahad := Engineer{
        Name:       "Fahad Muntasir",
        Role:       "Backend Software Engineer",
        Experience: "6+ years",
        Primary:    "GoLang",
        Stack:      []string{"Go", "Node.js", "TypeScript", "Python"},
        Interests:  []string{"Distributed Systems", "Security", "AI", "NLP", "Startups"},
        OpenTo:     "Opportunities where my work impacts people's lives",
    }
    fmt.Printf("Hello, World! I'm %s πŸ‘‹\n", fahad.Name)
}

πŸ›  Tech Stack

Primary

Go

Also Working With

Node.js TypeScript Python

Infrastructure & Tools

PostgreSQL Redis Docker RabbitMQ AWS GCP gRPC Git


πŸš€ Experience

Pathao β€” Bangladesh's Super App

Products I built served millions of consumers across ride-hailing, food delivery, and logistics.

I'm a product-minded engineer β€” I don't just write code, I think about the people using it and the impact it creates at scale.


🎯 What I'm Looking For

I'm open to new opportunities where my contributions can directly impact people's lives.

I'm particularly excited about:

Domain Why
🏒 Startups Fast iteration, high ownership, real impact
πŸ”— Distributed Systems Building resilient, scalable infrastructure
πŸ”’ Security Making systems trustworthy and safe
πŸ€– AI / ML The frontier of what software can do
πŸ—£ NLP Language is the interface of everything

πŸ“Š GitHub Stats

GitHub Stats Top Languages
GitHub Streak

πŸ“« Reach Me


π™±πšžπš’πš•πšπš’πš—πš πšœπš˜πšπšπš πšŠπš›πšŽ πšπš‘πšŠπš πš–πšŠπšπšπšŽπš›πšœ, 𝚊𝚝 πšœπšŒπšŠπš•πšŽ.

Pinned Loading

  1. EventBook EventBook Public

    This is my CSE327(Software Engineering) project done in Spring 2019. This contains SRS ,SDS, a Website and an Android application.

    PHP 2

  2. ManageMe ManageMe Public

    A task manager application made with Java using JafaFX framework to note down upcoming tasks.

    Java 2

  3. WebApp WebApp Public

    Webview for Final Year Project

    Python 1

  4. Problem-Solving Problem-Solving Public

    Solved problems from different Online Judges.

    Python 1

  5. Paraphrasing-Tool Paraphrasing-Tool Public

    Paraphrasing tool made for Anfactor AI's customer support chatbot.

    Jupyter Notebook 1

  6. calculator-cli calculator-cli Public

    Simple Calculator using Cobra.

    Go