Skip to content
View phyothihakyaw's full-sized avatar
  • Bangkok, Thailand
  • 23:51 (UTC +07:00)

Block or report phyothihakyaw

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
phyothihakyaw/README.md

About Me

Mingalaba!
Welcome to one of my corners on the web.
Just someone who love to solve, and build things. Currently working for @westerndigitalcorporation and building @tutorpoint-io.
Currently trying to write blogs on my life experiences.

package main

import "fmt"

func main() {
    aboutMe := map[string]interface{}{
        "Name":       "Phyo Thiha Kyaw",
        "Nickname":   "Dante",
        "Location":   "Thailand",
        "Occupation": "Software Engineer",
        "Languages":  []string{"Go", "C#", "JavaScript"},
        "Tools":      []string{"ASP.NET CORE", "React", "Svelte", "Gin"},
        "Mail":       "[email protected]",
        "Website":    "https://pthk.xyz",
    }
    fmt.Println(aboutMe)
}

Popular repositories Loading

  1. data_structure_algorithms data_structure_algorithms Public

    1

  2. github-slideshow github-slideshow Public

    A robot powered training repository 🤖

    Ruby

  3. phyothihakyaw phyothihakyaw Public

    About me!

  4. .NET-Backend-Developer-Roadmap .NET-Backend-Developer-Roadmap Public

    Forked from Elfocrash/.NET-Backend-Developer-Roadmap

    Roadmap for a .NET Backend Developer working with Microservices

  5. awesome-dotnet awesome-dotnet Public

    Forked from quozd/awesome-dotnet

    A collection of awesome .NET libraries, tools, frameworks and software

  6. awesome-dotnet-core awesome-dotnet-core Public

    Forked from thangchung/awesome-dotnet-core

    🐝 A collection of awesome .NET core libraries, tools, frameworks and software

    C#