Small Dog Energy
@smalldogenergy
7 posts
In English

Keyboard Shortcuts for the Rest of the World

How the “rest of the world” deals with keyboard shortcuts is often a blind spot for developers used to Latin scripts.

Designing Suspenseful Hooks

Your library hooks should not suspend. Just return a promise, and let the developer decide when to suspend.

The Right Idea

Every now and then a project comes along that feels like The Right Idea.

Stop Using String Field Names in Your Forms (and Use Locators Instead)

Introducing an interesting type of objects called locators. Using locators instead of strings for field names makes implementing type-safe forms just so much easier.