Blog

How to Use Redux in React (Step-by-Step Guide)

This post introduces using Redux in React, including why it exists, core concepts, and practical setup.

· 4 min
ReactFrontend Development

[Translation] Core JavaScript Concepts

This article translates and introduces some core JavaScript concepts, including scope, IIFE, MVC, async/await, closures, …

· 4 min
TranslationJavaScript

On Sync, Async, and Cross-Origin

A cross-origin handoff where an async call would complicate things; a synchronous form submit ends up the cleanest …

· 2 min
JavaScriptFrontend Development

Angular VS React [Translation]

This article introduces Angular vs React comparison, including their advantages, implementation details, and related …

· 7 min
Translation

Filco Minila Air Mechanical Keyboard Setup

This article introduces the setup process for Filco Minila Air, including its advantages, implementation details, and …

· 2 min
Hardware Devices

Modifying and Saving Static Resources in Chrome Developer Mode

This article explains how to modify and save static resources using Chrome's developer mode, including the local …

· 2 min
Chrome

Puppy Vacuum D531 — First Impressions

Hands-on notes after buying the Puppy D531 vacuum: pros, cons, and a small parts update.

· 2 min
Hardware

Export Nintendo Switch Screenshots

Two hassle-free ways to sync Nintendo Switch screenshots to your phone—microSD and an automated IFTTT + Twitter …

· 1 min
Nintendo Switch

Simplify OpenConnect with Shell + expect

Use a small expect script to automate OpenConnect VPN login steps at home, reducing repetitive prompts.

· 1 min
Linux

Mac Hotkeys:Boost Your Productivity

Discover essential Mac hotkeys to boost your productivity. Learn shortcuts for system-level operations, Finder, and …

· 5 min
keymapEfficiencyIntellij IDEADataGrip

Babel vs. TSC

What Babel and the TypeScript compiler actually do, and how to polyfill missing APIs in React/Angular projects.

· 2 min

Setting Up Mock Server with Postman

This article introduces how to set up a mock server using Postman, including its advantages, implementation details, and …

· 2 min
Software Recommendation

What's New in Node.js 10

This article introduces what's new in Node.js 10, including its advantages, implementation details, and relevant …

· 4 min
Node.jsTranslation

Commonly Used Docker Commands

This article introduces commonly used Docker commands, including their advantages, implementation details, and related …

· 3 min
Deployment and Operations

Migrating Blog Services to a Domestic Server

This article introduces how to migrate blog services to a domestic server, including usage scenarios and implementation …

· 2 min
Deployment & Operations

[Translation] Promises vs Observables

This article introduces the comparison between Promises and Observables, including their advantages, implementation …

· 11 min
JavaScript

[Translation] TypeScript vs. JavaScript: Should You Migrate Your Project to TypeScript?

This post compares TypeScript and JavaScript and discusses whether you should migrate a project to TypeScript, covering …

· 5 min
TypeScriptTranslation

How to Import Third-Party JavaScript in Angular Projects

This article introduces how to import third-party JavaScript in Angular projects, including advantages, implementation …

· 2 min
Angular

Cannot find module inherits

This post explains the 'Cannot find module inherits' error, including analysis and fixes that can help resolve build …

· 1 min
Node.js

My First Experience with Docker

This article introduces my first experience with Docker, including its advantages, implementation details, and related …

· 3 min
DevOpsDeployment

hexo-error

This article introduces common hexo errors, including their causes, solutions, and implementation details. These steps …

· 1 min
Node.jsJavaScript

[Translation] Bootstrap 3 vs 4

This post summarizes differences between Bootstrap 3 and 4, including component changes and key features.

· 3 min
CSSTranslation

Building a Hexo-Based Blogging Platform

How I built a lightweight web platform on top of Hexo so I can draft and publish posts from any device.

· 2 min
Angular

Downgrade iOS from Beta to Stable

This post explains how to downgrade iOS from a beta back to the stable release, including backup and recovery steps.

· 1 min
iOS

Nginx Configuration for Domain-Only Web Access

This post explains how to configure Nginx so a website is accessible only by domain, not by IP.

· 1 min
Deployment Operations