Skip to content

pvhuwung/pvhuwung

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 

Repository files navigation

πŸ‡»πŸ‡³πŸ‡ΈπŸ‡¬ Hi Folks! I'm David a.k.a PVHuwung

Awesome GCP Portfolio page views GitHub followers

Embedded GIF

Hi there! πŸ‘‹

Here are some ideas to get you started:

#!/bin/bash

πŸ”­ currentJob=" Currently working at: Advance Intelligence Group"
🌱 learning=" Learning about: Cloud, Software, and AI"
πŸ”οΈ collaboration=" Innovative AI and App Projects"
πŸ’¬ askMeAbout=" API Development, Cloud, AI, and System Design"
πŸ“« howToReachMe=" linkedin.com/in/vn-phamviethung"
🏎️ pronouns=" He/Him"
πŸ€– funFact=" No Fun"

info="$currentJob\n$learning\n$collaboration\n$askMeAbout\n$howToReachMe\
n$pronouns\n$funFact"

echo -e "$info"
Embedded GIF
Golang Python Cplusplus CSharp JavaScript TypeScript Java Rust Deno
HTML5 CSS3 Node.js Streamlit NextJS Github Gitlab Git Docker
AWS GoogleCloud MongoDB GraphQL Firebase FastAPI Supabase MySQL PostgreSQL
// Get to know more about me with some Golang
package main

import (
	"fmt"
	"reflect"
)

type PVHuwung struct {
	Pronouns     string
	Backend      []string
	Frontend     []string
	Database     []string
	CloudServer  []string
	Architecture ArchitectureInfo
	Challenge    []string
	AISkills     []string
	Company      string
}

type ArchitectureInfo struct {
	Patterns   []string
	Components []string
	Challenges []string
	Serverless []string
}

func main() {
	var PVHUWUNG = PVHuwung{
		Pronouns:    "He/Him",
		Company:   "Advance Intelligence Group",
		Backend:     []string{"Go", "Python", "Rust", "C++"},
		Frontend:    []string{"Typescript", "NextJS", "HTML", "CSS"},
		Database:    []string{"PostgreSQL", "DynamoDB", "Firebase", "Redis"},
		CloudServer: []string{"AWS", "GCP", "DigitalOcean", "Heroku"},
		Architecture: ArchitectureInfo{
			Patterns:   []string{"Microservices", "Event-driven", "System Design"},
			Components: []string{"Docker", "Kubernetes", "Kafka", "GraphQL"},
			Challenges: []string{"Scalability", "Resilience", "Security"},
			Serverless: []string{"Lambda", "API Gateway"},
		},
		Challenge: []string{"Keep getting better, even if it's just 0.001% each day.",
					"Consistency turns those tiny gains into something big"},
		AISkills:  []string{"MachineLearning", "DeepLearning", "AI", "GenAI", "LLM", "ComputerVision"},
	}

	val := reflect.ValueOf(PVHUWUNG)
	for i := 0; i < val.NumField(); i++ {
		field := val.Field(i)
		fieldName := val.Type().Field(i).Name
		fmt.Printf("- %s: %v\n", fieldName, field.Interface())
	}
}
	// Feel free to folk or use, but don't forget to give a star ⭐⭐⭐. Thanks!!!!

activity graph

Embedded GIF