Posts
All the articles I've posted.
-
Practice Recursion with JavaScript
Announcing a recursion practice website with problems
-
Generating subtitles with whisper-cli
Generate subtitles with whisper-cli.
-
Binary Search: Lower and Upper Bound
Binary Search Template for Upper and Lower Bound
-
Binary Search Template
Binary Search Template
-
Speed Up Mac Keyboard Repeat Rate
Increase keyboard repeat rate.
-
Disable the macOS accent picker in VS Code
Disable the macOS accent picker in VS Code so held keys repeat instead of opening a popup.
-
BFS with Re-visiting Cells: Grid with Obstacles Elimination
Learn how to modify the standard Breadth-First Search (BFS) algorithm to allow revisiting cells when solving grid problems.
-
Web Clipboard Notes (Summary)
Notes from the article explaining how the web clipboard works and how apps like Google Docs and Figma implement copy-paste.