Skip to content
View vchitai's full-sized avatar

Block or report vchitai

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

πŸ‘¨β€πŸ’» Tai Vong

Typing SVG

Profile Views GitHub followers LinkedIn Email


Coding

πŸš€ About Me

package main

type BackendEngineer struct {
    Name           string
    Location       string
    Company        string
    Focus          []string
    CurrentlyLearning string
}

func main() {
    me := BackendEngineer{
        Name:     "Tai Vong",
        Location: "Vietnam πŸ‡»πŸ‡³",
        Company:  "Gearment",
        Focus: []string{
            "Distributed Systems",
            "Microservices",
            "Cloud Infrastructure",
        },
        CurrentlyLearning: "System Design at Scale",
    }
}

πŸ’Ό Quick Links

🌐 Portfolio: vchitai.xyz πŸ“ Blog: Technical Writing πŸ“„ Resume: View CV πŸ’¬ Ask me about: Go, gRPC, Kubernetes, GCP


πŸ› οΈ Tech Stack

Languages & Core

Go Python Bash

Backend & Frameworks

Django Flask gRPC

Databases

PostgreSQL MongoDB Redis MySQL Cassandra

Cloud & DevOps

GCP Kubernetes Docker Linux

Message Queues & Search

Kafka RabbitMQ Elasticsearch

Monitoring & Tools

Grafana Git Postman


πŸ“Š GitHub Analytics


πŸ“ Latest Blog Posts


πŸ† GitHub Trophies


🌐 Connect With Me

LinkedIn Stack Overflow Medium Facebook Instagram


πŸ’‘ "Building scalable systems, one microservice at a time"


⚑ Open to interesting backend engineering opportunities and technical collaborations ⚑

Pinned Loading

  1. jsoncase jsoncase Public

    a go package for converting json case to various cases

    Go 1

  2. go-bootstraper go-bootstraper Public

    Go 2

  3. gomw gomw Public

    A framework for fasten creating Go HTTP Middleware

    Go 1

  4. zapflatencoder zapflatencoder Public

    A flatten console encoder for Uber Zap

    Go 1

  5. logrgorm2 logrgorm2 Public

    logrgorm2 is a logr logging driver for gorm v2

    Go 1