showmethecode icon indicating copy to clipboard operation
showmethecode copied to clipboard

#HK Meetup #9 20190301

Open debuggingfuture opened this issue 5 years ago • 4 comments

日期 Date

1 Mar 2019

地點 Location

  • Hong Kong

場地 Venue

Station for Open Cultures in Eaton Hotel (380 Nathan Road)

題目 Sessions

  • in <> @<<speaker>> , with one-line to describe</speaker>

debuggingfuture avatar Feb 13 '19 16:02 debuggingfuture

(包底mode) I can share https://medium.com/wordquest-engineering/structuring-js-app-in-monorepo-yarn-workspaces-react-node-firebase-845e207a4314

debuggingfuture avatar Feb 13 '19 16:02 debuggingfuture

@gaplo917 https://github.com/gaplo917/mobx-react-mvvm-example @199911 share Develop API with TDD https://github.com/199911/develop-api-with-tdd

Andrew mok will share "how & why we biuld our shared UI component library @gilbertwat , from GoGoVan will share on RIBs, Uber Mobile App Framework Lalamove (TBC)

debuggingfuture avatar Feb 26 '19 06:02 debuggingfuture

I would like to talk about a "video scene cutter" I've been using for generating video preview for trace.moe 's telegram bot https://github.com/soruly/trace.moe-media

soruly avatar Feb 27 '19 02:02 soruly

對於某講者講「Mobile Development 比 Frontend Web Development 複雜得多」 我聽到好un耳....

我覺得我要為所有Frontend Web Developer 平反.... 先唔講Mobile Development 複唔複雜,我要講係Frontend Web Development有幾複雜。

  1. web唔洗cross platform 但要 cross browser,有做過既人都知cross browser 唔會比cross platform 容易,古有IE今有Safari,iframe cookie 都因Safari ITP而唔穩陣。
  2. web要同時考慮大型TV同Desktop 要考慮更多既responsive UI design。
  3. web要考慮progressive web app (offline first access,pre-caching, runtime caching,notification push),唔會比native app 簡單。
  4. web要考慮無障礙網頁規範(WCAG2.0)例如aria label 個d support voice-over之類既軟件,呢樣我唔知mobile有冇。
  5. web要處理keyboard event 係咪每樣clickable既野都有keyboard alternative access到。
  6. web考慮Social Sharing的話要針對性有social meta tag。
  7. web要考慮SEO,要用邊d html5 tag,做得好甚至要考慮Server Side Rendering,Server Side Rendering有幾複雜唔講啦,唔複雜唔會有NextJs。
  8. web 有cookie,Cookie都分好幾種,仲有localStorage,sessionStorage,depend on 業務仲有eu既cookie policy law。
  9. web 要考慮cors, xsrf, xss 呢類security 問題。
  10. web 要考慮crawler問題,要考慮robot.txt, sitemap.xml。
  11. web 一樣有code base 問題,redux 根本唔關事,唔係唔會有micro-frontend既concept走出黎。https://micro-frontends.org/

只係上面D "大圍野" 已經好多野,仲未講React,Angular,Vue,Webpack,Rollup,Babel個d麻煩野。 Support就比個like

raymondsze avatar Mar 01 '19 18:03 raymondsze