WeSearch
Hub / Tags / Schema
TAG · #SCHEMA

Schema coverage.

Every story in the WeSearch catalog tagged with #schema, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

34 stories tagged with #schema, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "Schema"

RELATED TAGS
#webdev2#seo2#json-schema1#api-development1#generative-ai1#data-validation1#enterprise-architecture1#json-ld1#json1
DEV.TO (TOP)

Prisma 5 Prisma 6: The Breaking Changes I Hit in My Real Schema and How I Fixed Them Without Breaking Production

Prisma 6 improves ergonomics and performance, but there are three behavior changes that won't scream at you in the compiler — and will absolutely show up at runtime if you don't au…

17 views ·
#prisma#typescript#backend
DEV.TO (TOP)

Prisma 5 Prisma 6: los breaking changes que encontré en mi schema real y cómo los resolví sin romper producción

Prisma 6 mejora ergonomía y performance, pero hay tres cambios de comportamiento que no gritan en el compilador y sí aparecen en runtime si no revisás tus queries relacionales. Guí…

15 views ·
#prisma#typescript#backend
DEV.TO (TOP)

Pydantic V2 Discriminated Unions in FastAPI: Modeling Polymorphic AI Feature Configs Without Schema Sprawl

Use Pydantic V2's discriminated unions to represent different AI feature types (summarization, classification, generation) with type-safe routing in FastAPI, eliminating conditiona…

16 views ·
#fastapi#pydantic#python
R/DATABASE

Need advice on how to learns DBMS, Schema Design

19 views ·
GITHUB

Show HN: MigraDiff v1.3.0 – PostgreSQL schema diff with AI migration explanation

Install pip install --upgrade migradiff What's New AI-Powered Migration Explanation (--explain) MigraDiff can now explain any migration in plain English — what each change does, w…

14 views ·
#postgresql#migration#ai
DEV.TO (TOP)

HTTP 200 Is a Lie: A 30-Line Schema Canary for Source Drift

A scraper that returns HTTP 200 is not a scraper that returns good data. Those are two different...…

14 views ·
#webscraping#dataengineering#api
DEV.TO (TOP)

I built a backend platform that generates REST APIs from a schema — no code, no server setup

How Crudly uses dynamic runtime routing to give you a full CRUD API, playground, docs, logs, and webhooks from a schema definition — in under 5 minutes.…

11 views ·
#webdev#api#backend
ARXIV CS.AI

Tool-Schema Compression Enables Agentic RAG Under Constrained Context Budgets

Agentic RAG systems that equip language models with dozens to hundreds of tool definitions face a critical resource conflict: tool schemas consume the same context window needed fo…

16 views ·
#software engineering#artificial intelligence#computation
R/POSTGRESQL

Schema Headaches

20 views ·
DEV.TO (TOP)

SchemaSpy vs SchemaCrawler - Which Database Documentation Tool is Right for You?

A fair comparison of two free, open-source database documentation tools - what each does best, when to choose one over the other, and whether you can use both.…

16 views ·
#database#opensource#devops
R/PROMPTENGINEERING

I hard-coded an OUTPUT SCHEMA into my system prompt. Now officially in Beta! (SutniPrompt v0.5.0-beta)

21 views ·
DEV.TO (TOP)

TOML Schema is live

TOML Schema is now available for testing and evaluation, and now has a home:...…

15 views ·
#programming#technology#software
R/PROGRAMMING

TOML Schema

17 views ·
R/RUST

TOML Schema

16 views ·
R/RUST

built TaskForge: A schema-first, lightweight CLI task manager written in Rust to kill my workflow bloat

20 views ·
DEV.TO (TOP)

Schema Types 2026

Originally published at thatdevpro.com. This framework reference is part of the 14-tier Engine...…

13 views ·
#webdev#seo
DEV.TO (TOP)

Schema.org + JSON-LD: the complete pattern reference

Schema.org & Structured Data: JSON-LD, @id graphs, sameAs networks…

11 views ·
#json-ld#webdev
DEV.TO (TOP)

