Building large-scale messaging platforms that handle billions of records
type SoftwareEngineer struct {
Company string
Role string
CurrentFocus []string
Scale string
}
shreya := SoftwareEngineer{
Company: "Airtel Digital",
Role: "Backend Engineer - Airtel IQ SMS",
CurrentFocus: []string{"Distributed Systems", "High-Throughput APIs", "Microservices"},
Scale: "Billions of records β’ Millions of users",
}πΌ Building customer-facing messaging platforms at Airtel IQ SMS
π― Architecting distributed backend systems with Golang, Java & Apache Kafka
π Solving problems at massive scale - billions of records, millions of users
β‘ Passionate about system design, scalability & performance optimization
const contact = {
email: "[email protected]",
linkedin: "linkedin.com/in/shreya24",
interests: ["Distributed Systems", "System Design", "Scalable Architecture"],
openTo: ["Challenging Problems", "Tech Discussions", "Collaboration"]
}
