Skip to content
View ThaddeusJiang's full-sized avatar

Block or report ThaddeusJiang

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

👋 Hi

I am ThaddeusJiang

Freelance full-stack developer in Japan, 🤝 looking for opportunities. 📧 thaddeusjiang[at]gmail.com

  • 🤘 Good at Web development both frontend and backend, familiar with Database, Infra and MicroServices.
  • 🙋‍♂️ Good at Software Architecture, design & implemented Ticketing System, HR SaaS, IoT(OCPI, OCPP)
  • 😁 Speak Japanese🇯🇵, English🇺🇸 and Chinese🇨🇳.

Know me:

Connect me:

Personal Projects:

  • AIer.app - An AI-driven personal agent that leverages your experiences, knowledge, and perspectives.
  • Vmemo.app - A visual memory tool that lets you search images using natural language and no typing needed.

Other Projects

  • Plugo - EV充電ネットワーク
  • SmartCompany - 労務管理、勤怠管理、給与計算、人材育成、スキル管理、タレントマネジメントなど
  • teamLab Ticketing System - 時間制来館者システム
  • Zenport - グローバルサプライチェーンの全データを一括管理
  • Insuite - 5000名以上の大企業に圧倒的な支持を受けるコミュニケーションプラットフォーム

Thanks for visiting! 🙏

Pinned Loading

  1. save_it save_it Public

    Save photos, Search photos

    Elixir 8 1

  2. AIer AIer Public

    Train AI with your own data, for PKM, Second Brain and etc.

    TypeScript 24 3

  3. react-sortable-list react-sortable-list Public

    You should focus the features of your app, not DnD boilerplate.

    TypeScript 24 1

  4. Projectify Projectify Public

    Forked from NicolasPetton/Projectify

    Project management in TiddlyWiki

    JavaScript 63 14

  5. inamori-kazuo-gpt inamori-kazuo-gpt Public

    稲盛和夫 GPT と会話しませんか

    TypeScript 16 1

  6. isLeapYear in TypeScript isLeapYear in TypeScript
    1
    function isLeapYear(year: number) {
    2
      return new Date(year, 1, 29).getDate() === 29
    3
    }
    4
    
                  
    5
    export default isLeapYear