package main
import "fmt"
type Person struct {
Name string
Username string
Age int
Job string
Team string
Hobbies []string
}
func main() {
me := Person{
Name: "HuyPC",
Username: "HuyPC",
Age: 20,
Job: "AI Developer | Web Developer",
Team: "HQH LIMITED",
Hobbies: []string{"coding", "anime", "music", "guitar", "gaming"},
}
fmt.Println(me)
}Tools and technologies that I have worked with and I'm interested in
|
C# |
Python |
Javascript |
C++ |
Django |
Github |
Rest API |
React |
Nginx |
|
Git |
GitLab |
HTML |
CSS |
Bootstrap |
Tailwind |
JQuery |
PostgreSQL |
ASP.NET |
|
Redis |
Postman |
Linux |
Dart |
RabbitMQ |
sentry |
Celery |
Docusaurus |
Pytest |
- Note : Top languages is only a metric of the languages my public code consists of and doesn't reflect experience or skill level.