Blog

OOBootcamp Training Insights

This article shares the author's insights from OOBootcamp training, including the advantages, implementation details, …

· 4 min
Reflections and Insights

Jest Less Import Error

This article provides an introduction to Jest Less import errors, including solutions, implementation details, and …

· 4 min
TestingJavaScript

Frontend React Project Structure and Conventions

This article covers frontend React project structure and conventions, including use cases and implementation details to …

· 3 min
ReactFrontend DevelopmentArchitecture Design

Splitting Frontend i18n Files

Split growing i18n JSON into multiple files and merge at build time with webpack, then load per locale.

· 3 min
ReactBuild Tools

Azure Free Trial for 1 Month

This article introduces the advantages, implementation details, and related resources of Azure's free 1-month trial, …

· 2 min

Building Smart Home 1.0

This article introduces building Smart Home 1.0, including usage scenarios and implementation details to improve Smart …

· 3 min

Registering a US Apple ID

This article introduces how to register a US Apple ID, including usage scenarios and implementation details to improve …

· 3 min
Apple Ecosystem

Upgrading Angular 7 to 8

This article introduces upgrading Angular 7 to 8, including the advantages of upgrading Angular 7 to 8, implementation …

· 2 min
Angular

IDEA Plugin Development

This article introduces IDEA plugin development, including its advantages, implementation details, and relevant …

· 4 min
Development Tools

Learning PlantUML - A Powerful Drawing Tool

This article introduces PlantUML, a powerful drawing tool, including usage scenarios and implementation details to …

· 2 min

Upgrading Angular 6 to 7

This article introduces the author's experience upgrading from Angular 6 to 7, including the advantages, implementation …

· 2 min
Angular

Automating Blog Platform Deployment

CI/CD for a blog platform using Travis: build, rsync to VPS, restart services, plus tips for SSH keys, scripts, and …

· 3 min
Build ToolsDeployment & Operations

[Translation] Evaluating Redux Saga Test Libraries

Translated notes comparing native saga testing with five helper libraries, highlighting scenarios each handles best.

· 7 min
ReactJavaScript

[Translation] Given-When-Then in JUnit Tests

This post introduces Given-When-Then in JUnit tests, including benefits, structure, and notes to help improve testing …

· 3 min
TestingTranslation

My Mac App List

A curated list of essential Mac applications to boost productivity and efficiency. Regularly updated with top utilities …

· 3 min
UtilityMacTech

Getting the NAS DS218j

This post covers why I bought the NAS DS218j, the scenarios it solves, and the setup details so you can get started …

· 3 min

About Alfred: What you need to know

Guide to using Alfred on Mac: setup, usage, tips for beginners and advanced users. Learn to replace Spotlight, perform …

· 10 min
AlfredWorkflowBeginner's GuideUser Guide

A Frontend White Screen Incident

Dev showed a white screen error ‘You should not use outside a ’. Root cause: npm install in CI ignored yarn.lock; fix by …

· 3 min
Frontend DevelopmentNode.js

2018 Year-End Summary

This is the author's 2018 year-end summary, reviewing growth in a complex project, reflecting on technical learning, and …

· 5 min
Annual ReviewReflections

dependencies vs devDependencies

This article introduces the differences between dependencies and devDependencies in Node.js, including their advantages, …

· 4 min
Node.js
How to Use Surge for macOS (Step-by-Step Guide)

How to Use Surge for macOS (Step-by-Step Guide)

Comprehensive notes on purchasing, configuring, and getting the most out of Surge on macOS/iOS/tvOS—including proxy …

· 4 min
NetworkingMaciOS

An Awkward No-Network Experience on My Phone

Lost mobile data during a Lunar New Year shopping run; the fix was resetting iPhone network settings and asking the …

· 2 min
Personal Notes

Improve Frontend Code Quality with Tooling

How we use EditorConfig, TSLint/ESLint, TypeScript, Prettier, Husky, and lint-staged to keep frontend code consistent …

· 2 min
Code Quality

Tools I Bought in 2018

This post summarizes the tools I bought in 2018, including Filco 87 Wireless, AirPods, and Apple Watch Series 4. These …

· 2 min
HardwareApple Ecosystem

Git Merge vs Rebase: Differences and Choices

This article introduces the differences and choices between Git merge and rebase, including their advantages, …

· 3 min
Git