Documenting TypeScript

My evolving thoughts on best practices for documenting TypeScript code with a combination of syntax and JSDoc comment approaches. The goal is to enhance the developer experience and make the code more maintainable by clearly communicating intent through both formal type declarations and informal textual descriptions.

Pugmatt/BedrockConnect

Allows players to join any Minecraft Bedrock Edition server on consoles by spoofing connections to custom servers.

Maciek-roboblog/Claude-Code-Usage-Monitor

I’ve been trying out Claude Code lately using the Claude Pro plan. One thing I’m curious about is the actual value of using the Claude Pro plan versus using the Claude Code CLI with a normal Claude API token: you can use either method. This CLI tool helps you analyze your usage.

Are Passkeys actually more secure or just convenient?

As Passkeys gain traction as a replacement for passwords, their simultaneous promise of increased security and increased convenience seemed suspicious enough for me to dive deeper.

makenotion/notion-sdk-js

The Notion JavaScript SDK is pretty barebones but it could be because Notion has such an odd API and data structure—likely the price it pays for its massive flexibility.