A modern approach to preventing CSRF in Go - Alex Edwards
How slow is channel-based iteration?
We benchmarked channel-based iterators v. those provided by the iter package and share the results.
15 Go Subtleties You May Not Already Know
Some of my favorite tidbits from the past year of working with Go.
PGSync - PGSync
PGSync simplifies your data pipeline by integrating Postgres/MySQL/MariaDB into Elasticsearch/OpenSearch.
pqr.sql: Generate QR Codes with Pure SQL in PostgreSQL - Tanel Poder Consulting
As my cat woke me up way too early for a Saturday morning, I decided to put all this extra time (and my ChatGPT Pro subscription) into good use and generated a QR-code generator for PostgreSQL, written as a single pure SQL statement. No external libraries or Postgres extension installation needed!
I did this purely for fun and learning, I don’t think this is going to be the best way for generating QR codes in production. - Linux, Oracle, SQL performance tuning and troubleshooting - consulting & training.
Exploring PostgreSQL 18's new UUIDv7 support
Exploring what's interesting about UUIDv7 support using a demo crab store.
Benchmarking Postgres 17 vs 18 — PlanetScale
Postgres 18 brings a significant improvement to read performance via async I/O and I/O worker threads. Here we compare its performance to Postgres 17.
nihgwu/react-runner: Run your React code on the go
Run your React code on the go. Contribute to nihgwu/react-runner development by creating an account on GitHub.
Claude Skillsとは何なのか?
AnthropicがClaudeの新機能 Claude Skills (Agent Skills)を追加したと発表しました。Claude Skillsは、Markdownファイルとスクリプトで構成される「スキルフォルダ」を通じて、モデルに特定の機能や知識を拡張できる仕組みです。
Claude Skills: Customize AI for your workflowsBuild custom Skills to teach Claude specialized tasks. Create once, use everywhere—from spreadsheets to coding. Available across Claude.ai, API, and Code.Box logo
もともとClaudeは8月にチャットアシスタントからのコード実行環境をアップデートしていました。それまでは指示に応じてPythonコードを実行しグラフ生成やデータ分析をする用途でしたが、Bashコマンドをサンドボックスで自由に実行できる環境ができていました。
Claude can now cre
basecamp/activerecord-tenanted: Enable a Rails application to have separate databases for each tenant.
Enable a Rails application to have separate databases for each tenant. - basecamp/activerecord-tenanted
Capacity Planning for Multi-Tenant SQLite Applications
How I ran one Ruby app on three SQL databases for six months
Since June 2023, I’ve been running a service written in Ruby (Sinatra) that provides several Bluesky custom feeds (initially built with a feed for the iOS/Mac developers community in mind, later expanded to many other feeds). If you don’t know much about Bluesky feeds, you make them by basically running a server which somehow collects and picks existing posts from Bluesky using some kind of algorithm (chronological or by popularity, based on keyword matching, personal likes, whatever you want), and then exposes a specific API endpoint. The Bluesky AppView (API server) then calls your service passing some request parameters, and your service responds with a list of URIs of posts (which the API server then turns into full post JSON and returns to the client app). This lets you share such feed with anyone on the platform, so they can add it to their app and use it like any built-in feed. (If you’re interested, check out my example feed service project.)
yippee-fun/rubyschema
Contribute to yippee-fun/rubyschema development by creating an account on GitHub.
Actually doing things in user’s time zone
My previous article about timezones turned out to be useful for quite a few folks, which makes me happy. One candle lights another. Ben Sheldon asked about then actually doing something with those converted times. How do you actually send a newsletter every morning on every working day, regardless of what the user’s time zone is? There are a number of approaches to this - once you know the UTC time of the delivery. I will cover a few of them, including the one I prefer. Let’s wind the clocks!
Ruby And Its Neighbors: Perl – Noel Rappin Writes Here
I just write here
Locating Elements in Hash Arrays Using Pattern Matching in Ruby
Learn how to effectively use Ruby's pattern matching to locate elements within a hash array and handle exceptions
Lost in Minitest? Start here! - Remi Mercier - Software Developer
I have a confession to make: I have never used Minitest in the seven years I've been a professional programmer. Lured by the promise of speed and wide adoption, I decided to try Minitest. Then I hit an unexpected roadblock.
Building, Deploying, and Monitoring Ruby Web Applications with Falcon (Kaigi on Rails 2025)
How We Cut BigQuery Costs by 50% in Production
We Saved $100K+ Annually
Introducing DORA’s inaugural AI Capabilities Model | Google Cloud Blog
Bun 1.3
Bun 1.3 introduces zero-config frontend development, unified SQL API, built-in Redis client, security enhancements, package catalogs, async stack traces, VS Code test integration, and Node.js compatibility improvements.
Next.js 16 (beta)
Next.js 16 beta includes stable Turbopack, file system caching, React Compiler support, smarter routing, new caching APIs, and React 19.2 features.
React Compiler v1.0 – React
The library for web and native user interfaces
What's the Point of Generating All This Code If You Can't Merge It?
AI speeds up code authoring, but PR validation becomes the bottleneck. Learn how Nx's Self-Healing CI automatically fixes broken PRs to keep teams moving.
Ruby Central Faces Backlash After Publishing Incident Timeli...
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
みらい議会
国会で今どんな法案が検討されているか、わかりやすく伝えるプラットフォーム
Running Next.js inside ChatGPT: A deep dive into native app integration - Vercel
Next.js now runs natively in ChatGPT with working navigation, React Server Components, and full features. Learn how we made this possible behind ChatGPTs triple iframe architecture and deploy our starter template to get started.
Add Role-Based Access Control On Top Of Your REST API
We built a Caddy module to control access to REST resources based on the user's role and a set of permissions.
@axe-core/playwrightの導入で実現するHTML全体のアクセシビリティ品質担保
こんにちは、フロントエンドエンジニアのやなぎ(@apple_yagi)です。 PR TIMESのフロントエンド…
デジタル庁デザインシステムの活用例:よくあるアクセシビリティの課題とその解決策|デジタル庁ニュース
〈デジタル庁ニュース〉は、デジタル化に伴う社会や暮らしの変化にフォーカスした、デジタル庁が運営するメディアです。あらゆる立場、垣根を超えて、ここを訪れるすべての人々と相互に情報共有できるコミュニティの創出を目指しています。
