Bookmarks

Bookmarks

46225 bookmarks
Custom sorting
Claude Codeのログとメトリクスをさくらのクラウド「モニタリングスイート」に送る - すぎゃーんメモ
Claude Codeのログとメトリクスをさくらのクラウド「モニタリングスイート」に送る - すぎゃーんメモ
Claude Codeには OpenTelemetry (OTel) のサポートがある。 これを使ってログやメトリクスを収集し、さくらのクラウドの「モニタリングスイート」に送信する試みをした。 Claude CodeのOpenTelemetry設定 otel-collectorで受ける otel-collectorから…
·memo.sugyan.com·
Claude Codeのログとメトリクスをさくらのクラウド「モニタリングスイート」に送る - すぎゃーんメモ
t-wada vs テスト大好郎
t-wada vs テスト大好郎
先日一部のClaude Codeユーザーの間で「プロンプトに”t-wadaさんの推奨する進め方に従ってください”と書くとテスト駆動開発のプラクティスを実践してくれる」というTIPSが話題になっていました。 なるほど、TDDやテスト駆動開発という言葉は広まりすぎて「意味の希薄化」が発生し、曖昧な理解のまま自動テストやテストファーストと混同され、それがLLMの学習データにも影響したが、人名を与えるとLLMに「具体的な参照点」を与え、より具体的なプログラミングスタイルに限定させる効果があったのか pic.twitter.com/p6SCPj8YdA — Takuto Wada (@t_wada) June 25, 2025 これは確かに面白い現象で、現にClaudeに直接質問するとt-wadaさんの知識を持っていることがわかります。そこから連想してClaude CodeがTDDをするトリガーとして使えるのなら面白いなと思い色々試してみました。 (ところでこの翌日、最近バイブコーディングにはまってSmalltalkのライブラリをLLMで書いているKent Beckも自著のタイトルを
·blog.lai.so·
t-wada vs テスト大好郎
Claude CodeではじめるAgentic Coding入門 - Sansan Tech Blog
Claude CodeではじめるAgentic Coding入門 - Sansan Tech Blog
Bill One Engineering UnitのPurchasing Groupでアーキテクトを務める豊田(@helloyuki_)です。今日は業務中に行っているAgentic Codingについて紹介したいと思います。 Agentic Codingとは 定義 Vibe Codingとの違い Claude Code…
·buildersbox.corp-sansan.com·
Claude CodeではじめるAgentic Coding入門 - Sansan Tech Blog
Get in losers, we're moving to Linux!
Get in losers, we're moving to Linux!
I've never seen so many developers curious about leaving the Mac and giving Linux a go. Something has really changed in the last few years. Maybe Linux just got better? Maybe powerful mini PCs made it easier? Maybe Apple just fumbled their relationship with developers one too many times? Maybe it's all of it. But whatever the reason, t...
·world.hey.com·
Get in losers, we're moving to Linux!
Automatic Rubocop Formatting with Claude Code Hooks
Automatic Rubocop Formatting with Claude Code Hooks
While setting up Claude Code in my Ruby projects, I wanted RuboCop to run automatically whenever I created or edited a file. The CLAUDE.md instructions suggested simply telling Claude to run RuboCop, but I found this approach flaky. Sometimes it would skip files or not run corrections until I explicitly asked, and would often try to fi...
·world.hey.com·
Automatic Rubocop Formatting with Claude Code Hooks
Slack CLI is open source - Slack Developers
Slack CLI is open source - Slack Developers
The Slack CLI is the easiest way to get started building on the Slack platform, including support for building Bolt apps added in our recent 3.0 release. The CLI is now open source and available on GitHub — read on for how we are continuing to support open source development for our tools. Developing in public Tooling that developers
·slack.dev·
Slack CLI is open source - Slack Developers
Introducing the first alpha of Turso: The next evolution of SQLite
Introducing the first alpha of Turso: The next evolution of SQLite
We’re launching the first alpha of Turso. A Rust-based, cloud-native rewrite of SQLite with modern concurrency, async APIs, vector search, and unmatched reliability powered by advanced testing and open-source collaboration.
·turso.tech·
Introducing the first alpha of Turso: The next evolution of SQLite
How AI is changing software engineering at Shopify with Farhan Thawar
How AI is changing software engineering at Shopify with Farhan Thawar
Shopify's Head of Engineering, Farhan Thawar, shares how the company is using internal LLMs, unlimited AI tokens, and custom tooling to figure out how to use AI tools more efficiently - faster
·newsletter.pragmaticengineer.com·
How AI is changing software engineering at Shopify with Farhan Thawar
AI Gateway is now in Beta - Vercel
AI Gateway is now in Beta - Vercel
AI Gateway is now in Beta, giving you a single endpoint to access a wide range of AI models across providers, with better uptime, faster responses, no lock-in.
·vercel.com·
AI Gateway is now in Beta - Vercel
Webhook の重複処理実行を回避してシステムの信頼性を高める - STORES Product Blog
Webhook の重複処理実行を回避してシステムの信頼性を高める - STORES Product Blog
こんにちは、STORES ブランドアプリ や STORES ロイヤリティ の開発をしている ta-chibana です。 STORES では複数のサービスが通信しあうことで実現される機能が多くありますが、STORES で開発されたプロダクト同士の連携に限らず、Shopify などの外部サービスと連携する機能も存在します…
·product.st.inc·
Webhook の重複処理実行を回避してシステムの信頼性を高める - STORES Product Blog
セッションストアをValkey Serverlessへ移行してみたら、パフォーマンスもコストも大きく改善した話 - STORES Product Blog
セッションストアをValkey Serverlessへ移行してみたら、パフォーマンスもコストも大きく改善した話 - STORES Product Blog
こんにちは、技術推進本部のシムです。 今回は最近実施したセッションストアのValkey Serverless移行について、なぜ移行を決めたのか、実際の移行プロセスや成果、運用で得られた知見を紹介します。 ここでのセッションストアとは STORES ネットショップの本体は Rails で動いており、該当アプリケーションの…
·product.st.inc·
セッションストアをValkey Serverlessへ移行してみたら、パフォーマンスもコストも大きく改善した話 - STORES Product Blog
apple/container: A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, and optimized for Apple silicon.
apple/container: A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, and optimized for Apple silicon.
A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, and optimized for Apple silicon. - apple/container: A tool for creating and ru...
·github.com·
apple/container: A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, and optimized for Apple silicon.
Fossorial
Fossorial
·fossorial.io·
Fossorial