タイトルは What I Wish I Knew When Learning Haskell リスペクトです. SDK と API OpenTelemetry でアプリケーションの計装をする際に使うパッケージ (モジュール) は, 計測・集約・エクスポートなどの実装の本体である SDK と, 計測のためのインターフェー…
When your frontend teams are drowning in API complexity and your backend team is overwhelmed with frontend-specific requests, the BFF pattern might be your lifeline. But is it always the right choice?
Strengthening npm security: Important changes to authentication and token management - GitHub Changelog
As part of our ongoing commitment to securing the npm ecosystem, we’re implementing the first phase of security improvements outlined in our recent announcement. These changes will roll out over…
Brandon Casci - How One Person Becomes a Dev Team with Claude Code
Learn how to orchestrate AI agents in Claude Code to multiply your development output. No frameworks, just folders and markdown that turn one developer into five specialists.
Neovim incremental selection using Tree-sitter | pawelgrzybek.com
I use incremental selections in Neovim all the time. This is where I tap, tap, tap, and on every single tap, the selection expands starting from the cursor position and climbs up by the node or the whole scope.
hariq on X: "We also shipped a ton of new Claude Code features today, including: - checkpointing - a new VSCode extension - tab to think - a new mascot, we call him Clawd 🦀 https://t.co/8KkwNBdZLQ" / Twitter
- checkpointing
- a new VSCode extension
- tab to think
- a new mascot, we call him Clawd 🦀
Update data in migrations like a boss. Don't write raw SQL in migration, don't define models in migrations again, don't use seeds. Use migration_data gem to keep your migrations up to date, migrate data in production, test data migration code and clean them up.