Skip to content
View doraeminemon's full-sized avatar
🎯
Focusing
🎯
Focusing

Sponsoring

@ljharb

Block or report doraeminemon

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
doraeminemon/README.md

Developer Profile: Thy Son

👤 About Me

  • Role: Developer
  • President: Vietnamese Community in JCU

💼 Top Skills

  • TypeScript
  • JavaScript
  • Go (Golang)
  • React
  • Vue

💡 Favorite Project

  • Gleam Lang Website
    “A project that I’m especially proud of is my work on the Gleam language website.”

🗣️ Personal Motto

Do It Yourself

📱 Contact

  • LinkedIn: thy-son
  • Mobile / WhatsApp: +84 969954132

Pinned Loading

  1. Converting standard Vietnamese Chara... Converting standard Vietnamese Characters to non-accent ones. Example: hải -> hai
    1
    function nonAccentVietnamese(str) {
    2
      str = str.replace(/A|Á|À|Ã||Â|||||Ă||||/g, "A");
    3
      str = str.replace(/à|á|||ã|â||||||ă|||||/g, "a");
    4
      str = str.replace(/E|É|È|||Ê||||/, "E");
    5
      str = str.replace(/è|é||||ê||ế|||/g, "e");
  2. Chatto Chatto Public

    Forked from badoo/Chatto

    A lightweight framework to build chat applications, made in Swift

    Swift

  3. CleanBoilerplate CleanBoilerplate Public

    Boilerplate for CLEAN architecture

    1

  4. Noxionite Noxionite Public template

    Forked from alemem64/Noxionite

    The most beautiful blog made with Notion

    TypeScript

  5. My backup.zshrc file My backup.zshrc file
    1
    source ~/.zsh/antigen.zsh
    2
    export LANG=en_US.UTF-8
    3
    export SSH_KEY_PATH="~/.ssh/rsa_id"
    4
    
                  
    5
    antigen use oh-my-zsh
  6. gopher-fleece/gleece gopher-fleece/gleece Public

    Building, documenting, validating, securing and customizing REST APIs through code-first development

    Go 78 1