Bookmarks

Bookmarks

46716 bookmarks
Custom sorting
Redux in 2025: A reliable choice for complex React projects
Redux in 2025: A reliable choice for complex React projects
Redux may feel old in the React world, but its predictability, ecosystem, and DevTools keep it relevant. This article explores when Redux still makes sense and how it compares to modern state management alternatives.
·stefvanwijchen.com·
Redux in 2025: A reliable choice for complex React projects
Migrating to TanStack Start
Migrating to TanStack Start
A while ago, I decided to move away from full-stack React frameworks and use a client-server setup. That is, separate the backend and the frontend, each being a standalone app. So, here’s the stack I ended up choosing: * Backend: Hono + Bun + PostgreSQL + Zod + Prisma + TypeScript + Better Auth * Frontend: React
·catalins.tech·
Migrating to TanStack Start
JSON is not JSON Across Languages | Dochia CLI Blog
JSON is not JSON Across Languages | Dochia CLI Blog
JSON (JavaScript Object Notation) was supposed to be the universal data interchange format that would solve the compatibility nightmares of XML. What looks like astraightforward data format becomes a minefield of subtle incompatibilities, edge cases, and implementation quirks that can break your applications in unexpected ways.
·blog.dochia.dev·
JSON is not JSON Across Languages | Dochia CLI Blog
Rails Console-like Environment for a Plain Ruby Project
Rails Console-like Environment for a Plain Ruby Project
If you're working on a plain Ruby project and need an interactive console for debugging and exploration, this post covers how to set one up. A console allows quick experimentation with project classes, making it easier to test calculations, inspect data, and validate logic without writing temporary scripts. The setup is simple and provides a Rails-like experience for loading and interacting with the code.
·danielabaron.me·
Rails Console-like Environment for a Plain Ruby Project
Just Use Postgres! - Denis Magda
Just Use Postgres! - Denis Magda
You probably don’t need a collection of specialty databases. Just use Postgres instead! Need a fast, reliable SQL-compliant RDBMS? Just use Postgres! Need to work with geospatial data? Just use Postgres! Handling semi- or non-structured documents? Just use Postgres! Generative AI embeddings? You’ve got it—just use Postgres! Written for software engineers and database pros, Just Use Postgres shows you how to get the most out of the powerful PostgresSQL database. In Just Use Postgres! you’ll learn how to: Develop generative AI, geospatial, and time-series applications Everything from transactional RDBMS services to specialized workloads Modern SQL including window functions, CTEs, and JSON data Implement full-text search B-trees, GIN, HNSW, expression, and more Postgres extensions Since its initial release in 1996, PostgreSQL, aka Postgres, has grown into the most popular and powerful full-featured open source RDBMS available. Just Use Postgres! takes a modern look at Postgres, exploring the database’s most up-to-date features for AI, time-series, full-text search, geospatial, and other application workloads.
·manning.com·
Just Use Postgres! - Denis Magda
Refinementsのメソッド定義を4000倍速くした話
Refinementsのメソッド定義を4000倍速くした話
https://regional.rubykaigi.org/nagara01/ の登壇資料です。 --- Ruby3.2以降、refinementsにおけるメソッド定義はパフォーマンスが大幅に劣化しており、実は3.2〜3.5で1万倍弱遅くなっています。 私たちが開発する社内サービスで…
·speakerdeck.com·
Refinementsのメソッド定義を4000倍速くした話
GPT-5-Codex Prompting Guide
GPT-5-Codex Prompting Guide
Important details about GPT-5-Codex: This model is not a drop-in replacement for GPT-5, as it requires significantly different prompting....
·cookbook.openai.com·
GPT-5-Codex Prompting Guide
大規模メンテナンスを振り返る 〜「やってよかった」準備集 - エムスリーテックブログ
大規模メンテナンスを振り返る 〜「やってよかった」準備集 - エムスリーテックブログ
【Unit1 ブログリレー 6日目】 この記事はUnit1ブログリレー 6日目の記事です。前日の記事は こちら 。 エンジニアリンググループGMの木田です。 先日、数年に一度の規模のシステムメンテナンスを実施しました。メンテナンス作業自体は複数のチームが関わり、サービスの計画停止も伴う複雑な作業だったにもかかわらず、入…
·m3tech.blog·
大規模メンテナンスを振り返る 〜「やってよかった」準備集 - エムスリーテックブログ