package main
import "fmt"
type Engineer struct {
Name string
Role string
Education string
Location string
CurrentWork string
Seeking string
Contact string
}
func main() {
me := Engineer{
Name: "Keshav Sharma",
Role: "Backend Engineer | Distributed Systems",
Education: "B.Tech CSE @ AKTU (2023โ2027)",
Location: "Bareilly, India ๐ฎ๐ณ",
CurrentWork: "Software Dev Intern @ Sheryians Pvt Ltd",
Seeking: "Remote US Internship (Available Immediately)",
Contact: "thesharmakeshav@gmail.com",
}
fmt.Printf("๐ Hi, I'm %s\n", me.Name)
fmt.Printf("๐ญ Currently: %s\n", me.CurrentWork)
fmt.Printf("๐ฏ Goal: %s\n", me.Seeking)
fmt.Printf("๐ซ Reach me: %s\n", me.Contact)
}|
๐๏ธ 8 Microservices ยท Auth, User, Job, Recruiter, Chat, Resume, Analyzer |
๐จ 500+ msg/sec via Apache Kafka |
|
๐ Deploy in <45 seconds โ Vercel-like PaaS |
๐ข Sheryians Pvt Ltd ยท Nov 2025 โ Present |


