Share Your Ideas with the World ✍️

A community of writers creating and sharing stories, tutorials, and insights.

🚀 Start Your Blog

🏷️ Popular Tags

📰 Recent Articles

Tmux Shortcuts Cheat Sheet (with Vi Copy Mode)

Chang-Woo Rhee · Jul 30, 2026

Pane Navigation• Ctrl-b o — next pane • Ctrl-b q + number — jump to pane • Ctrl-b ; — last active pane • Ctrl-b ↑/↓/←...
#vim #tmux #terminal #shortcuts

How to Check Mac App Names and Open Apps from Terminal

Chang-Woo Rhee · Jul 29, 2026

Opening Apps from TerminalUse the open -a command followed by the app name: open -a VLC open -a "Google Chrome" open...
#macos #tips #terminal

How to Prevent Disk Full on Linux EC2 Instances

Chang-Woo Rhee · Jul 14, 2026

ProblemLinux servers can become unresponsive when the disk fills up. The OS cannot write logs, swap, or temporary fil...
#devops, #linux, #docker, #ec2, #disk-management

Frontend Rendering — RSC, SSR, SPA, Turbo

Chang-Woo Rhee · Jul 06, 2026

OverviewAll approaches solve the same problem: show content to users and make it interactive. The difference is where...

batteris-included vs fullstack framework

Chang-Woo Rhee · Jun 17, 2026

• Batteries-included = most things built-in (ORM, mailer, jobs, asset pipeline, testing). Rails, Django, Laravel. • F...
#software

Greatest N Per Group

Chang-Woo Rhee · Dec 18, 2025

> why i get ramdom payment_no when i use max(payment_create)? > You get random payment_no because of how GROUP BY ...
#sql #greatest-n-per-group #database-design-pattern

✨ Writers