From 85cc4f0291e2e4a3812d0a1b804a9ad37eb017ef Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 1 May 2025 13:23:25 +0100 Subject: [PATCH] Update src/data/roadmaps/ai-agents/content/basic-backend-development@VPI89s-m885r2YrXjYxdd.md --- .../content/basic-backend-development@VPI89s-m885r2YrXjYxdd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/ai-agents/content/basic-backend-development@VPI89s-m885r2YrXjYxdd.md b/src/data/roadmaps/ai-agents/content/basic-backend-development@VPI89s-m885r2YrXjYxdd.md index 6a43a83b2..2e7179109 100644 --- a/src/data/roadmaps/ai-agents/content/basic-backend-development@VPI89s-m885r2YrXjYxdd.md +++ b/src/data/roadmaps/ai-agents/content/basic-backend-development@VPI89s-m885r2YrXjYxdd.md @@ -1,6 +1,6 @@ # Basic Backend Development -Basic backend development involves creating the server-side logic and infrastructure that powers web applications and services. For AI agents, this often means building custom APIs that agents can call as tools, setting up databases to store agent memory or application data, handling user authentication, and managing the server environment where the agent or its supporting services might run. Understanding basic backend concepts is crucial for creating bespoke functionalities for agents, enabling them to interact with proprietary data sources or execute specific actions not covered by off-the-shelf tools. +Before you start learning how to build AI agents, we would recommend you to have a basic knowledge of Backend development. This includes, programming language knowledge, interacting with database and basics of APIs at minimum. Visit the following resources to learn more: