Skip to content
View vinaycharlie01's full-sized avatar

Block or report vinaycharlie01

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

💫 About Me:

package main

type Developer struct {
    Name       string
    Role       string
    Location   string
    Expertise  []string
    Learning   []string
    Interests  []string
}

func main() {
    vinay := Developer{
        Name:     "Vinay Kumar V A",
        Role:     "Backend Engineer",
        Location: "India 🇮🇳",
        Expertise: []string{
            "Golang", "Kubernetes", "Microservices",
            "Cloud Native", "Distributed Systems",
            "Event-Driven Architecture", "CI/CD",
        },
        Learning: []string{
            "Rust", "AI Agents", "MCP Servers",
        },
        Interests: []string{
            "Open Source", "Automation Tools",
            "Cloud Platforms (AWS, GCP, IBM Cloud)",
            "AI Agent Development", "MCP Server",
        },
    }
}

📃 View My Portfolio

🌐 Socials:

LinkedIn GitHub Portfolio Email

💻 Tech Stack:

🧑🏻‍💻 Languages:

Go Python JavaScript TypeScript

🎨 Frameworks & Libraries:

Gin gRPC React Next JS TailwindCSS Flask

🗄️ Databases & Messaging:

MongoDB PostgreSQL MySQL Redis Cassandra ClickHouse Kafka

☁️ Cloud & DevOps:

Kubernetes Docker Helm AWS Google Cloud IBM Cloud

📊 Monitoring & Tools:

Prometheus Grafana Elasticsearch Git Jenkins Linux VS Code Postman

🧑‍💻 Github Stats

Vinay's GitHub stats



📊 Profile Views

✨ "Code is poetry written in logic"

Popular repositories Loading

  1. messagesystem-go messagesystem-go Public

    simple message queuing system using the Go programming language with Kafka as the underlying message broker

    Go 2

  2. vinaycharlie01.github.io vinaycharlie01.github.io Public

    HTML

  3. vinaycharlie01 vinaycharlie01 Public

  4. evcc evcc Public

    Forked from evcc-io/evcc

    Sonne tanken ☀️🚘

    Go

  5. impartus-video-downloader impartus-video-downloader Public

    Forked from pnicto/impartus-video-downloader

    Impartus video downloader written in go

    Go

  6. mongodb-sample-dataset mongodb-sample-dataset Public

    Forked from neelabalan/mongodb-sample-dataset

    sample dataset used in mongodb atlas cluster for local testing purpose

    Shell