Skip to content
View arieshsieh0402's full-sized avatar
Block or Report

Block or report arieshsieh0402

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

Hsien-Te Hsieh

Software engineer / Lawyer

I am a software engineer in Taiwan with a legal background.

const arieshsieh = {
  pronouns: 'he' | 'him',
  website: {
      gitHubPages: 'https://arieshsieh0402.github.io/',
      ithome: 'https://ithelp.ithome.com.tw/users/20158406/articles',
      medium: 'https://medium.com/@arieshsieh0402'
  },
  email: 'hthsieh.law@gmail.com',
  languages: ['English', 'Mandarin', 'Taiwanese'],
  favorites: ['Beer', 'Wine', 'VideoGame', 'Photography'],
  technologies: {
    mobile: {
        languages: ['Swift', 'Objective-C'],
        tools: ['iOS_SDK', 'Xcode']
    },
    frontEnd: {
      languages: ['html', 'CSS', 'javaScript'],
      tools: ['React']
    },
    backEnd: {
      languages: ['C#', 'Python', 'JavaScript'],
      frameworks: ['.NET Framework', 'Flask', 'Node', 'ASP.NET MVC'],
      api: ['OpenAPI/Swagger', 'JSONAPI', 'RESTful'],
      tools: ['Postman']
    },
    devOps: {
      versionControl: ['Git', 'GitHub'],
      containers: ['Docker']
    },
    databases:{
      database: ['postgreSQL', 'Microsoft SQL Server'],
      tools: ['pgAdmin', 'SSMS']
    },
    editors: ['Vim', 'VSCode', 'Visual Studio'],
    terminal: ['iTerm2', 'Bash', 'Zsh']
  }
};

Here's my portfolio

Popular repositories

  1. express-api-skeleton express-api-skeleton Public

    Forked from osu-mist/express-api-skeleton

    Skeleton for Express APIs

    JavaScript 1

  2. arieshsieh0402 arieshsieh0402 Public

  3. LeetCode-Practice LeetCode-Practice Public

    My personal practice for Leetcode.

    Python

  4. PyPDF2 PyPDF2 Public

    Forked from py-pdf/pypdf

    A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files

    Python

  5. docker-postgresql docker-postgresql Public

    Forked from sameersbn/docker-postgresql

    Dockerfile to build a PostgreSQL container image which can be linked to other containers.

    Shell

  6. export-data-into-separate-sheets export-data-into-separate-sheets Public

    Python