Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
452 changes: 452 additions & 0 deletions src/app/blog/ai-coding-agents-practical-guide/page.mdx

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions src/app/blog/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import EloqdocVSMongoDBPart3 from "@/app/blog/eloqdoc-vs-mongodb-cloud-services/
import EloqdocVSMongoDBPart4 from "@/app/blog/eloqdoc-vs-ferretdb-vs-mongodb-benchmark-guide/cover.png"
import CursorVSClaudeCode from "@/app/blog/cursor-vs-claudecode/cover.png"
import ServerlessDatabasesCompared from "@/app/blog/serverless-sql-databases/cover.png"
import AICodingAgent from "@/app/blog/ai-coding-agents-practical-guide/cover.png"

export const allAuthors = [
{ name: "Ankur Tyagi", link: "https://theankurtyagi.com/" },
Expand All @@ -24,6 +25,21 @@ export const allAuthors = [
]

export const allBlogs = [
{
author: "Ankur Tyagi",
slug: "ai-coding-agents-practical-guide",
title: "AI Coding Agents: A Practical Guide for Software Developers",
excerpt:
"A practical guide to working with AI coding agents without the hype.",
description:
"A practical guide to working with AI coding agents without the hype.",

publishedAt: "2026-02-10T00:00:00Z",
category: "AI Code Editor",
image: AICodingAgent.src,
isNew: true,
isFeatured: false,
},
{
author: "Jitendra Nirnejak",
slug: "serverless-sql-databases",
Expand Down