Skip to content
View ThePubDoc's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report ThePubDoc

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.

Content in all repositories owned by your account will be closed.
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
ThePubDoc/README.md

👋 About Me

package main

type Engineer struct {
    Name    string
    Role    string
    Company string
    Focus   []string
}

func main() {
    aayush := Engineer{
        Name:    "Aayush Agrawal",
        Role:    "Backend Engineer",
        Company: "Brevo",
        Focus: []string{
            "distributed systems",
            "high-throughput messaging pipelines",
            "event-driven architecture (Kafka)",
            "cloud-native infra on Kubernetes",
        },
    }
    aayush.Ship() // 📨 billions of emails, reliably
}
  • 🔭 Building email delivery infrastructure at Brevo — Go services moving messages at massive scale
  • ⚙️ At home with Kafka, Redis, MongoDB, GCS and clean, decoupled, dependency-injected Go
  • ☸️ Deploying on Kubernetes with GitOps (ArgoCD), observability via Datadog
  • 🌱 Always sharpening: system design, performance profiling, resilient distributed patterns

🛠️ Tech Stack

tech stack

💬 Reach out

📫 aayush9152@gmail.com

Pinned Loading

  1. medium-crawler medium-crawler Public

    Web app to crawl medium.com by tags.

    JavaScript 1

  2. covid19 covid19 Public

    COVID-19 Stats

    HTML 1

  3. coub coub Public

    JavaScript

  4. email-client email-client Public

    HTML

  5. terminal-logo terminal-logo Public

    JavaScript 1

  6. covid19-stats-cli covid19-stats-cli Public

    JavaScript 1