A TypeScript-to-native compiler called Perry was tested running a Hono web framework application. Perry's compiled binary achieved 2,795 requests per second on Hono endpoints compared to Node's baseline, with higher latency (51-62ms vs 2-3ms) and memory usage (136-163 MiB vs 112-114 MiB), though it passed functional correctness checks.
A developer built a QR code routing system for PokerNexus business cards that directs users to the appropriate app store (iOS, Android, or website) based on their device's User-Agent header. The solution uses a short, controlled URL to enable dynamic routing while keeping the printed QR code permanently valid, with careful attention to QR code density, error correction, and bot detection to ensure reliable scanning and proper redirection.