Robuta

https://docs.astro.build/en/recipes/build-forms-api/
Learn how to use JavaScript to send form submissions to an API Route.
api routesbuildformsdocs
https://dev.to/mikaelkrief2/configuring-azure-app-service-authentication-with-azure-entra-id-to-exclude-api-routes-while-l0i
Nov 13, 2025 - I was building a Node.js web application for managing files in Azure Blob Storage, deployed to an... Tagged with api, azure, security, architecture.
app serviceentra idconfiguringazureauthentication
https://www.vuemastery.com/courses/nuxt-api-routes/api-routes-introduction/
Learn how to use Nuxt API routes to handle server-side logic directly within your Nuxt application.
api routesvue masteryintroductionnuxt
https://www.graphhopper.com/blog/2016/07/21/how-to-model-multiple-delivery-routes-with-a-single-vehicle/
Dec 13, 2021 - Introduction In this tutorial we are going to show you how to model a vehicle routing problem with vehicles that can have multiple return trips to the depot or...
modelmultipledeliveryroutessingle
https://nextjs.org/docs/pages/building-your-application/routing/api-routes
Oct 17, 2025 - Next.js supports API Routes, which allow you to build your API without leaving your Next.js app. Learn how it works here.
api routesnext jsrouting
https://dropletdrift.com/using-api-routes-in-next-js-with-error-handling-and-type-safety/
Sep 27, 2025 - Contents show Anatomy of a Next.js API route (Pages Router) Route Handlers in the App Router A layered approach to error handling & type safety Example:...
api routesnext jserror handlingusing
https://www.hunterjennings.dev/writing/graphql-with-api-routes
Learn how to fetch data client-side in your Next.js app using a third-party GraphQL endpoint.
data fetchingnext jsclientsidegraphql