# backends

Published articles for backends.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Prototyping with Framer

DevFeed: [Prototyping with Framer](<https://devfeed.tech/articles/prototyping-with-framer-27399.md>)

Original publisher: [Read original article](<http://engineering.khanacademy.org/posts/prototyping-with-framer.htm>)

Author: Khan Academy

Published: 2016-10-03T22:00:00Z

Content type: tutorial

Language: en

Sources: [Khan Academy](<https://devfeed.tech/sources/khan-academy.md>)

Topics: [Testing](<https://devfeed.tech/topics/testing.md>), [coding](<https://devfeed.tech/topics/coding.md>), [backends](<https://devfeed.tech/topics/backends.md>)

Tags: [backends](<https://devfeed.tech/tags/backends.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [framer](<https://devfeed.tech/tags/framer.md>), [news](<https://devfeed.tech/tags/news.md>), [prototype](<https://devfeed.tech/tags/prototype.md>), [prototyping](<https://devfeed.tech/tags/prototyping.md>), [user-testing](<https://devfeed.tech/tags/user-testing.md>), [web-frontend](<https://devfeed.tech/tags/web-frontend.md>)

### AI overview

Khan Academy describes how it uses prototypes in user testing to gather feedback on new designs. The article explains the role of low- and high-fidelity prototypes, their limited lifespan, and the choice of Framer for creating and revising prototypes quickly.

### Source excerpt

By Nick Breen We strive to make all of Khan Academy's new features & experiences easy to understand ... Read more

## More than 100,000 fake stores are out to steal your card details

DevFeed: [More than 100,000 fake stores are out to steal your card details](<https://devfeed.tech/articles/more-than-100-000-fake-stores-are-out-to-steal-your-card-details-8448.md>)

Original publisher: [Read original article](<https://www.malwarebytes.com/blog/scams/2026/09/more-than-100000-fake-stores-are-out-to-steal-your-card-details>)

Author: Pieter Arntz

Published: 2026-09-09T15:02:53Z

Content type: news

Language: en

Sources: [Malwarebytes](<https://devfeed.tech/sources/malwarebytes.md>)

Topics: [Cybersecurity](<https://devfeed.tech/topics/cybersecurity.md>), [Security & Privacy](<https://devfeed.tech/topics/security-privacy.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>)

Tags: [authentication](<https://devfeed.tech/tags/authentication.md>), [backends](<https://devfeed.tech/tags/backends.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [doppelcart](<https://devfeed.tech/tags/doppelcart.md>), [fake-webshops](<https://devfeed.tech/tags/fake-webshops.md>), [news](<https://devfeed.tech/tags/news.md>), [scams](<https://devfeed.tech/tags/scams.md>)

### AI overview

Researchers identified DoppelCart, a large network of cloned online stores that copies real retailers and steals card data and bank confirmation codes during checkout.

### Source excerpt

DoppelCart's fake stores copy real retailers and steal shoppers' card details and one-time bank confirmation codes.

## Run multiple frameworks in one project with Vercel Services

DevFeed: [Run multiple frameworks in one project with Vercel Services](<https://devfeed.tech/articles/run-multiple-frameworks-in-one-project-with-vercel-services-1077.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/run-multiple-frameworks-in-one-project-with-vercel-services>)

Author: Yury Selivanov

Published: 2026-06-30T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [Frameworks](<https://devfeed.tech/topics/frameworks.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Front end](<https://devfeed.tech/topics/frontend.md>), [Express](<https://devfeed.tech/topics/express.md>), [FastAPI](<https://devfeed.tech/topics/fastapi.md>), [Flask](<https://devfeed.tech/topics/flask.md>), [Hono](<https://devfeed.tech/topics/honojs.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Go](<https://devfeed.tech/topics/go.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [Rust](<https://devfeed.tech/topics/rust.md>)

Tags: [backend](<https://devfeed.tech/tags/backend.md>), [backends](<https://devfeed.tech/tags/backends.md>), [cli](<https://devfeed.tech/tags/cli.md>), [frameworks](<https://devfeed.tech/tags/frameworks.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [go](<https://devfeed.tech/tags/go.md>), [routing](<https://devfeed.tech/tags/routing.md>), [rust](<https://devfeed.tech/tags/rust.md>), [ui](<https://devfeed.tech/tags/ui.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Vercel Services lets developers deploy multiple frontend and backend services using different frameworks within one Vercel project. Services share a domain, communicate privately through service bindings, and build, preview, and roll back together.

### Source excerpt

You can now deploy multiple frontends and backends together within a single Vercel project. Vercel Services is now available, allowing you to deploy full stack apps with multiple frameworks on a shared domain, where services talk to each other privately and deployments build, preview, and roll back together. Services are defined in vercel.json: From there, your services show up across the dashboard and CLI: The Deployments panel visualizes the services graph The Logs UI filters by individual service vercel dev runs every service locally for a production-like environment Service bindings Services talk to each other internally with the new bindings key, without routing through the public internet: The frontend reaches the backend privately through the URL in BACKEND_INTERNAL_URL: Framework-defined infrastructure Most frameworks run with zero configuration. Framework-defined infrastructure means each service's framework is auto-detected and auto-provisioned, from FastAPI and Flask to Express and Hono, with first-class support for Go and Rust. Services run on Fluid compute with Active CPU pricing, so you only pay for the time your code is actually running. Read the documentation to get started. Read more

## Deploy Node servers with zero configuration

DevFeed: [Deploy Node servers with zero configuration](<https://devfeed.tech/articles/deploy-node-servers-with-zero-configuration-896.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/deploy-node-servers-with-zero-configuration>)

Author: Jeff See

Published: 2026-06-23T07:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [backends](<https://devfeed.tech/tags/backends.md>), [cli](<https://devfeed.tech/tags/cli.md>), [compute](<https://devfeed.tech/tags/compute.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [development](<https://devfeed.tech/tags/development.md>), [local](<https://devfeed.tech/tags/local.md>), [node](<https://devfeed.tech/tags/node.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [server](<https://devfeed.tech/tags/server.md>), [servers](<https://devfeed.tech/tags/servers.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Vercel now automatically detects a server.ts file at the project root or in src and deploys it as a Node.js application without configuration. The Vercel CLI also supports local development and deployment for these servers.

### Source excerpt

You can now deploy a Node.js server to Vercel with zero configuration. Vercel detects a server.ts file at the project root or at src/server.ts and deploys it as a Node.js application, in addition to existing zero-configuration backends like Express, Koa, and NestJS: Vercel CLI can handle local development and deployment: Backends on Vercel are powered by Fluid compute with Active CPU pricing. Learn more about the Node.js runtime on Vercel. Read more

## Player sessions that survive anything

DevFeed: [Player sessions that survive anything](<https://devfeed.tech/articles/player-sessions-that-survive-anything-35701.md>)

Original publisher: [Read original article](<https://temporal.io/blog/actor-workflow-player-sessions>)

Author: Cecil Phillip

Published: 2026-05-28T00:00:00Z

Content type: tutorial

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [sessions](<https://devfeed.tech/topics/sessions.md>), [Actor](<https://devfeed.tech/topics/actor.md>), [backends](<https://devfeed.tech/topics/backends.md>), [Processes](<https://devfeed.tech/topics/processes.md>), [Server](<https://devfeed.tech/topics/server.md>), [Python](<https://devfeed.tech/topics/python.md>)

Tags: [actor](<https://devfeed.tech/tags/actor.md>), [backends](<https://devfeed.tech/tags/backends.md>), [build](<https://devfeed.tech/tags/build.md>), [crashes](<https://devfeed.tech/tags/crashes.md>), [database](<https://devfeed.tech/tags/database.md>), [distributed](<https://devfeed.tech/tags/distributed.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [python](<https://devfeed.tech/tags/python.md>), [server](<https://devfeed.tech/tags/server.md>), [sessions](<https://devfeed.tech/tags/sessions.md>), [temporal-concepts](<https://devfeed.tech/tags/temporal-concepts.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

This article presents a Temporal Python pattern for modeling each multiplayer player session as a durable, uniquely addressable Actor Workflow. The workflow keeps player state, resumes after server failures, coordinates game actions, and uses Continue-As-New to prevent unbounded history.

### Source excerpt

Build multiplayer player sessions that survive server crashes. See how to model each player as a durable Actor Workflow in Temporal Python.

## Are TypeScript backend frameworks ready for AI agents?

DevFeed: [Are TypeScript backend frameworks ready for AI agents?](<https://devfeed.tech/articles/are-typescript-backend-frameworks-ready-for-ai-agents-17772.md>)

Original publisher: [Read original article](<https://encore.dev/blog/ai-benchmark>)

Author: Ivan Cernja

Published: 2026-05-20T00:00:00Z

Content type: article

Language: en

Sources: [Encore Updates](<https://devfeed.tech/sources/encore-updates.md>)

Topics: [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [backends](<https://devfeed.tech/topics/backends.md>), [Express](<https://devfeed.tech/topics/express.md>), [Fastify](<https://devfeed.tech/topics/fastify.md>), [Nest](<https://devfeed.tech/topics/nestjs.md>)

Tags: [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [backends](<https://devfeed.tech/tags/backends.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [express](<https://devfeed.tech/tags/express.md>), [other](<https://devfeed.tech/tags/other.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

### AI overview

The article reports a three-run benchmark of Claude Code building TypeScript backends with Encore, Express, Fastify, Hono, and NestJS. Although all frameworks passed the first-run tests, only Encore's output met the authors' production-readiness rubric at that stage.

### Source excerpt

We set out to run one benchmark across five TypeScript backend frameworks. Reading the diffs sent us into two more runs, and the picture changed each time.

## A new programming model for durable execution

DevFeed: [A new programming model for durable execution](<https://devfeed.tech/articles/a-new-programming-model-for-durable-execution-718.md>)

Original publisher: [Read original article](<https://vercel.com/blog/a-new-programming-model-for-durable-execution>)

Author: Pranay Prakash

Published: 2026-04-16T04:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [vercel ai sdk](<https://devfeed.tech/topics/vercel-ai-sdk.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [backends](<https://devfeed.tech/tags/backends.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [python](<https://devfeed.tech/tags/python.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

Vercel announces the general availability of Workflows, a durable-execution model for long-running agents, backends, and multi-step workloads. It keeps orchestration in application code, records execution state in an event log, integrates with the AI SDK, and adds a beta Python SDK.

### Source excerpt

The gap between prototypes and production-ready systems is huge. Code that's trivial to run locally falls apart the moment it needs to handle failures, restarts, and real traffic. Framework defined infrastructure solved this for web applications. When you deploy, Vercel infers the right configuration from the app itself. Workflows extends that model to long-running systems. Instead of managing a separate codebase for orchestration, durable workflows are an extension of your application code. Since launching in beta in October 2025, Workflows has processed over 100 million runs and over 500 million steps across more than 1,500 customers, with more than 200K npm downloads every week. Today, Vercel Workflows is generally available. Built for agents, backends, and long-running workloads Workflows is built for any workload that doesn't fit in a single request. Agents: Deep integration with the AI SDK enables infinitely long running durable agents that can maintain state, tools, and handle external events or interruptions. AI SDK v7 is taking this further with WorkflowAgent. Backends: Workflow SDK proved this programming model in TypeScript codebases, and we're bringing it to a new language. The Workflow Python SDK is now in beta. Long-running workloads: Workflows can be used for any function that needs to execute reliably, including multi-step onboarding flows, payment processing, ETL pipelines, or any backend work that would otherwise require you to wire up your own queues and retry logic. How it works Shipping a reliable long-running process to production typically means splitting your code across queues, workers, status tables, retry logic, and monitoring. Dedicated orchestration services add yet another layer with long-lived background processes you run in Kubernetes, scale horizontally, and dedicate engineering time to keep healthy. They are distributed systems you pay for on top of your core application compute. Workflows eliminates the orchestrator entirely. All c

## What is the BFF Pattern?

DevFeed: [What is the BFF Pattern?](<https://devfeed.tech/articles/what-is-the-bff-pattern-34694.md>)

Original publisher: [Read original article](<https://newsletter.systemdesigncodex.com/p/what-is-the-bff-pattern>)

Author: Saurabh Dashora

Published: 2026-04-07T08:41:56Z

Content type: tutorial

Language: en

Sources: [System Design Codex](<https://devfeed.tech/sources/system-design-codex.md>)

Topics: [BFF](<https://devfeed.tech/topics/bff.md>), [Amazon API Gateway](<https://devfeed.tech/topics/amazon-api-gateway.md>), [backends](<https://devfeed.tech/topics/backends.md>), [client](<https://devfeed.tech/topics/client.md>), [interface](<https://devfeed.tech/topics/interface.md>), [resiliency](<https://devfeed.tech/topics/resiliency.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [rate-limiting](<https://devfeed.tech/topics/rate-limiting.md>)

Tags: [api-gateway](<https://devfeed.tech/tags/api-gateway.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [backends](<https://devfeed.tech/tags/backends.md>), [bff](<https://devfeed.tech/tags/bff.md>), [cache-control](<https://devfeed.tech/tags/cache-control.md>), [client](<https://devfeed.tech/tags/client.md>), [decoupling](<https://devfeed.tech/tags/decoupling.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [rate-limiting](<https://devfeed.tech/tags/rate-limiting.md>), [resiliency](<https://devfeed.tech/tags/resiliency.md>)

### AI overview

The article explains the Backends-for-Frontends (BFF) pattern, in which dedicated API gateways serve different client types such as web browsers, mobile apps, and public or partner APIs. It describes how BFFs tailor APIs, isolate client-specific logic, and support functions including rate limiting, authentication, header sanitization, and cache control. It also discusses benefits such as resiliency, client-specific optimization, and faster development, along with drawbacks including code duplication and increasing complexity.

### Source excerpt

And when do you need it?

## From prompt to production: Build full-stack apps faster with Google AI Studio and Firebase

DevFeed: [From prompt to production: Build full-stack apps faster with Google AI Studio and Firebase](<https://devfeed.tech/articles/from-prompt-to-production-build-full-stack-apps-faster-with-google-ai-studio-and-firebase-16653.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2026/03/announcing-ai-studio-integration>)

Author: Kara Yu; Sam Phillips

Published: 2026-03-19T00:00:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Google AI](<https://devfeed.tech/topics/google-ai.md>), [Firestore](<https://devfeed.tech/topics/firestore.md>), [Google](<https://devfeed.tech/topics/google.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [backends](<https://devfeed.tech/topics/backends.md>), [Agent Harness](<https://devfeed.tech/topics/agent-harness.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agent-harness](<https://devfeed.tech/tags/agent-harness.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-studio](<https://devfeed.tech/tags/ai-studio.md>), [antigravity](<https://devfeed.tech/tags/antigravity.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [backends](<https://devfeed.tech/tags/backends.md>), [build](<https://devfeed.tech/tags/build.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-studio](<https://devfeed.tech/tags/firebase-studio.md>), [firestore](<https://devfeed.tech/tags/firestore.md>), [google](<https://devfeed.tech/tags/google.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

Firebase announces an integration with Google AI Studio that can provision Firebase projects, Firestore, Authentication, sign-in pages, application code, and draft Security Rules with user approval. The announcement also describes a new Google AI Studio coding agent for multi-step code edits and connections to services such as payment processors and Google Maps.

### Source excerpt

Today, we're announcing that Firebase is now integrated with Google AI Studio, accelerating your path from prompt to production so you can turn your vibe-coded ideas into fully functional apps with robust backends. Read on to learn how this works and what this means for Firebase Studio.

## Temporal raises $300M Series D at a $5B valuation as AI drives demand for Durable Execution

DevFeed: [Temporal raises $300M Series D at a $5B valuation as AI drives demand for Durable Execution](<https://devfeed.tech/articles/temporal-raises-300m-series-d-at-a-5b-valuation-as-ai-drives-demand-for-durable-execution-36025.md>)

Original publisher: [Read original article](<https://temporal.io/blog/temporal-raises-usd300m-series-d-at-a-usd5b-valuation>)

Author: Allanah Hughes

Published: 2026-02-17T00:00:00Z

Content type: release

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [distributed-systems](<https://devfeed.tech/topics/distributed-systems.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Disaster Recovery](<https://devfeed.tech/topics/disaster-recovery.md>), [backends](<https://devfeed.tech/topics/backends.md>)

Tags: [agentic-ai](<https://devfeed.tech/tags/agentic-ai.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [backends](<https://devfeed.tech/tags/backends.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [disaster-recovery](<https://devfeed.tech/tags/disaster-recovery.md>), [distributed-systems](<https://devfeed.tech/tags/distributed-systems.md>), [fault-tolerance](<https://devfeed.tech/tags/fault-tolerance.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>)

### AI overview

Temporal announces a $300 million Series D at a $5 billion post-money valuation, led by Andreessen Horowitz. The company says demand for durable execution is increasing as AI and other long-running production workflows require state preservation and recoverable failures.

### Source excerpt

Temporal raises $300M Series D at a $5B valuation as AI drives demand for Durable Execution.

## Cursor can now build backends that deploy directly to AWS

DevFeed: [Cursor can now build backends that deploy directly to AWS](<https://devfeed.tech/articles/cursor-can-now-build-backends-that-deploy-directly-to-aws-17784.md>)

Original publisher: [Read original article](<https://encore.dev/blog/cursor-aws>)

Author: Ivan Cernja

Published: 2025-12-09T00:00:00Z

Content type: article

Language: en

Sources: [Encore Updates](<https://devfeed.tech/sources/encore-updates.md>)

Topics: [cursor](<https://devfeed.tech/topics/cursor.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [backends](<https://devfeed.tech/topics/backends.md>), [Infrastructure as code](<https://devfeed.tech/topics/infrastructure-as-code.md>), [AWS IAM](<https://devfeed.tech/topics/aws-iam.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [backends](<https://devfeed.tech/tags/backends.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [code](<https://devfeed.tech/tags/code.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [iac](<https://devfeed.tech/tags/iac.md>), [iam](<https://devfeed.tech/tags/iam.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [terraform](<https://devfeed.tech/tags/terraform.md>)

### AI overview

The article explains how Cursor can generate backend application code with Encore while Encore derives and provisions the corresponding infrastructure. It describes local PostgreSQL development and deployment to AWS resources such as RDS, SNS, SQS, S3, VPC networking, ECS, IAM roles, and security groups, contrasting this approach with AI-generated Terraform or Pulumi.

### Source excerpt

When Cursor writes application code with Encore, it's automatically writing the infrastructure too

## How Delivery Hero Accelerates UX Experiments with Server-Driven UI and Apollo

DevFeed: [How Delivery Hero Accelerates UX Experiments with Server-Driven UI and Apollo](<https://devfeed.tech/articles/how-delivery-hero-accelerates-ux-experiments-with-server-driven-ui-and-apollo-23361.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/how-delivery-hero-accelerates-ux-experiments-with-server-driven-ui-and-apollo>)

Author: Valeria Gomez

Published: 2025-12-01T11:19:22Z

Content type: article

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [experiments](<https://devfeed.tech/topics/experiments.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [ui](<https://devfeed.tech/topics/ui.md>), [User experience (UX)](<https://devfeed.tech/topics/ux.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [apollo](<https://devfeed.tech/tags/apollo.md>), [backend](<https://devfeed.tech/tags/backend.md>), [backends](<https://devfeed.tech/tags/backends.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [events](<https://devfeed.tech/tags/events.md>), [experimentation](<https://devfeed.tech/tags/experimentation.md>), [experiments](<https://devfeed.tech/tags/experiments.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [layout](<https://devfeed.tech/tags/layout.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [mobile-apps](<https://devfeed.tech/tags/mobile-apps.md>), [ux](<https://devfeed.tech/tags/ux.md>)

### AI overview

Delivery Hero described at GraphQL Summit 2025 how a two-layer Apollo supergraph separated business logic from UI presentation. This approach replaced months of coordinated releases with about a week of configuration work and supported UX experimentation across brands, markets, and devices.

### Source excerpt

At GraphQL Summit 2025, Delivery Hero shared how a two-layer Apollo supergraph enabled faster iteration and better experiences across brands, markets, and devices.

## Why we built app.build

DevFeed: [Why we built app.build](<https://devfeed.tech/articles/why-we-built-app-build-5863.md>)

Original publisher: [Read original article](<https://neon.com/blog/why-we-built-app-build>)

Author: Arseni Kravchenko

Published: 2025-08-25T15:55:20Z

Content type: opinion

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [app builder](<https://devfeed.tech/topics/app-builder.md>), [backends](<https://devfeed.tech/topics/backends.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>)

Tags: [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [app-builder](<https://devfeed.tech/tags/app-builder.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [backends](<https://devfeed.tech/tags/backends.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [code-generation](<https://devfeed.tech/tags/code-generation.md>), [databases](<https://devfeed.tech/tags/databases.md>), [llms](<https://devfeed.tech/tags/llms.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [product](<https://devfeed.tech/tags/product.md>)

### AI overview

Neon explains why it built app.build as an open-source reference architecture for AI-native systems. The project demonstrates how agents can generate complete applications with backends, databases, testing, authentication, CI/CD, and deployments, addressing the limitations of code-generation tools that focus mainly on compiling code or rendering components.

### Source excerpt

LLMs are fantastic at code generation. They can produce hundreds of lines of code, entire functions and components, that compile perfectly, implement complex algorithms elegantly, and even follow best practices for style and structure. They suck at full-blown software generation,...

## HTTP/1.1 Must Die: What This Means for In-House Pentesters

DevFeed: [HTTP/1.1 Must Die: What This Means for In-House Pentesters](<https://devfeed.tech/articles/http-1-1-must-die-what-this-means-for-in-house-pentesters-7730.md>)

Original publisher: [Read original article](<https://portswigger.net/blog/http-1-1-must-die-what-this-means-for-in-house-pentesters>)

Author: Andrzej Matykiewicz

Published: 2025-08-06T22:23:41Z

Content type: opinion

Language: en

Sources: [PortSwigger Blog](<https://devfeed.tech/sources/portswigger-blog.md>)

Topics: [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [Security](<https://devfeed.tech/topics/security.md>), [Web](<https://devfeed.tech/topics/web.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [backends](<https://devfeed.tech/topics/backends.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [architectures](<https://devfeed.tech/tags/architectures.md>), [attacks](<https://devfeed.tech/tags/attacks.md>), [backends](<https://devfeed.tech/tags/backends.md>), [black-hat](<https://devfeed.tech/tags/black-hat.md>), [defcon](<https://devfeed.tech/tags/defcon.md>), [exploits](<https://devfeed.tech/tags/exploits.md>), [http](<https://devfeed.tech/tags/http.md>), [research](<https://devfeed.tech/tags/research.md>), [security](<https://devfeed.tech/tags/security.md>), [techniques](<https://devfeed.tech/tags/techniques.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

The article presents PortSwigger research arguing that HTTP request smuggling and desynchronization attacks remain widespread and increasingly difficult to detect. It attributes the risk to inconsistent request-boundary parsing across proxies, CDNs, and distributed backends, and argues that moving upstream traffic to HTTP/2 is a stronger long-term response than patching individual implementations.

### Source excerpt

At Black Hat USA and DEFCON 2025, PortSwigger's Director of Research, James Kettle, issued a stark warning: request smuggling isn't dying out, it's evolving and thriving. Despite years of defensive ef

## HTTP/1.1 Must Die: What This Means for Contract Pentesters and MSSPs

DevFeed: [HTTP/1.1 Must Die: What This Means for Contract Pentesters and MSSPs](<https://devfeed.tech/articles/http-1-1-must-die-what-this-means-for-contract-pentesters-and-mssps-7729.md>)

Original publisher: [Read original article](<https://portswigger.net/blog/http-1-1-must-die-what-this-means-for-contract-pentesters-and-mssps>)

Author: Andrzej Matykiewicz

Published: 2025-08-06T22:23:07Z

Content type: article

Language: en

Sources: [PortSwigger Blog](<https://devfeed.tech/sources/portswigger-blog.md>)

Topics: [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>)

Tags: [attacks](<https://devfeed.tech/tags/attacks.md>), [backends](<https://devfeed.tech/tags/backends.md>), [bug](<https://devfeed.tech/tags/bug.md>), [complexity](<https://devfeed.tech/tags/complexity.md>), [exploits](<https://devfeed.tech/tags/exploits.md>), [http](<https://devfeed.tech/tags/http.md>), [research](<https://devfeed.tech/tags/research.md>), [security](<https://devfeed.tech/tags/security.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

PortSwigger argues that HTTP/1.1 request-smuggling vulnerabilities remain widespread because interconnected systems can disagree on request boundaries. The article advocates upstream HTTP/2 and frames the issue as a service opportunity for contract pentesters and MSSPs.

### Source excerpt

At Black Hat USA and DEFCON 2025, PortSwigger's Director of Research, James Kettle, issued a stark warning: request smuggling isn't dying out, it's evolving and thriving. Despite years of defensive ef

## The Invisible Database: Running Postgres at Runtime

DevFeed: [The Invisible Database: Running Postgres at Runtime](<https://devfeed.tech/articles/the-invisible-database-running-postgres-at-runtime-5819.md>)

Original publisher: [Read original article](<https://neon.com/blog/the-invisible-database-running-postgres-at-runtime>)

Author: Carlota Soto

Published: 2025-08-04T15:52:32Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Databases](<https://devfeed.tech/topics/databases.md>), [Database](<https://devfeed.tech/topics/database.md>), [backends](<https://devfeed.tech/topics/backends.md>), [Persistence](<https://devfeed.tech/topics/persistence.md>), [developer tooling](<https://devfeed.tech/topics/developer-tooling.md>), [systems](<https://devfeed.tech/topics/systems.md>), [Software](<https://devfeed.tech/topics/software.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [agents](<https://devfeed.tech/tags/agents.md>), [apps](<https://devfeed.tech/tags/apps.md>), [auth](<https://devfeed.tech/tags/auth.md>), [backends](<https://devfeed.tech/tags/backends.md>), [database](<https://devfeed.tech/tags/database.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [latency](<https://devfeed.tech/tags/latency.md>), [persistence](<https://devfeed.tech/tags/persistence.md>), [platform](<https://devfeed.tech/tags/platform.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [product](<https://devfeed.tech/tags/product.md>), [scale](<https://devfeed.tech/tags/scale.md>), [software](<https://devfeed.tech/tags/software.md>), [state](<https://devfeed.tech/tags/state.md>), [systems](<https://devfeed.tech/tags/systems.md>)

### AI overview

The article describes how agent-built applications are changing database infrastructure. Instead of long-lived, manually provisioned assets, Postgres databases may be created per application, session, or exploration path, used immediately, branched to preserve application states, and later discarded or idled. It outlines requirements for databases that operate as part of an application runtime, including rapid creation, immediate availability, high-scale provisioning, temporary lifetimes, and branching for previews, comparisons, and rollbacks.

### Source excerpt

More and more software will be created by agents, not just code snippets but full-stack apps with interfaces, backends, persistence, auth. This means a big change in the shape of the devtools and software infrastructure supporting these apps. Many systems are now created at runti...

## Databutton Just Made Their Agent Smarter, with Postgres and Auth Built In

DevFeed: [Databutton Just Made Their Agent Smarter, with Postgres and Auth Built In](<https://devfeed.tech/articles/databutton-just-made-their-agent-smarter-with-postgres-and-auth-built-in-5179.md>)

Original publisher: [Read original article](<https://neon.com/blog/databutton-neon-integration>)

Author: Carlota Soto

Published: 2025-06-19T15:21:55Z

Content type: release

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Persistence](<https://devfeed.tech/topics/persistence.md>), [Vibe coding](<https://devfeed.tech/topics/vibe-coding.md>), [FastAPI](<https://devfeed.tech/topics/fastapi.md>), [React](<https://devfeed.tech/topics/react.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [app](<https://devfeed.tech/tags/app.md>), [auth](<https://devfeed.tech/tags/auth.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [backends](<https://devfeed.tech/tags/backends.md>), [case-studies](<https://devfeed.tech/tags/case-studies.md>), [code](<https://devfeed.tech/tags/code.md>), [coding](<https://devfeed.tech/tags/coding.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [data](<https://devfeed.tech/tags/data.md>), [database](<https://devfeed.tech/tags/database.md>), [monitor](<https://devfeed.tech/tags/monitor.md>), [persistence](<https://devfeed.tech/tags/persistence.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [vibe-coding](<https://devfeed.tech/tags/vibe-coding.md>), [web-applications](<https://devfeed.tech/tags/web-applications.md>)

### AI overview

Databutton, a vibe coding platform, now provisions a production-grade Postgres database and built-in user authentication for every new app. Its AI Agent can create and manage React frontends, FastAPI backends, database schemas, migrations, secrets, tests, and common debugging tasks.

### Source excerpt

"Integrating Neon was a no-brainer. It gives every Databutton app a production-grade Postgres database in seconds, with zero overhead. Our AI agent can now create, manage, and debug the entire stack, not just code" (Martin Skow Røed, CTO and co-founder of Databutton) Databutton i...

## Exploring Quantization Backends in Diffusers

DevFeed: [Exploring Quantization Backends in Diffusers](<https://devfeed.tech/articles/exploring-quantization-backends-in-diffusers-7170.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/diffusers-quantization>)

Author: Derek Liu; Marc Sun; Sayak Paul

Published: 2025-05-21T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>)

Tags: [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [backends](<https://devfeed.tech/tags/backends.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [black-forest-labs](<https://devfeed.tech/tags/black-forest-labs.md>), [diffusers](<https://devfeed.tech/tags/diffusers.md>), [diffusion](<https://devfeed.tech/tags/diffusion.md>), [diffusion-transformers](<https://devfeed.tech/tags/diffusion-transformers.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [flux](<https://devfeed.tech/tags/flux.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [guide](<https://devfeed.tech/tags/guide.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [images](<https://devfeed.tech/tags/images.md>), [memory](<https://devfeed.tech/tags/memory.md>), [quantization](<https://devfeed.tech/tags/quantization.md>)

### AI overview

The article examines quantization backends in Hugging Face Diffusers using the FLUX.1-dev image-generation pipeline. It compares high-precision and 4-bit or 8-bit variants, explains pipeline components and memory use, and discusses backends including bitsandbytes, GGUF, torchao, Quanto, and FP8.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Building Your First MCP Server with Genkit

DevFeed: [Building Your First MCP Server with Genkit](<https://devfeed.tech/articles/building-your-first-mcp-server-with-genkit-23885.md>)

Original publisher: [Read original article](<https://medium.com/firebase-developers/building-your-first-mcp-server-with-genkit-c2053cde230f?source=rss----8e8b7dc6774d---4>)

Author: Pavel J

Published: 2025-04-25T14:09:50Z

Content type: tutorial

Language: en

Sources: [Firebase Developers - Medium](<https://devfeed.tech/sources/firebase-developers-medium.md>)

Topics: [Genkit](<https://devfeed.tech/topics/genkit.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [backends](<https://devfeed.tech/topics/backends.md>), [Firestore](<https://devfeed.tech/topics/firestore.md>), [Structured-data](<https://devfeed.tech/topics/structured-data.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [developer tooling](<https://devfeed.tech/topics/developer-tooling.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [backends](<https://devfeed.tech/tags/backends.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firestore](<https://devfeed.tech/tags/firestore.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [generative-ai-tools](<https://devfeed.tech/tags/generative-ai-tools.md>), [genkit](<https://devfeed.tech/tags/genkit.md>), [guides](<https://devfeed.tech/tags/guides.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [schema](<https://devfeed.tech/tags/schema.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

This tutorial explains how to build a custom MCP server with Genkit. It covers defining order data schemas with zod, generating optional test data and storing it in Firestore, creating flows to retrieve orders, and exposing tools that can be called by AI models or external clients such as Cline.

### Source excerpt

Generative AI Building robust backends for AI applications often involves integrating various components. The Model Context Protocol (MCP) offers a standardized communication layer, and Genkit provides a powerful framework to leverage it. This article guides you through creating a custom MCP server using Genkit, from defining data schemas to interacting with the server using development tools like Cline. This article assumes some familiarity with Genkit concepts like flows and tools. Learn more about Genkit: https://firebase.google.com/docs/genkit If you prefer this tutorial in video format, check out: https://medium.com/media/908bbf0df5ad1306b125a4c7411c203c/href1. Defining Your Data Schema Before building any application, you need to define the structure of your data. In this example, we're building a system to manage website orders for a consulting company. We use zod, a popular schema declaration library, integrated with Genkit. The OrderSchema defines the necessary fields for each order: const OrderSchema = z.object({ id: z.string().describe("Order Id. Format: A-XXX-XXX, ex. A-123-456"), name: z.string().describe("Name of the business"), colorScheme: z.object({ mainColor: z.string().describe("RGB color prefixed with #, ex. #FFAA66"), highlight: z.string().describe("RGB color prefixed with #, ex. #AA6611"), textColor: z.string().describe("RGB color prefixed with #, ex. #224455"), }), email: z.string(), jobDescription: z .string() .describe( "Detailed description of the website they need. Ex. if they are a construction " + "company describe what they want on the home, contact age, testimonials, etc. " + "pages. Not too crazy, usually static website." ), address: z.string(), }); This schema clearly outlines each piece of information associated with an order, including nested details like the colorScheme. 2. Generating Realistic Test Data (optional) During development, you need ways to both populate your system with test data and inspect that data. Manually creatin

## REST API Orchestration With GraphQL

DevFeed: [REST API Orchestration With GraphQL](<https://devfeed.tech/articles/rest-api-orchestration-with-graphql-23153.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/api-orchestration-with-graphql>)

Author: Matt DeBergalis

Published: 2025-02-19T08:45:00Z

Content type: release

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [REST API](<https://devfeed.tech/topics/rest-api.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Microservice](<https://devfeed.tech/topics/microservice.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [api](<https://devfeed.tech/tags/api.md>), [apollo-connectors](<https://devfeed.tech/tags/apollo-connectors.md>), [authorization](<https://devfeed.tech/tags/authorization.md>), [backends](<https://devfeed.tech/tags/backends.md>), [declarative](<https://devfeed.tech/tags/declarative.md>), [error-handling](<https://devfeed.tech/tags/error-handling.md>), [graph](<https://devfeed.tech/tags/graph.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [graphql-federation](<https://devfeed.tech/tags/graphql-federation.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [performance](<https://devfeed.tech/tags/performance.md>), [rest](<https://devfeed.tech/tags/rest.md>), [rest-apis](<https://devfeed.tech/tags/rest-apis.md>), [router](<https://devfeed.tech/tags/router.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [teams](<https://devfeed.tech/tags/teams.md>)

### AI overview

Apollo announces Apollo Connectors, a declarative, graph-based technology for orchestrating REST API calls. The article explains how API calls can be chained, parallelized, transformed, and handled for errors, timeouts, authentication, and authorization.

### Source excerpt

Today we are releasing Apollo Connectors, a major update that brings our declarative, graph-based orchestration technology to teams using REST APIs. Modern applications integrate dozens or even hundreds of different APIs. The task is significant. These APIs must be called in a precise manner and sequence. API calls need to be chained together, feeding the output of one into the next. In some cases, it's desirable to parallelize them for better performance.

## Introducing multi-backends (TRT-LLM, vLLM) support for Text Generation Inference

DevFeed: [Introducing multi-backends (TRT-LLM, vLLM) support for Text Generation Inference](<https://devfeed.tech/articles/introducing-multi-backends-trt-llm-vllm-support-for-text-generation-inference-7501.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/tgi-multi-backend>)

Author: Morgan Funtowicz; Hugo Larcher

Published: 2025-01-16T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [tgi](<https://devfeed.tech/topics/tgi.md>), [model-deployment](<https://devfeed.tech/topics/model-deployment.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [vllm](<https://devfeed.tech/topics/vllm.md>), [TensorRT-LLM](<https://devfeed.tech/topics/tensorrt-llm.md>), [Concurrency](<https://devfeed.tech/topics/concurrency.md>), [Memory Safety](<https://devfeed.tech/topics/memory-safety.md>), [servers](<https://devfeed.tech/topics/servers.md>), [llama.cpp](<https://devfeed.tech/topics/llama-cpp.md>), [sglang](<https://devfeed.tech/topics/sglang.md>), [Python](<https://devfeed.tech/topics/python.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [backend](<https://devfeed.tech/tags/backend.md>), [backends](<https://devfeed.tech/tags/backends.md>), [community](<https://devfeed.tech/tags/community.md>), [concurrency](<https://devfeed.tech/tags/concurrency.md>), [http](<https://devfeed.tech/tags/http.md>), [inference](<https://devfeed.tech/tags/inference.md>), [jetstream](<https://devfeed.tech/tags/jetstream.md>), [llama-cpp](<https://devfeed.tech/tags/llama-cpp.md>), [memory-safety](<https://devfeed.tech/tags/memory-safety.md>), [neuron](<https://devfeed.tech/tags/neuron.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [performance](<https://devfeed.tech/tags/performance.md>), [production](<https://devfeed.tech/tags/production.md>), [python](<https://devfeed.tech/tags/python.md>), [rust](<https://devfeed.tech/tags/rust.md>), [sglang](<https://devfeed.tech/tags/sglang.md>), [tensorrt-llm](<https://devfeed.tech/tags/tensorrt-llm.md>), [tgi](<https://devfeed.tech/tags/tgi.md>), [vllm](<https://devfeed.tech/tags/vllm.md>)

### AI overview

Hugging Face introduces TGI Backends, a unified frontend architecture for integrating inference solutions such as vLLM, SGLang, llama.cpp, and TensorRT-LLM. The approach lets users switch backends based on model, hardware, and performance requirements while supporting production deployment across diverse accelerators. The article also describes TGI's Rust and Python components, including Rust-based HTTP and scheduling layers designed for memory safety and concurrency.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Introducing Neon RLS: Simplifying Row-Level Security For Postgres

DevFeed: [Introducing Neon RLS: Simplifying Row-Level Security For Postgres](<https://devfeed.tech/articles/introducing-neon-rls-simplifying-row-level-security-for-postgres-5458.md>)

Original publisher: [Read original article](<https://neon.com/blog/introducing-neon-authorize>)

Author: David Gomes

Published: 2024-10-30T13:58:41Z

Content type: release

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Authorization](<https://devfeed.tech/topics/authorization.md>), [Database](<https://devfeed.tech/topics/database.md>), [backends](<https://devfeed.tech/topics/backends.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>)

Tags: [auth](<https://devfeed.tech/tags/auth.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [backends](<https://devfeed.tech/tags/backends.md>), [company](<https://devfeed.tech/tags/company.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [integration](<https://devfeed.tech/tags/integration.md>), [json](<https://devfeed.tech/tags/json.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

Neon announces Neon RLS, a Postgres row-level security tool that integrates JWT-based authentication with declarative database access policies.

### Source excerpt

Today we're launching Neon RLS, a tool that aims to simplify the usage of Postgres row-level security policies while enabling new deployment models for app developers. With Neon RLS, you can manage RLS directly in your codebase and integrate with any authentication provider, maki...

## Essential Node.js backend examples for developers in 2024

DevFeed: [Essential Node.js backend examples for developers in 2024](<https://devfeed.tech/articles/essential-node-js-backend-examples-for-developers-in-2024-7908.md>)

Original publisher: [Read original article](<https://snyk.io/blog/essential-node-js-backend-examples-2024/>)

Author: Liran Tal

Published: 2024-06-12T05:00:00Z

Content type: tutorial

Language: en

Sources: [Blog RSS Feed | Snyk](<https://devfeed.tech/sources/blog-rss-feed-snyk.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>), [backend-development](<https://devfeed.tech/topics/backend-development.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [Streams](<https://devfeed.tech/topics/streams.md>), [Code](<https://devfeed.tech/topics/code.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [acquisition](<https://devfeed.tech/tags/acquisition.md>), [api](<https://devfeed.tech/tags/api.md>), [application-security](<https://devfeed.tech/tags/application-security.md>), [async](<https://devfeed.tech/tags/async.md>), [asynchronous](<https://devfeed.tech/tags/asynchronous.md>), [backend](<https://devfeed.tech/tags/backend.md>), [backends](<https://devfeed.tech/tags/backends.md>), [blog](<https://devfeed.tech/tags/blog.md>), [building](<https://devfeed.tech/tags/building.md>), [code](<https://devfeed.tech/tags/code.md>), [code-security](<https://devfeed.tech/tags/code-security.md>), [developer](<https://devfeed.tech/tags/developer.md>), [developers](<https://devfeed.tech/tags/developers.md>), [devrel](<https://devfeed.tech/tags/devrel.md>), [examples](<https://devfeed.tech/tags/examples.md>), [github](<https://devfeed.tech/tags/github.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [js](<https://devfeed.tech/tags/js.md>), [node](<https://devfeed.tech/tags/node.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [openai](<https://devfeed.tech/tags/openai.md>), [snyk-code](<https://devfeed.tech/tags/snyk-code.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [streams](<https://devfeed.tech/tags/streams.md>)

### AI overview

A practical introduction to Node.js backend examples for 2024, covering streams, async iterables, cryptography, buffers, Symbols, and template literals for HTML and SQL generation.

### Source excerpt

Boost your Node.js skills with these backend code snippets for 2024. Copy and paste them into your own projects to save time when building backends.

## Keeping it 100(x) with real-time data at scale

DevFeed: [Keeping it 100(x) with real-time data at scale](<https://devfeed.tech/articles/keeping-it-100-x-with-real-time-data-at-scale-9948.md>)

Original publisher: [Read original article](<https://www.figma.com/blog/livegraph-real-time-data-at-scale/>)

Author: Arushi Bandi

Published: 2024-05-17T00:00:00Z

Content type: article

Language: en

Sources: [Figma Blog](<https://devfeed.tech/sources/figma-blog.md>)

Topics: [Figma](<https://devfeed.tech/topics/figma.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [React](<https://devfeed.tech/topics/react.md>), [backends](<https://devfeed.tech/topics/backends.md>), [JSON](<https://devfeed.tech/topics/json.md>), [Front end](<https://devfeed.tech/topics/frontend.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [backends](<https://devfeed.tech/tags/backends.md>), [figma](<https://devfeed.tech/tags/figma.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [json](<https://devfeed.tech/tags/json.md>), [performance](<https://devfeed.tech/tags/performance.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [react](<https://devfeed.tech/tags/react.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [replication](<https://devfeed.tech/tags/replication.md>), [scale](<https://devfeed.tech/tags/scale.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Figma describes LiveGraph, its real-time data-fetching service for multiplayer collaboration. LiveGraph exposes a web API for GraphQL-like queries, returns results as JSON trees, and uses a custom React Hook to trigger front-end updates. The article explains the LiveGraph 100x initiative to redesign the architecture for greater read and database-update scale, including support for more PostgreSQL shards and replication-stream processing.

### Source excerpt

After years of playing catch-up with Figma's growth, it was time to fundamentally rethink LiveGraph's architecture.

[Next page](<https://devfeed.tech/tags/backends.md?cursor=WyIyMDI0LTA1LTE3VDAwOjAwOjAwKzAwOjAwIiwgImQ1MDI1MjQ2LTIyNjAtNDQ5MC1hZjAwLTZkOTI4OGRhNTQ3MCJd>)