Bookmarks

Bookmarks

外部連携をイミュータブルに設計する:状態を持たず、事実を残す - STORES Product Blog
外部連携をイミュータブルに設計する:状態を持たず、事実を残す - STORES Product Blog
はじめに こんにちは。STORES でエンジニアをしているmochizukiです。 Webアプリケーションの開発では、外部システムと連携した機能を実装することがあると思います。 例えばAPIで外部システムのリソースを取得したり、Webhookで通知を受け取ったりして、業務ロジックに組み込むようなケースです。 このような…
·product.st.inc·
外部連携をイミュータブルに設計する:状態を持たず、事実を残す - STORES Product Blog
What Is New In Ruby 4.0
What Is New In Ruby 4.0
Ruby 4.0 celebrates 30 years of Ruby with exciting features including ZJIT compiler, Ruby::Box namespaces, redesigned Ractor API, Set as a core class, and several quality-of-life improvements.
·blog.saeloun.com·
What Is New In Ruby 4.0
Fixing the URL params performance penalty
Fixing the URL params performance penalty
Tales of two pages… What's the difference between these two pages?: https://www.example.com/ https://www.example.com/?utm_source=email I mean they've got different URLs, but many of us would probably guess that that utm_source URL query parameters (or "URL params" or "search params" as it's
·calendar.perfplanet.com·
Fixing the URL params performance penalty
Amazon Aurora PostgreSQLの動的データマスキング登場:今こそ整理するRLSとCLSの違い - サーバーワークスエンジニアブログ
Amazon Aurora PostgreSQLの動的データマスキング登場:今こそ整理するRLSとCLSの違い - サーバーワークスエンジニアブログ
こんにちは。 アプリケーションサービス、DevOps担当の兼安です。 AWS re:Invent 2025でAmazon Aurora PostgreSQL(以降、Aurora PostgreSQLと書きます)の動的データマスキングが発表されました。 今回はこれを機会に、行レベルセキュリティ(Row-Level Sec…
·blog.serverworks.co.jp·
Amazon Aurora PostgreSQLの動的データマスキング登場:今こそ整理するRLSとCLSの違い - サーバーワークスエンジニアブログ
Rails アプリケーションへの型導入検討 - エムスリーテックブログ
Rails アプリケーションへの型導入検討 - エムスリーテックブログ
この記事はエムスリー Advent Calendar 2025 5日目の記事です。 エムスリーエンジニアリングG コンシューマーチームの松原です。 Rails アプリケーション開発で型が欲しいと思ったことありますか? 正直なところ、筆者はそれほど必要ないと考えていました。日々開発・運用している Rails アプリケーシ…
·m3tech.blog·
Rails アプリケーションへの型導入検討 - エムスリーテックブログ
Instant database clones with PostgreSQL 18
Instant database clones with PostgreSQL 18
Learn how to clone PostgreSQL databases instantly using reflinks. Turn slow template copies into milliseconds with PostgreSQL 18's new file copy options.
·boringsql.com·
Instant database clones with PostgreSQL 18
VisualDiffer
VisualDiffer
A powerful and intuitive application designed to compare folders and files
·visualdiffer.com·
VisualDiffer
daveshanley/vacuum: vacuum is the worlds fastest OpenAPI 3, OpenAPI 2 / Swagger linter and quality analysis tool. Built in go, it tears through API specs faster than you can think. vacuum is compatible with Spectral rulesets and generates compatible reports.
daveshanley/vacuum: vacuum is the worlds fastest OpenAPI 3, OpenAPI 2 / Swagger linter and quality analysis tool. Built in go, it tears through API specs faster than you can think. vacuum is compatible with Spectral rulesets and generates compatible reports.
vacuum is the worlds fastest OpenAPI 3, OpenAPI 2 / Swagger linter and quality analysis tool. Built in go, it tears through API specs faster than you can think. vacuum is compatible with Spectral r...
·github.com·
daveshanley/vacuum: vacuum is the worlds fastest OpenAPI 3, OpenAPI 2 / Swagger linter and quality analysis tool. Built in go, it tears through API specs faster than you can think. vacuum is compatible with Spectral rulesets and generates compatible reports.
RedisからValkeyへ — 移行の展望
RedisからValkeyへ — 移行の展望
RedisからValkeyへ — 移行の展望 目次 はじめに Valkeyとは 現行Cache Cluster なぜValkeyか 今後の展望 まとめ この記事は「Eureka Advent Calendar …
·medium.com·
RedisからValkeyへ — 移行の展望
Branch, Test, Deploy: A Git-Inspired Approach for Data - MotherDuck Blog
Branch, Test, Deploy: A Git-Inspired Approach for Data - MotherDuck Blog
This article explores how to bring Git style workflows like branching, testing, and deploying to your data stack. Learn how concepts like zero copy cloning and metadata pointers can finally give you isolated test environments. | Reading time: 17 min read
·motherduck.com·
Branch, Test, Deploy: A Git-Inspired Approach for Data - MotherDuck Blog
go.modのgo directiveは1つ前のメジャーリリースより最新にしないでほしい - Diary of a Perpetual Student
go.modのgo directiveは1つ前のメジャーリリースより最新にしないでほしい - Diary of a Perpetual Student
Go言語でOSSを開発しているみなさん、go.modのgo directiveにはどのような値を指定していますか?もしGo 1.25が最新のメジャーリリースである2025年12月現在で go 1.25.0 と書いているならば、この機会にぜひ go 1.24.0 に改めてくれないか、という話をします。同じような話はいろん…
·blog.arthur1.dev·
go.modのgo directiveは1つ前のメジャーリリースより最新にしないでほしい - Diary of a Perpetual Student