TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Yet another data construction solution in BFF layer: pydantic-resolve

2 pointsby tangkikodoabout 1 year ago

1 comment

tangkikodoabout 1 year ago
1. use declaretive way to define schema of view data like graphql, easy to maintain and develop<p>2. use main query and loader query to break down complex queries, and better reuse<p>3. provide various of tools to precisely construct view data, no overhead<p>4. changing view data has never been so easy<p>5. with OpenAPI and typescript, developers can use the type definitions at client side