WWW 0x01: 有個部署「部署「部署 K8s 」」的工具

這裡是 WWW 第壹期,Wow Weihang Weekly 是一個毫無章法的個人週刊,出刊週期極不固定,從一週到五年都有可能。初期內容以軟體工程為主,等財富自由後會有更多雜食...

January 25, 2020 · 2 min
三次面試中唯一一張照片

2018 前端工程師面試心得

這是我在 2018 年 Q1 的求職面試心得,不算實習的話,就是第一次正式求職。記錄下來作爲人生里程碑,也分享給大家參考。 (撰於 2018-03-15) 背景 森...

March 15, 2018 · 12 min
Modified from Webcompat.com

與 IE 相處的日子二:淺談網頁相容性

還記得之前整理的 IE 相容性 一文嗎?筆者最近參與公司新版 Web App 架構規劃與開發,又遇到許多相容性的問題,連新版瀏覽器也無法倖免。就讓我們再次探討瀏覽...

December 9, 2017 · 14 min

How Is New Terminal In VS Code So Fast?

Last week, a new version (1.17) of Visual Studio Code was released. While there are many fascinating improvements and features introduced, the one that cought my eyes is “Integrated Terminal performance” section. Let’s check out what they’ve done! (written on 2017-10-12, based on Xterm.js v3, VS Code 1.17) Old Performance Issue The integrated terminal in VS Code is powered by another popular open-source project “Xterm.js”, which is currently maintained by SourceLair and community contributors....

October 12, 2017 · 13 min

試答 Cherny 所謂「最好的前端面試題」

這份面試題出自於此,是從 /r/Frontend/ 連結過去的,看到如此自豪的標題和簡介,便手癢來作答,結果寫完基礎概念篇,才發現這份題目在 reddit 上被批評得體無完膚,與現...

July 26, 2017 · 14 min

與 IE 相處的日子

近幾年來,JavaScript 可謂風生水起,從後端到前端,從 mobile 到 desktop,各種 module 滿天飛,信手拈來就是一個 web app。不過,「沒碰過 IE,...

July 15, 2017 · 6 min

現代化的 JavaScript 併發 - Async Functions

在前一篇介紹 JavaScript Concurrency 的文章中,Promise 提供開發者安全統一的標準 API,透過 thenable 減少 callback hell,巨幅降低開發非同步程式的門檻,大大提升可維護性...

June 18, 2017 · 11 min

現代化的 JavaScript 併發 - Promises

所謂良好的使用者體驗,有個基本要求:「能即時回饋使用者的互動」。在 Mobile Native,常利用多線程(Multi-threading)分散主線程(...

June 12, 2017 · 12 min

大前端時代的工具箱

在大前端的時代,開發 Web app 不再像以前使用一個 jQuery 的 CDN 這麼容易,從 html 模板的抉擇,css 預處理器的挑選,Javascript 模組化的方法,自動化工具...

March 10, 2017 · 19 min