Skip to content
View alvinyen's full-sized avatar
  • Taipei City, Taiwan

Highlights

  • Pro
Block or Report

Block or report alvinyen

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

Pinned

  1. blogger-social-site blogger-social-site Public

    應用React、React Router、Material-UI、Redux所完成的部落格系統,具登入機制、驗證及授權、管理員增刪改文章等相關功能。另外,也使用SASS及Radium來完成樣式的微調,最後使用Webpack來完成構建, 並使用Nginx搭配pm2部署於Digital Ocean。

    JavaScript 2

  2. backend-of-blogger-social-site backend-of-blogger-social-site Public

    為Blog Social Site的後端API,應用新版的node、Express搭配ES6+ async await等 語法撰寫完成,在資料庫的部分使用mLab的mongodb服務,並透過mongoose來完成操作。另外,也應用JWT及bcrypt等 工具來確保資安。使用Nginx搭配pm2部署於Digital Ocean。

    JavaScript 1

  3. find-near-me find-near-me Public

    應用新版的node搭配ES6+ async await等語法撰寫完成,對於座標距離各站點的遠近的判斷使用 mongodb的$near運算子來完成,證明自己NoSQL type DB的操作能力。部署於Heroku。

    JavaScript

  4. test-todo-app-with-mocha test-todo-app-with-mocha Public

    應用Mocha、chai-jquery、React及Redux完成的Todo App,藉由這個專案的實作,不只讓我瞭 解了TDD的流程,更讓我對React Component、Redux Action、Reducer的測試重點及Assertion、Macher等接口有了一定程 度的熟悉。

    JavaScript 1

  5. hex-rwd-practice hex-rwd-practice Public

    RWD切版練習,使用flexbox排版、media query進行相關設定,如mobile menu等等,其他還整合jquery、pug、scss、gulp、font-awesome等工具的使用來完成相關練習。

    CSS 1

  6. medium-realtime-todo medium-realtime-todo Public

    結合react / redux 及 socket.io的使用所完成的real time todo app

    JavaScript