Blog
How TypeScript Playground shares code via URL
TypeScript Playground lets you share code just by sharing a URL. I looked into how this works.
- TypeScript
Participated in ISUCON11 qualifying and set a personal best
A record of participating in ISUCON11
- ISUCON
Comparing local proxy tools
A quick comparison of four local proxy tools.
- Security
Truncating multi-line text and -webkit-box
A quick look at -webkit-box, which is used when truncating multi-line text.
- Frontend
- CSS
Setting up the DK6 Ergo on macOS
How to set up the DK6 Ergo split keyboard on macOS
- Split Keyboard
Moving from Netlify to Vercel
Moved my tech blog hosting from Netlify to Vercel
- Netlify
- Vercel
- Next.js
A use case for TypeScript template literal types
An example of using TypeScript template literal types.
- TypeScript
Fix auto-zoom on form fields in iOS
Solutions for the auto-zoom behavior that happens when focusing on form input elements in iOS.
- Frontend
Understanding TypeScript's skipLibCheck
An explanation of the skipLibCheck option in tsconfig.json — what it does and when to use it.
- TypeScript
Understanding ESLint properly
I always set up ESLint at the start of a project and then rarely touch it again. Since I often forget what each setting does, I summarized the purpose of each configuration option and plugin.
- Frontend