Bookmarks

Bookmarks

46225 bookmarks
Custom sorting
GitHub ActionsにおけるGitHub-hosted runnerとSelf-hosted runnerのパフォーマンス比較(CPU編) - Hatena Developer Blog
GitHub ActionsにおけるGitHub-hosted runnerとSelf-hosted runnerのパフォーマンス比較(CPU編) - Hatena Developer Blog
システムプラットフォームチームの id:rskmm0chang です。 この記事は、はてなのSREが毎月交代で書いているSRE連載の2025年11月号です。10月の記事はid:cohalzさんの GitHub Organizationを安心して利用するための最近の機能紹介でした。 前回も11月に書いていて、11月になる…
·developer.hatenastaff.com·
GitHub ActionsにおけるGitHub-hosted runnerとSelf-hosted runnerのパフォーマンス比較(CPU編) - Hatena Developer Blog
TDD is more important than ever
TDD is more important than ever
Lately, I've been reminded of the heady days of my agile youth by how often I've found myself asking, "how will we test this?" As I've mentioned…
·justin.searls.co·
TDD is more important than ever
Ruby Was Ready From The Start
Ruby Was Ready From The Start
Notes and expanded thoughts on eXtreme Programming, AI agents, and the soul of Ruby from my SF Ruby Conference Keynote 2025 talk
·obie.medium.com·
Ruby Was Ready From The Start
Building Reusable Components with React 19 Actions - Certificates.dev Blog
Building Reusable Components with React 19 Actions - Certificates.dev Blog
Build reusable React components with React 19 Actions using useTransition() and useOptimistic(). Learn how to track pending states, implement optimistic updates, and expose action properties for custom logic in the Next.js App Router with practical examples.
·certificates.dev·
Building Reusable Components with React 19 Actions - Certificates.dev Blog
Automated Accessibility Testing for React - Tools and Best Practices you can use | How To Test Frontend
Automated Accessibility Testing for React - Tools and Best Practices you can use | How To Test Frontend
As well as testing the core functionality of your code with regular tests, you can use automated tools to test that your app or website has good accessibility. In this post, I will explain how and what tools you can use, and why manual testing is still essential...
·howtotestfrontend.com·
Automated Accessibility Testing for React - Tools and Best Practices you can use | How To Test Frontend
React Router's take on React Server Components
React Router's take on React Server Components
React Router is adding React Server Components support! Learn how to enable RSC, use server components in routes and loaders, and leverage server functi...
·epicreact.dev·
React Router's take on React Server Components
Understanding Sourcemaps: From Development to Production - This Dot Labs
Understanding Sourcemaps: From Development to Production - This Dot Labs
Modern web development involves transforming your source code before deploying it. We minify JavaScript to reduce file sizes, bundle multiple files together, transpile TypeScript to JavaScript, and convert modern syntax into browser-compatible code.
·thisdot.co·
Understanding Sourcemaps: From Development to Production - This Dot Labs
type
type
Elegant types in Ruby
·codeberg.org·
type
「Postgres で試した?」と聞き返せるようになるまでもしくはなぜ私は雰囲気で技術を語るのか? — Just use Postgres 読書感想文 - じゃあ、おうちで学べる
「Postgres で試した?」と聞き返せるようになるまでもしくはなぜ私は雰囲気で技術を語るのか? — Just use Postgres 読書感想文 - じゃあ、おうちで学べる
はじめに 「Just use Postgres」という言葉を初めて聞いたのは、いつだったか覚えていません。Twitter か Hacker News か、あるいは社内の Slack か。どこで聞いたにせよ、私の反応は決まっていました。「また極端なことを言う人がいる」と。 「それ、〇〇でもできますよ」——この手のフレーズ…
·syu-m-5151.hatenablog.com·
「Postgres で試した?」と聞き返せるようになるまでもしくはなぜ私は雰囲気で技術を語るのか? — Just use Postgres 読書感想文 - じゃあ、おうちで学べる
【Rails × React】WebSocketを使ったタイピングインジケーターの実装手法 - YOUTRUST Tech Blog
【Rails × React】WebSocketを使ったタイピングインジケーターの実装手法 - YOUTRUST Tech Blog
はじめに 🚀 こんにちは!2 回目の登場です! YOUTRUST で Web エンジニアをしている林(YOUTRUST)です。 今月末で入社してから半年が経ちました。 なんとこの半年の間に 4 つもの YOUTRUST 主催のイベントが開催されました!😲 (小さいものを含めるともっと) 日々の開発業務だけでなく、こうい…
·tech.youtrust.co.jp·
【Rails × React】WebSocketを使ったタイピングインジケーターの実装手法 - YOUTRUST Tech Blog
コミットメッセージをClaudeに書かせるgit aicommit - Write and Run
コミットメッセージをClaudeに書かせるgit aicommit - Write and Run
そういうコマンドがあるわけではありません。 以下のような git alias を .gitconfig に設定すると git aicommit で Claude にコミットメッセージを書かせられるというだけです。 [alias] aicommit = "!f() { COMMITMSG=$(claude -p 'Gen…
·diary.hatenablog.jp·
コミットメッセージをClaudeに書かせるgit aicommit - Write and Run