近期使用了 Justinmind Prototyper 軟體建造一個 App 的雛形。我用它製作一個預計撰寫 App 之 UI 雛形,能夠讓 App 專案/產品的參與者了解 App 預計呈現什麼樣子,這個雛形能夠呈現事件
read more近期使用了 Justinmind Prototyper 軟體建造一個 App 的雛形。我用它製作一個預計撰寫 App 之 UI 雛形,能夠讓 App 專案/產品的參與者了解 App 預計呈現什麼樣子,這個雛形能夠呈現事件
read moreThe title of this article is also the conclusion. To practice building UIs from famous apps can improve your skills. That is what I have learned. Also, you have to refer many documents, including blogs and articles, from some APIs/SDKs of some platform for why, what and how to use simultaneously. From imitating them, you will polish your skills and skip some obstacles, which are someone has fallen on. It’s
read more最近因為團隊工作模式是非同步作息的工作方式,需要使用協作文件工具紀錄內容以及團隊內分享檔案,下載 Dropbox 桌面應用程式時剛好看到 Dropbox 推出 Paper 應用程式,它
read more這陣子在臺灣面試蠻多份工作的經驗,以及跟幾位朋友交流,覺得臺灣網路上一些人一直鼓吹有志從事軟體工程師職業的人做作品集,太誇大做作品集然後得到
read moreGrape gem is the core of API service, which bulits API endpoints and handles each exception. Devise gem’s role is the user management system. Doorkeeper gem manages oauth clients, which are related with users in Devise gem, and record oauth clients' app id, secret, scopes, authorization codes and access tokens. Doorkeeper takes responsibilities about giving, revoking, and refreshing authorization codes and access tokens. Wine_bouncer gem’s role is a guard of
read moreThis article is written for Rails beginners when he/she want to deploy an app. From my experience, many things must be noticed and fixed, whose range from Ubuntu, RVM, Apache, Passenger, Postgres, Git, Capistrano and GitHub.com. The following are indexes for problems, solutions and resources I had faced. It might evolve with times change. Ubuntu List packages you have installed to a machine. Command: dpkg -l | grep {packageFullnameorPartname} Change
read more