Bookmarks

Bookmarks

46726 bookmarks
Custom sorting
DmitryPogrebnoy/ruby-agent-skills: A collection of Agent Skills designed for efficient work with Ruby type signatures, including RBS, Sorbet, and other typing systems
DmitryPogrebnoy/ruby-agent-skills: A collection of Agent Skills designed for efficient work with Ruby type signatures, including RBS, Sorbet, and other typing systems
A collection of Agent Skills designed for efficient work with Ruby type signatures, including RBS, Sorbet, and other typing systems - DmitryPogrebnoy/ruby-agent-skills
·github.com·
DmitryPogrebnoy/ruby-agent-skills: A collection of Agent Skills designed for efficient work with Ruby type signatures, including RBS, Sorbet, and other typing systems
Design Systems for Software Engineers
Design Systems for Software Engineers
A comprehensive guide to design system engineering (DSE): when it’s relevant, how AI changes things, and pointers for getting started. From Michael Abernethy, Principal Frontend Engineer at Rubrik
·newsletter.pragmaticengineer.com·
Design Systems for Software Engineers
ChrisWiles/claude-code-showcase: Comprehensive Claude Code project configuration example with hooks, skills, agents, commands, and GitHub Actions workflows
ChrisWiles/claude-code-showcase: Comprehensive Claude Code project configuration example with hooks, skills, agents, commands, and GitHub Actions workflows
Comprehensive Claude Code project configuration example with hooks, skills, agents, commands, and GitHub Actions workflows - ChrisWiles/claude-code-showcase
·github.com·
ChrisWiles/claude-code-showcase: Comprehensive Claude Code project configuration example with hooks, skills, agents, commands, and GitHub Actions workflows
KartikLabhshetwar/better-shot: An open-source alternative to CleanShot X for macOS. Capture, edit, and enhance your screenshots with professional quality.
KartikLabhshetwar/better-shot: An open-source alternative to CleanShot X for macOS. Capture, edit, and enhance your screenshots with professional quality.
An open-source alternative to CleanShot X for macOS. Capture, edit, and enhance your screenshots with professional quality. - KartikLabhshetwar/better-shot
·github.com·
KartikLabhshetwar/better-shot: An open-source alternative to CleanShot X for macOS. Capture, edit, and enhance your screenshots with professional quality.
Cursor agent best practices
Cursor agent best practices
A comprehensive guide to working with coding agents, from starting with plans to managing context, customizing workflows, and reviewing code.
·cursor.com·
Cursor agent best practices
kreuzberg-dev/kreuzberg: A polyglot document intelligence framework with a Rust core. Extract text, metadata, and structured information from PDFs, Office documents, images, and 50+ formats. Available for Rust, Python, Ruby, Java, Go, PHP, Elixir, C#, TypeScript (Node/Bun/Wasm/Deno) —or use via CLI, REST API, or MCP server.
kreuzberg-dev/kreuzberg: A polyglot document intelligence framework with a Rust core. Extract text, metadata, and structured information from PDFs, Office documents, images, and 50+ formats. Available for Rust, Python, Ruby, Java, Go, PHP, Elixir, C#, TypeScript (Node/Bun/Wasm/Deno) —or use via CLI, REST API, or MCP server.
A polyglot document intelligence framework with a Rust core. Extract text, metadata, and structured information from PDFs, Office documents, images, and 50+ formats. Available for Rust, Python, Rub...
·github.com·
kreuzberg-dev/kreuzberg: A polyglot document intelligence framework with a Rust core. Extract text, metadata, and structured information from PDFs, Office documents, images, and 50+ formats. Available for Rust, Python, Ruby, Java, Go, PHP, Elixir, C#, TypeScript (Node/Bun/Wasm/Deno) —or use via CLI, REST API, or MCP server.
PostgreSQL 18 RETURNING Enhancements: A Game Changer for Modern Applications
PostgreSQL 18 RETURNING Enhancements: A Game Changer for Modern Applications
PostgreSQL 18 has arrived with some fantastic improvements, and among them, the RETURNING clause enhancements stand out as a feature that every PostgreSQL developer and DBA should be excited about. In this blog, I'll explore these enhancements, with particular focus on the MERGE RETURNING clause enhancement, and demonstrate how they can simplify your application architecture and improve data tracking capabilities.
·pgedge.com·
PostgreSQL 18 RETURNING Enhancements: A Game Changer for Modern Applications
例外処理とどう使い分ける?Result型を使ったエラー設計 #burikaigi
例外処理とどう使い分ける?Result型を使ったエラー設計 #burikaigi
例外処理は、単なるコード上の仕組みではなく “失敗とどう向き合うか” を決める設計上の意思決定です。 エラー対応が「起きた後の対処」だけに偏ると、再発と手戻りは減りません。 Result型は、失敗の可能性を型で表し、例外に頼らずエラーを設計する手法です。 これにより、エラーの種類や処理責任が明…
·speakerdeck.com·
例外処理とどう使い分ける?Result型を使ったエラー設計 #burikaigi