Command Palette
Search for a command to run...
A collection of articles on development, design, and ideas.
A comprehensive guide to designing a modern autocomplete component with React and TypeScript
Implement a Hierarchical Checkbox Selection System
Understanding Event Bubbling in DOM
探討函數式編程中的 Curry、Compose、Pipe 的實作與應用
In this blog I will Share a solution to the Pipe Function Implementation problem.
In this blog I will share a solution to the Retry Promise interview problem.
In this blog I will share a solution to the Countdown Timer interview problem.
探討 Netflix 的前端開發框架與設計模式
使用 Grid Template Areas 打造直覺且易維護的 CMS 版面配置
Find two numbers that add up to target using Hash Map - O(n) time complexity
Dynamic programming solution using Fibonacci sequence pattern
Check if ransom note can be constructed from magazine using Hash Map
Calculate longest palindrome length using Set for character pairing
Add two binary strings and return their sum in binary format
Insert a new interval into sorted non-overlapping intervals and merge if necessary
Calculate distance to nearest 0 for each cell using multi-source BFS
Find the maximum depth of a binary tree using recursive traversal
Reverse a singly linked list using iterative approach with pointer manipulation
Detect if array contains duplicate elements using Set or Map
Find the element that appears more than n/2 times using sorting approach
Find the contiguous subarray with maximum sum using Kadane's algorithm
Find the middle node of a linked list using two-pointer technique
Find the longest path between any two nodes in a binary tree
介紹 Temporal 的時間日期處理
學習如何安裝與使用 ni,統一處理多種包管理器需求,專注於開發本身
GitHub Copilot 是甚麼?
In this blog I will share a solution to the Implement Queue using Stacks problem.
In this blog I will share a solution to the Balanced Binary Tree problem.
In this blog I will share a solution to the Lowest Common Ancestor of a Binary Search Tree problem.
In this blog I will share a solution to the Valid Palindrome problem.
In this blog I will share a solution to the Merge Two Sorted Lists problem.
In this blog I will share a solution to the Valid Parentheses problem.
Performance、Metrics