Skip to content
View anujarora0502's full-sized avatar
🥷
Solving complex problems
🥷
Solving complex problems

Block or report anujarora0502

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

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

Report abuse
anujarora0502/README.md

Hi, I'm Anuj Arora!

Lead Engineer at Samsung Research Institute 🚀
Backend-Specialized Full-Stack Developer 💻

Linkedin: anujarora0502 GitHub anujarora0502 Email Profile view counter on GitHub

A little more about me...

package main

type Developer struct {
  Name        string
  Role        string
  Pronouns    []string
  Code        []string
  Tools       []string
  Expertise   []string
  Focus       string
}

func main() {
  anuj := Developer{
    Name:        "Anuj Arora",
    Role:        "Lead Software Engineer",
    Pronouns:    []string{"he", "him"},
    Code:        []string{"Golang", "Ruby", "JavaScript", "TypeScript", "SQL"},
    Tools:       []string{"AWS", "Docker", "Kubernetes", "Prometheus", "Grafana"},
    Expertise:   []string{"Microservices", "System Design", "REST/GraphQL APIs", "CI/CD"},
    Focus:       "Building scalable backend systems & distributed architecture",
  }
}

Pinned Loading

  1. my-portfolio my-portfolio Public

    JavaScript