Skip to content
View tienthai-ammp's full-sized avatar

Block or report tienthai-ammp

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

Hi, I'm Tien!


Software Engineer @AMMP Technologies

Linkedin: tienthai

A little more about me...

What about me?

const tien = {
	pronouns: "She" | "Her",
	code: ["Java", "JavaScript", "TypeScript", "Python", "Dart", "Ruby", "C#"],
	letsTalkAbout: ["mobile app dev", "IoT", "music", "ui/ux", "apple", "tech"],
	technologies: {
		mobileDev: ["Android native", "IOS native", "Flutter"],
		frontend: {
			frameworks: ["Vue", "Angular"],
			css: ["vuetify", "bootstrap"]
		},
		backend: {
			js: ["node", "express"],
			python: ["django"],
			java: ["spring boot"],
			c#: ["asp .net"]
		},
		devOps: ["gitlab cicd", "aws", "docker"],
		databases: ["mySql", "postgresql", "sqlite"],
		misc: ["socket.io", "selenium", "firebase"]
	},
	architectures: ["client-server", "model view controller", "progressive web apps", "messaging pattern"],
	techCommunities: [
		{
			program: "women techmaker",
			organization: "google"
		},
		{
			program: "AnitaB.org Open Source",
			organization: "google"
		}
	],
	funFacts: ["Perfect is the enememy of good. But let's spend half a day refactoring old codes"],
}

I love connecting with people, so let's have a coffee chat and say hello world in different languages!

Check out the Astrononmy picture of the day! This card can be found under repo NASA Apod NASA's Astronomy Picture of the Day

Popular repositories Loading

  1. tienthai-ammp tienthai-ammp Public

    Config files for my GitHub profile.

  2. copy-code-block copy-code-block Public

    Forked from Pickra/copy-code-block

    A solution to display code in the browser and copy it to the clipboard

    JavaScript