Michael HwangNote: Ruby On Rails Performance Apocrypha [Principle]This is a study note for the book Ruby On Rails Performance Apocrypha by Nate Berkopec. This book shows some guidelines and practical…Jan 23, 2021Jan 23, 2021
Michael HwangNote: CSSCSS is a short-cut of cascading style sheet. It can transform HTML into a beautiful web page we see in our daily life.Jul 22, 2019Jul 22, 2019
Michael HwangNote: HtmlA web page can be split into three sectors according to the programming language used to build it Html- structure, CSS- style, javascript…Jul 18, 2019Jul 18, 2019
Michael HwangNote: Ruby-EnumerableIn the beginning, here is some note about class and module in Ruby. Class generally can view as some data exist, or say it is an instance…Jul 12, 2019Jul 12, 2019
Michael HwangNote: Ruby Core Methods of Array (2.6.3)Arrays are ordered, integer-indexed collection of any object. Assume ary = Array.new([1,2,3,4]) = [1,2,3,4]Jul 11, 2019Jul 11, 2019
Michael HwangNote: Github前陣子面試發現對git有需求,但是完全不會,結果被電爆,哭哭。 沒辦法,誰叫我邊緣都是自幹。總之來惡補一下吧。 (筆記於Datacamp的課程- Introduction to GitHub for data science)May 29, 2019May 29, 2019
Michael HwangNote: MySQL語法(一)只是個筆記而已。 基本上都是重點擷取這一系列文章-> http://www.codedata.com.tw/database/mysql-tutorial-getting-startedMay 10, 2019May 10, 2019