Bookmarks

Bookmarks

50058 bookmarks
Custom sorting
Next.js の "use cache" ディレクティブによるキャッシュ制御
Next.js の "use cache" ディレクティブによるキャッシュ制御
Next.js の App Router はデフォルトでキャッシュされる設計でリリースされました。一方でデフォルトでキャッシュされることに対して不満を持つ開発者も多かったように思います。このようなフィードバックを受けて、Next.js 15 ではいくつかのキャッシュ戦略が変更されました。さらに現在 canary チャンネルで提供されている dynamicIO フラグを有効にすることで、"use cache" ディレクティブを用いてキャッシュを制御できるようになります。
·azukiazusa.dev·
Next.js の "use cache" ディレクティブによるキャッシュ制御
trivago/prettier-plugin-sort-imports: A prettier plugin to sort imports in typescript and javascript files by the provided RegEx order.
trivago/prettier-plugin-sort-imports: A prettier plugin to sort imports in typescript and javascript files by the provided RegEx order.
A prettier plugin to sort imports in typescript and javascript files by the provided RegEx order. - GitHub - trivago/prettier-plugin-sort-imports: A prettier plugin to sort imports in typescript a...
·github.com·
trivago/prettier-plugin-sort-imports: A prettier plugin to sort imports in typescript and javascript files by the provided RegEx order.
The Big "Server Waterfall Problem" with RSCs
The Big "Server Waterfall Problem" with RSCs
Understanding server-side waterfalls with RSCs and client-side waterfalls we're familiar with and why server-side waterfalls are probably better.
·epicreact.dev·
The Big "Server Waterfall Problem" with RSCs
Rails 6 で DB を SQLite3 から PostgreSQL に変更するのはコマンド一発 - Just do IT
Rails 6 で DB を SQLite3 から PostgreSQL に変更するのはコマンド一発 - Just do IT
Railsアプリをrails newしたとき、DBをPostgreSQLにするオプションを忘れていた。 「database.yml を自分で編集するのめんどくさいなぁ・・・」と思っていたら、Rails 6 からはコマンドひとつで変更できるようになっていた。 Rails 6 からはコマンド一発 たとえば、PostgreS…
·k-koh.hatenablog.com·
Rails 6 で DB を SQLite3 から PostgreSQL に変更するのはコマンド一発 - Just do IT
Request-reply in Postgres
Request-reply in Postgres
We're Sequin, an open source message stream like Kafka, but built on Postgres. Like any Postgres maxi, we tend to find ourselves down a Postgres rabbit hole a couple times per month. This is one of those times :) Who doesn't like to go a little overboard with Postgres? Extensions like
·blog.sequinstream.com·
Request-reply in Postgres
corbt/agent.exe
corbt/agent.exe
Presenting Agent.exe: the easiest way to let Claude's new computer use capabilities take over your computer!
·github.com·
corbt/agent.exe
Understanding The HTTP Deprecation Header | Zuplo Blog
Understanding The HTTP Deprecation Header | Zuplo Blog
The HTTP Deprecation header informs clients that an API endpoint is or will be deprecated. The date can be in the past (deprecated) or future (to be deprecated).
·zuplo.com·
Understanding The HTTP Deprecation Header | Zuplo Blog
A deep dive into Linux’s new mseal syscall
A deep dive into Linux’s new mseal syscall
By Alan Cao If you love exploit mitigations, you may have heard of a new system call named mseal landing into the Linux kernel’s 6.10 release, providing a protection called “memory sealing.” Beyond…
·blog.trailofbits.com·
A deep dive into Linux’s new mseal syscall
How we shrunk our Javascript monorepo git size by 94%
How we shrunk our Javascript monorepo git size by 94%
We really did this! We work in a very large Javascript monorepo at Microsoft we colloquially call 1JS. Using some new changes to the git client it went from 178GB to 5GB.
·jonathancreamer.com·
How we shrunk our Javascript monorepo git size by 94%
Technology Radar Volume 31
Technology Radar Volume 31
An opinionated guide to today’s technology landscape
·thoughtworks.com·
Technology Radar Volume 31
How to implement authorization using Cerbos in Go | Cerbos
How to implement authorization using Cerbos in Go | Cerbos
Learn how to implement robust authorization in a web application using Cerbos, a powerful authorization engine, and Echo, a fast and minimalist Go web framework for building our application's backend. By the end of this guide, you'll know how to set up a secure RESTful API in Go and enforce access control policies using Cerbos.
·cerbos.dev·
How to implement authorization using Cerbos in Go | Cerbos
Fuzz Testing Go HTTP Services
Fuzz Testing Go HTTP Services
As a developer, you can't envision all of the possible inputs your programs or functions could receive.
·packagemain.tech·
Fuzz Testing Go HTTP Services