tingtinghsu

@tingtinghsu

2020 ~ now: Rails Developer based in Taipei, Taiwan. 2018 ~ 2019: 住在日本的Ruby on Rails學習者 Before 2018: World Traveler

Joined on Nov 15, 2018

  • git 練習場 git interview問題 Astro課程 0629-0701 git 使用brew 安裝 tingtinghsu@Hui-TingdeMacBook-Air % which brew (這個指令在哪裡) /usr/local/bin/brew 確認git版本 tingtinghsu@Hui-TingdeMacBook-Air % git --version git version 2.24.0
     Like  Bookmark
  • 組合物件 vs 繼承 what’s the pros and cons between Inheritance and Composition? Simple example of composition: Has-A Car has an engine Car has headlights Simple example of composition: Has-A class Engine def start
     Like  Bookmark
  • title: Astro課程 0722 - CSS(Day7) tags: astro, css, bootstrap 時間軸 10:35 切版問題討論 11:29 框限等寬 12:00 Bootstrap vender prefix 前綴字:只有特定瀏覽器看得懂 Ref: MDN
     Like  Bookmark
  • U dk Stub & Mock meh?? :face_with_raised_eyebrow: Stub v.s. Mock 2022-10-25 Ting :cat: slide: https://hackmd.io/@tingtinghsu/S1s64axEj#/ :cat: Outline Test Double
     Like  Bookmark
  • 收需求 gmail -> trello信箱設定 Skype Face to face 開卡&整理卡 小卡整理 拿掉無用的圖 / 寄收件資訊 Card title
     Like  Bookmark
  • 從五倍結業,到工作後的進修資源 edited by Ting 想練英文的同學們可以多搜尋國外資源,走在時代的尖端! 1. 書籍 Ruby物件導向設計實踐:敏捷入門 無瑕的程式碼:敏捷軟體開發技巧守則 Confident Ruby
     Like 2 Bookmark
  • 第一篇筆記:Astro課程 0723-0731 - Rails (Day1-Day4) 第二篇筆記:Astro課程 0803 - Rails (Day5) 幫文章加上使用者 想法: 先建migration,在posts加user欄位 為了把user id 指定給posts rails g migration add_user_to_post null: false 先空著(原本應該文章有作者才合理)
     Like  Bookmark
  • Wed's Talk Class Definition 2021-04-14 Ting slide: https://hackmd.io/@tingtinghsu/class_definition/ Why this book? I :heart: reading. :book: A friend gave me this book as a gift in 2019.
     Like  Bookmark
  • JavaScript 函式的補充 無論如何會接收參數或環境變數 ruby 會檢查參數數量 def foo(x, y, z) end # foo(1, 2, 3) foo(1, 2)
     Like  Bookmark
  • 最近更新:20200925 容易被誤解的j系列~ js.erb [x] 已完成:新增的post可以立即按讚 可以讓js抓到partial檔,用inner html的方式讓原本區塊裡渲染出畫面 # posts.js.erb $('#posts-block').html("<%= j render('items/partials/posts') %>")
     Like  Bookmark
  • 0709 Ruby (Day1) 在螢幕上印出 print "ab" puts "cd" #print + 換行 p "ef" #印出完整的資訊 p 印出完整資訊,適合用來除錯 a = [1 ,2 ,3] puts a # 1 2 3
     Like  Bookmark
  • Action Mailer https://guides.rubyonrails.org/action_mailer_basics.html 寄信 把信寄到對方手中很複雜(複雜的部分在於:郵差是否有正確寄到位置) SMTP Relay 是指要不要讓別人在外部機器使用你的伺服器幫他送信, 可能會讓不肖使用者拿伺服器來做亂發廣告信的工具
     Like  Bookmark
  • 上一篇筆記:Astro課程 0723-0731 - Rails (Day1-Day4) 書籍推薦:Everyday Rails Testing with RSpec 會員註冊頁面 sign_up.html.erb 使用form_for(傳遞一個model) <%= form_for(@user) do |form| %>
     Like  Bookmark
  • 一起來做BBS看板! Rails專案實作快速連結 0723 Day1 建立看板 0724 Day2 第一個Model: 新增看板 0730 Day3 第二個Model: 新增文章 0731 Day4 資料驗證、第三個Model: 新增使用者 提問時間 <200> Q:網頁200 202 300 404......等是什麼意思?
     Like  Bookmark
  • PastLeo blog 上課PDF Ruby simple https 套件 ruby -run -ehttpd . -p8000 1. document.body.addEventListener 當發生什麼事件的時候要做什麼 .addEventListener('', callback)
     Like  Bookmark
  • Part 1: 程式基礎,以JavaSript為例 看自己本地環境的node js版本 node --version  master  node --version v14.6.0 不同的javascript引擎,語法跑出來的結果不太相同 不同的js版本,LTS (長期支援 Long-term support)可能不一樣 Production applications should only use Active LTS or Maintenance LTS releases
     Like  Bookmark
  •  Like  Bookmark
  • 時間軸 10:47 幻燈片 10:50 bootstrap components navs "JavaScript behavior"/01.html 11:08 bootstrap components Tooltips/02.html 11:21 bootstrap components Popovers 11:40 改視覺外觀 12:08 bootstrap components Dropdowns 要自己看 12:14 麵包屑/03.html 12:20 bootstrap components List group 12:26 bootstrap components Pagination 分頁導覽
     Like  Bookmark
  • 時間軸 10:38 5倍官網切版問題:幻燈片 10:54 Utilities 12:15 Flex fill 13:35 bootstrap Utilities Borders 13:40 bootstrap Utilities Overflow 13:50 bootstrap components Navbar 14:10 aria 15:08 bootstrap components Carousel 15:40 bootstrap components Modal
     Like  Bookmark
  • 資料庫 Database SQL 語法介紹 CRUD 之新增C、查詢R、更新U、刪除D Why is a database always represented with a cylinder? SQL Structured Query Language 結構化查詢語言
     Like  Bookmark