Bookmarks

Bookmarks

46225 bookmarks
Custom sorting
私がTypeScriptで `interface` よりも `type` を好む理由 - kosui
私がTypeScriptで `interface` よりも `type` を好む理由 - kosui
はじめに TypeScriptで型を定義する際、interface と type のどちらを使うべきか。これは、多くの開発現場で一度は議論になるテーマではないかと思います。 世の中の多くのドキュメントや記事では、クラスへの implements のしやすさや、interface が持つ「宣言のマージ(Declarati…
·kosui.me·
私がTypeScriptで `interface` よりも `type` を好む理由 - kosui
Ruby Blocks
Ruby Blocks
How to start really getting Ruby, especially blocks.
·tech.stonecharioteer.com·
Ruby Blocks
Introducing TanStack Start Middleware
Introducing TanStack Start Middleware
TanStack Start is one of the most exciting full-stack web development frameworks I’ve seen. I’ve written about it before. In essence, TanStack Start takes TanStack Router, a superb, strongly-typed client-side JavaScript framework, and adds server-side support. This serves two purposes: it gives you a place to execute server-side code, like database access; and it enables […]
·frontendmasters.com·
Introducing TanStack Start Middleware
React Server Components: Do They Really Improve Performance?
React Server Components: Do They Really Improve Performance?
A data-driven comparison of CSR, SSR, and RSC under the same app and test setup, focusing on initial-load performance and the impact of client- vs server-side data fetching (including Streaming + Suspense).
·developerway.com·
React Server Components: Do They Really Improve Performance?
Next.js 16
Next.js 16
Next.js 16 includes Cache Components, stable Turbopack, file system caching, React Compiler support, smarter routing, new caching APIs, and React 19.2 features.
·nextjs.org·
Next.js 16
yargs
yargs
Yargs be a node.js library fer hearties tryin' ter parse optstrings.
·yargs.js.org·
yargs
Building CLIs with Ace: a Bookmarks App in Node.js and Bun - Galaxy Blog
Building CLIs with Ace: a Bookmarks App in Node.js and Bun - Galaxy Blog
In this post, we will use Ace (a command-line framework) to build a simple Bookmarks CLI app and bundle it into a standalone executable using Bun. We will learn how to trigger prompts, display a list of bookmarks as a table, and write programmatic tests for all the commands. The app we are building is […]
·blog.galaxycloud.app·
Building CLIs with Ace: a Bookmarks App in Node.js and Bun - Galaxy Blog
Rails 8.1: Job continuations, structured events, local CI
Rails 8.1: Job continuations, structured events, local CI
Rails 8.1 represents the work of over 500 contributors across 2500 commits since our last major release. After some weeks of people trying the betas and releases candidates, we are excited to share the final release.
·rubyonrails.org·
Rails 8.1: Job continuations, structured events, local CI