Skip to content
View tieukhoimai's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report tieukhoimai

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

Hi, I'm Mai (Mia) πŸ‘‹

#!/usr/bin/python
# -*- coding: utf-8 -*-


class DataAnalyst:

    def __init__(self):
        self.name = "Tieu Khoi Mai"
        self.role = "Data Analyst"
        self.company = ["Fossil Group", "Amanotes", "Bosch"]
        self.uni = ["UNIVR", "HCMUS", "HCMOU"]

    def say_ciao(self):
        print("Ciao, I'm a data gal and a master student")


me = DataAnalyst()
me.say_ciao()

🌱 I am currently pursuing a Master's degree in Data Science at the University of Verona

πŸ‘©β€πŸ’» I previously earned dual Bachelor's degrees in Computer Science and International Business

πŸ”­ I held a dual role at Fossil Group as both an Analytics Project Manager and Data Analyst

πŸ’¬ Talks about data stories, insights, and product experience

πŸ“ I regularly write articles on tieukhoimai dot me

πŸ“« Feel free to reach me at tieukhoimai@gmail.com

☁️ Or you can connect to me via /in/tieukhoimai/

🏠 My resume is available at tieukhoimai dot me


Pinned

  1. mia-blog-v3 mia-blog-v3 Public

    Next.js, Tailwind CSS blog

    MDX 1

  2. mia-blog mia-blog Public

    By Gatsby and Cloudflare Pages. Check out mia-blog-v3 on https://github.com/tieukhoimai/mia-blog-v3

    JavaScript 2

  3. fossil-engineering.github.io fossil-engineering.github.io Public

    Forked from fossil-engineering/fossil-engineering.github.io

    Fossil Engineering Blog

    JavaScript

  4. ml-airq4cast ml-airq4cast Public

    The second runner-up project of Greenovator Hackathon 2021 organized by Bosch Vietnam and Quang Trung Software City (QTSC)

    Jupyter Notebook

  5. plotly-nlp-news plotly-nlp-news Public

    Final Project of course Programming and database (2023/2024) of University of Verona

    Jupyter Notebook

  6. oop-stack-hanoitower oop-stack-hanoitower Public

    Tower of Hanoi - A final project of course MTH10407 - Object Oriented Programming of VNUHCM - University of Science

    C++