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

Sponsoring

@avelino
@warpy-ai

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: Đỗ Đình Thy Sơn

👤 About Me

  • Role: Senior Software Engineer
  • President: Vietnamese Community in JCU

💼 Top Skills

  • TypeScript
  • JavaScript
  • Go (Golang)
  • React
  • Vue
  • React Native
  • Swift
  • Svelte

💡 Favorite Project

  • Pickupp: Logistics service for South East Asia region.

🗣️ Personal Motto

Do It Yourself


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. gopher-fleece/gleece gopher-fleece/gleece Public

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

    Go 82 1