Coding Interview
33. Search in Rotated Sorted Array
Jason Yang · 03 Dec, 2025
Search in Rotated Sorted Array (LeetCode 33): a modified O(log n) binary search that finds which half is sorted, with an interactive step visual.
Coding Interview
Jason Yang · 03 Dec, 2025
Search in Rotated Sorted Array (LeetCode 33): a modified O(log n) binary search that finds which half is sorted, with an interactive step visual.
Linux
Jason Yang · 03 Dec, 2025
Safely open a specific port on Ubuntu with UFW: check status, enable the firewall without losing SSH access, and verify your rules — step by step.
Tools
Jason Yang · 03 Dec, 2025
Back up and restore your full SecureCRT configuration on Ubuntu with simple terminal commands so you never lose saved sessions when migrating or reinstalling.
Coding Interview
Jason Yang · 03 Dec, 2025
Divide and Conquer is more than Merge Sort: the 3-step design paradigm, how it differs from plain recursion, and the interview patterns that use it.
Homelab
Jason Yang · 02 Dec, 2025
Enable SSH on Synology NAS and log in as root using 'sudo -i'. A quick guide for advanced DSM administration and secure terminal access.