Software Engineering - The Soft Parts
Software Engineering - The Soft Parts 繁體中文翻譯
A day in my life | Lex Fridman 摘要
Lex Fridman daily workflow summary
Ask Dan abramov about JavaScript/Programming Questions
Ask Dan abramov about JavaScript/Programming Questions
Making Tailscale works with AdGuard
Making Tailscale works with AdGuard
2021 年度回顧
2021 Review
2021 Taipei Marathon
2021 Taipei Marathon
Distribute Coins in Binary Tree
Distribute Coins in Binary Tree solution
透過 Telegram Chat Bot API 傳送警告訊息
Sending alarm messages by Telegram Chat Bot API.
修正 Raspberry Pi setlocale 警告訊息
Fixing Raspberry Pi setlocale LC_ALL warning message.
使用 SSH Key 登入 Raspberry Pi
Setting SSH key to login Raspberry Pi.
關於程式碼風格的那些事
Endless coding style war.
從 GCE 上拉取 GCR 私有 Docker Image
Pull private from Google Container Registry on Google Cloud Engine.
透過 Ansible playbook 來手動安裝 Docker
Manual installation Docker by Ansible playbooks on GCE.
在 GCP 上執行你第一個 Ansible Ad-Hoc Command
Running your first Ansible Ad-Hoc command on the GCP.
防止 Firefox 開啟新分頁時跳到新分頁
Prevent open link in a new tab then switch immediately.
Linux Here Document 與 cat + EOF 的使用
Linux Here Document with cat and EOF.
深入淺出 GraphQL Pagination 實作
Learning how to implement GraphQL Pagination.
讓 Subdomain 也可以使用 Cookie
Cookie with Subdomain.
Web Autoplay 的限制
Autoplay Policy Note.
2019 東京馬拉松
2019 Tokyo Marathon.
TypeScript 的類型註釋基礎
TypeScript type annotation note.
將 iTerm2 作為 React-Native 的預設 Terminal
Setting iTerm as react native default CLI.
React Native 動態調整樣式
React Native dynamic styling.
React Hooks 相關文章和影片收錄
React Hooks resoureces.
在 Docker 上執行 Ethereum
Running Ethereum on Docker.
深入原始碼理解 Ethereum 的獎勵機制
Understanding Ethereum mining reward.
JavaScript 編譯器 Babel 7 升級筆記
Upgrade to Babel 7 note.
Kubernetes 初體驗 By minikube
Learning Kubernetes by minikube.
Kubernetes 官方文件基礎教學翻譯
Kubernetes officail docs translation.
初識 Protocol Buffers
Intro Protocol Buffers.
使用 CSS 動態調整 Bootstrap 的折疊按鈕圖示
Dynamic change open and close icon on bootstarp button collapse by pure CSS.
防止 Select2 選擇後自動排序
Prevent select2 auto sorting.
透過 Multiple Stage Builds 編譯出最小的 Docker Image
Docker multiple stage builds.
如何自訂或修改 VSCode 佈景主題
Customizations VSCode theme.
使用 ios-webkit-debug-proxy 來 debug iOS 上的 Safari
Use iwdp-debug-safari to debug on iOS Safari.
Docker Command CheatSheet
Docker Command CheatSheet
在 Windows 上使用綜合所得稅申報系統申報所得
How to file income tax on Windows by the website.
認識 JavaScript Iterable 和 Iterator
JavaScript Iterable and Iterator.
使用 Blob 和 File 相關 Web API 即時呈現上傳圖片檔案
Use `Blob` and file web API create instant image preview.
使用 Imagemagick 將 PDF 轉換成圖片
Convert PDF to Image by Imagemagick.
使用 Gitea 架設自己的 GitHub 服務
Self hosted Git service by Gitea.
在 macOS 上安裝 Imagemagick 進行圖片轉檔
Install Imagemagic On Mac.
轉換 base64 成圖片再轉換成 PDF 的踩坑筆記
Convert Base64 image to PDF note.
使用外部 form tag 來送出表單
Submit form by outside form tag.
透過 CLI 查詢本機端被使用的 Port
Check local port be used by CLI.
在 Laravel 中搭配 Async Vue Component 使用
Laravel with Vue Async Component.
JavaScript Immutable Array
JavaScript Immutable Array.
(翻譯)The Behavior Of Channels
The Behavior Of Channels.
PHP 陣列的解構賦值
PHP Array Destructuring.
Go - io 標準函式庫學習筆記
Learning Go Standard `io` library.
從 laravel-mix 0.8 升級到 1.4 版的記錄與坑
Update Laravel Mix from 0.8 to 1.4.
Higher Order Component(HoC) 學習
Learning Higher Order Component(HoC).
透過 np 快速發佈你的 package 到 npm.js
Published your package by np.
在 Laravel 中透過 Zipper 壓縮檔案至 S3
Upload ZIP to Amazon S3 by Zipper.
Reactjs 和 Vuejs 建立 Component 的方式比對
Comparing react and vue to create component.
如何在 PHP 建立一個 Object
How to create Object in PHP.
排序演算法 - 快速排序 (written in Go)
Quick sorting written in Go.
為何要在 React 的 setState() 內傳入 function
Learning functional `setState` in react.
在 ZEIT now 上部署 Telegram Bot
Deployment Telegarm on ZEIT now.
在 Ubuntu 上自動更新 Atom 編輯器
Auto update Atom Editor on Ubuntu.
使用 Promise.all() 解決多次的 API Callback
Using `Promise.all()` solved API callback.
初識 GraphQL
Learning GraphQL.
Telegram Bot 開發起手式
Development Telegram Bot.
撰寫自己的 react package component
Writing your react pacakge and publish to npm.
JavaScript 設計模式與開發實踐 - Chapter 3
JavaScript Closure & High Order Function.
JavaScript 設計模式與開發實踐 - Chapter 2
JavaScript `this`, `call`, `apply`.
JavaScript 設計模式與開發實踐 - Chapter 1
JavaScript Prototype Inheritance.
解決使用 php artisan serve browserSync 無法作用
Fixing browserSync by `php artisan serve`.
解決 GitGutter 在 Sublime 沒有作用的問題
Fixing GitGutter on Sublime.
Rest Parameters - 剩餘參數
JavaScript Rest Parameters.
Windows - node_modules 資料夾名稱過長問題
Fixing remove `node_modules` on Windows.
Reactjs - 簡易聊天室
Building simple chatroom by reactjs.
Beginning - ECMAScript 6
his is the note for learning ECMAScript 6.
JavaScript 常用陣列方法
JavaScript Array basic usage.