Skip to content
View manab-pr's full-sized avatar
💭
Sage Mode
💭
Sage Mode

Block or report manab-pr

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


$ whoami

type Engineer struct {
    Name        string
    Role        string
    Location    string
    CurrentWork string
    Stack       []string
    OSS         string
    Education   []string
    OpenTo      string
    Contact     string
}

manab := Engineer{
    Name:        "Manab Pratim Maity",
    Role:        "Go Backend Engineer",
    Location:    "Siliguri, West Bengal, India 🇮🇳",
    CurrentWork: "Building multi-country payroll microservices @ Evtaar (Dubai, UAE — remote)",
    Stack: []string{
        "Go", "PostgreSQL", "MongoDB", "Redis",
        "Docker", "Kubernetes", "AWS S3",
        "REST", "GraphQL (gqlgen)", "gRPC",
        "Prometheus", "Nginx", "GitHub Actions",
    },
    OSS:       "20+ merged PRs across open source Go projects",
    Education: []string{
        "MCA — University of North Bengal (2022–2024)",
        "BSc Physics — Panskura Banamali College (2019–2022)",
    },
    OpenTo:  "Backend / Platform Engineering roles · Europe · India · Remote 🌍",
    Contact: "manab2001maity@gmail.com",
}

🧭 What I'm building & working on

🔭  Day job     →  Multi-country payroll platform (UAE WPS/SIF + India PF/ESI/TDS) @ Evtaar
                   Trigger-based CRM workflow engine · Microservices on Kubernetes · PostgreSQL multi-tenant
🌱  OSS         →  Active contributor to open source Go projects
                   Notifications system · GraphQL subscriptions · Prometheus instrumentation · Async jobs
🧠  Sharpening  →  DSA & competitive programming (Go + C++) · System design · Kafka / MQTT
📫  Reach me    →  manab2001maity@gmail.com

🌐 Find me online

     

🧩 Tech Stack

Language & Runtime

APIs & Architecture

Infrastructure & DevOps

Databases & Caching

Observability


💼 Professional Experience

Role Company Period
Go Developer Evtaar Software Solutions — Remote, Dubai UAE Nov 2025 – Present
Software Development Engineer Fordel Studios Development LLP — Siliguri, India Jan 2025 – Oct 2025
Software Engineer Intern Vyoma Innovus Global — Kolkata, India Aug 2024 – Dec 2024

At Evtaar — Building a multi-country payroll platform: UAE WPS/SIF compliance engine, India PF/ESI/TDS payroll, trigger-based CRM workflow automation, microservices on Kubernetes with PostgreSQL multi-tenant architecture.

At Fordel (Sparto) — Built B2B spare-parts eCommerce backend from scratch: MongoDB schema design, REST APIs, Razorpay payment integration, Redis caching, Docker + Nginx deployment on VPS, AWS S3 storage.


📈 GitHub Stats

 

🌱 Open Source Contributions


contribution snake

🏅 At a glance

     

🔥 Primary language Go (Golang)
🏗️ Architecture Microservices · REST · GraphQL · Event-driven
🐳 Infra Docker · Kubernetes · Nginx · AWS · GitHub Actions
🗄️ Data PostgreSQL · MongoDB · Redis
👁️ Observability Prometheus · zerolog
🎓 Education MCA, Univ. of North Bengal · BSc Physics
🌍 Available Open to roles in Europe, India, or remote worldwide
🤝 OSS 20+ merged PRs across open source Go projects

Readme Quotes


🛠️ Always building. Always shipping.  ·  Made with ♥ by Manab Pratim

Pinned Loading

  1. go-mini go-mini Public

    CI/CD pipeline to deploy build,test and deploy docker image and push it to bitbucket.

    Go

  2. core core Public

    Forked from theopenlane/core

    Core holds the central schema definitions, resolvers, endpoints, and other tooling associated with the Openlane product suite

    Go