Bookmarks

Bookmarks

46652 bookmarks
Custom sorting
Tiger Style
Tiger Style
A coding philosophy focused on safety, performance, and developer experience.
·tigerstyle.dev·
Tiger Style
Community Benchmarks for AI Coding Tools
Community Benchmarks for AI Coding Tools
AI coding benchmarks are heavily skewed toward Python and JavaScript. Framework maintainers could change that by defining what good code looks like in their ecosystems.
·nesbitt.io·
Community Benchmarks for AI Coding Tools
How To Rev Up Your Rails Development with MCP
How To Rev Up Your Rails Development with MCP
Shipping new features on legacy Rails applications requires deep codebase context. The rails-mcp-server gem closes the gap between AI agents and your Rails projects, enabling more relevant code analysis and context aware refactoring suggestions. Whether you're dealing with tech debt in a brownfield application or building new greenfield features, this tool can help you move faster with confidence.
·hashrocket.com·
How To Rev Up Your Rails Development with MCP
Stop Coding and Start Planning
Stop Coding and Start Planning
Spend an hour teaching AI how you think, and it gets smarter with every feature you build
·every.to·
Stop Coding and Start Planning
リリースラッシュの裏側で地道に積み重ねてきたコスト最適化施策を振り返る - Uzabase for Engineers
リリースラッシュの裏側で地道に積み重ねてきたコスト最適化施策を振り返る - Uzabase for Engineers
こんにちは。ソーシャル経済メディア「NewsPicks」のSREチームの飯野です。 2025年はNewsPicksの使い方が変わるような機能が立て続けにリリースされた一年でした。 3月:BookPicks NewsPicks カイゼン報告 2025.3.26 5月:コメントタイムライン NewsPicks カイゼン報告…
·tech.uzabase.com·
リリースラッシュの裏側で地道に積み重ねてきたコスト最適化施策を振り返る - Uzabase for Engineers
Progress on TypeScript 7 - December 2025 - TypeScript
Progress on TypeScript 7 - December 2025 - TypeScript
Earlier this year, the TypeScript team announced that we’ve been porting the compiler and language service to native code to take advantage of better raw performance, memory usage, and parallelism. This effort (codenamed “Project Corsa”, and soon “TypeScript 7.0”) has been a significant undertaking, but we’ve made big strides in the past few months. We’re […]
·devblogs.microsoft.com·
Progress on TypeScript 7 - December 2025 - TypeScript
RSpec の allow のコードを読んでみよう - freee Developers Hub
RSpec の allow のコードを読んでみよう - freee Developers Hub
みなさんこんにちは。freee Developers Hub 編集部の bucyou (ぶちょー) と申します。今年も、freee Advent Calendar 2025 の時期がやってまいりました。この企画は、12月1日から12月25日まで、1日1記事ずつ公開していくブログ企画になります。 adventar.org…
·developers.freee.co.jp·
RSpec の allow のコードを読んでみよう - freee Developers Hub
Codex CLI が Skills をサポート
Codex CLI が Skills をサポート
Codex CLI の最新版v0.65.0 において、experimental ではありますが Skills のサポートが導入されました[1]。 codex/docs/skills.md at main · openai/codexLightweight coding agent that runs in your terminal - openai/codexGitHubopenai [1]: https://github.com/openai/codex/pull/7412 Claude Skills と同じ形式のディレクトリを配置するだけで読み込まれるため、導入の手間はほとんどありません。設定としては、config.toml に次の一行を追加します。 [features] skills = true スキルパッケージは ~/.codex/
·blog.lai.so·
Codex CLI が Skills をサポート