FAQ Schema Markup Generators: What They Actually Do (and What They Don't Tell You)

So you've heard that adding FAQ schema to your pages can get you those sweet rich results in Google...…

14 views ·
#webdev#seo#html
REAL PYTHON

The Real Python Podcast – Episode #296: Managing Polars Schema Issues & Profiling GitHub Users

How can you avoid schema problems in your Polars data pipeline when adding new columns? How can you quickly examine a GitHub user's profile to decide how much to invest in their co…

12 views ·
#podcast#python#data-science
DEV.TO (TOP)

Stop manually stripping Prisma inputs. Generate Zod schemas & guard your DB automatically.

If you use Prisma, you already know it's a fantastic ORM with excellent developer experience. But...…

21 views ·
#prisma#typescript#zod
DEV.TO (TOP)

My side project gets most of its traffic from ChatGPT, not Google. Here is the schema work behind it.

My side project gets most of its traffic from ChatGPT, not Google. Here is the schema work...…

14 views ·
#webdev#ai#seo
ARXIV CS.AI

GraphRAG on Consumer Hardware: Benchmarking Local LLMs for Healthcare EHR Schema Retrieval

Graph-based Retrieval Augmented Generation (GraphRAG) extends retrieval-augmented generation to support structured reasoning over complex corpora, but its reliability under resourc…

17 views ·
#healthcare#artificial intelligence#machine learning
APPLEINSIDER

Apple server schematics stolen in May 2026 Foxconn cyberattack

AppleInsider can exclusively confirm that the Foxconn hack contained Apple server schematics. More damaging documents may come later.…

16 views ·
#cybersecurity#technology#apple
APPLEINSIDER

Apple servers schematics stolen in May 2026 Foxconn cyberattack, AppleInsider confirms

Leaked documents may be tip of the iceberg in Foxconn hack, as only Apple server schematics have been shared so far. More damaging documents may come later.…

15 views ·
#cybersecurity#technology#apple
R/SAAS

Launching an AI scraper generator.. focused on code, schemas, and output scoring

19 views ·
R/PYTHON

Schema-driven FastAPI runtime: serve REST from SQLAlchemy models at startup

18 views ·
GITHUB

Show HN: FastBack end – schema-first back end runtime with OpenAPI output

A Runtime for Backend APIs. Contribute to darula-hpp/fastbackend development by creating an account on GitHub.…

15 views ·
#backend#automation#openapi
DEV.TO (TOP)

Testing IndexedDB Schema Migrations in Offline-First PWAs

Schema migration safety in an offline-first PWA means proving that old local data survives upgrades, partial failures, and delayed clients without losing meaning.…

14 views ·
#database#javascript#webdev
DEV.TO (TOP)

Relationships, Cardinality, and the Questions Your Schema Is Asking

Understand relationship types and cardinality so your schema reflects how your data really connects.…

14 views ·
#database#design#modeling
DEV.TO (TOP)

Designing Schemas for Sports APIs: What I Learned Building Football Player Data Systems

Over the past year I’ve been building football-related tools like: player comparison apps squad...…

16 views ·
#api#football#data
ARXIV CS.AI

Retrieval-Augmented Large Language Models for Schema-Constrained Clinical Information Extraction

Conversational nurse-patient transcripts contain actionable observations, but converting these transcripts into structured representations at scale remains challenging. Documentati…

13 views ·
#healthcare#artificial intelligence#language models
GITHUB

Signex: AI-first EDA, KiCad-compatible schematic and PCB editor built in Rust

Open-source, AI-first EDA tool — KiCad-compatible schematic and PCB editor built in Rust - alplabai/signex…

19 views ·
#electronics#software#open-source
GITHUB

Show HN: Agenda Intel MD – schemas and CLI to audit LLM strategic-risk briefs

Evidence & eval layer for strategic intelligence agents. Markdown protocol, JSON schemas, CLI checks, and a stdio MCP server that help AI agents produce auditable, schema-valid…

13 views ·
#ai governance#geopolitical risk#open source
THE NEW STACK

Why JSON Schema matters more than ever in the age of generative AI

JSON Schema is essential for grounding unpredictable AI outputs. Discover why this standard ensures enterprise data reliability in 2026.…

12 views ·
#json schema#api development#generative ai