{"id":146,"date":"2026-04-20T00:24:29","date_gmt":"2026-04-20T00:24:29","guid":{"rendered":"https:\/\/prabhatgiri.com\/blogs\/?p=146"},"modified":"2026-04-20T00:24:30","modified_gmt":"2026-04-20T00:24:30","slug":"build-an-ai-powered-web-app-that-actually-gets-you-hired-step-by-step-guide","status":"publish","type":"post","link":"https:\/\/prabhatgiri.com\/blogs\/build-an-ai-powered-web-app-that-actually-gets-you-hired-step-by-step-guide\/","title":{"rendered":"Build an AI-Powered Web App That Actually Gets You Hired (Step-by-Step Guide)"},"content":{"rendered":"\n<p>AI projects are everywhere right now, but most junior developers are building the wrong kind of AI apps. They either copy tutorials, build surface-level chatbots, or add AI in a way that does not demonstrate real engineering ability.<\/p>\n\n\n\n<p>The truth is simple:<br>Most AI projects do not help you get hired because they do not look like real software.<\/p>\n\n\n\n<p>In this guide, I will show you how to approach AI projects in a way that actually improves your chances of getting interviews and job offers in the UK market in 2026.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">1. Why most AI projects fail to impress recruiters<\/h2>\n\n\n\n<p>A typical junior AI project looks like:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>ChatGPT clone<\/li>\n\n\n\n<li>Basic prompt-based app<\/li>\n\n\n\n<li>Random API integration<\/li>\n\n\n\n<li>No real backend logic<\/li>\n<\/ul>\n\n\n\n<p>The issue is not the idea. The issue is what it demonstrates.<\/p>\n\n\n\n<p>To a hiring manager, these projects usually show:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You can call an API<\/li>\n\n\n\n<li>You followed a tutorial<\/li>\n\n\n\n<li>You did not make architectural decisions<\/li>\n<\/ul>\n\n\n\n<p>What they want to see instead:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>How you structure a real application<\/li>\n\n\n\n<li>How you handle data flow end to end<\/li>\n\n\n\n<li>How you design user experience around AI limitations<\/li>\n\n\n\n<li>How you deal with errors, latency, and edge cases<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">2. What makes an AI project \u201chireable\u201d<\/h2>\n\n\n\n<p>A hireable AI-powered web app is not about complexity. It is about engineering thinking.<\/p>\n\n\n\n<p>A strong project should include:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Core system features:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Frontend (React or Angular)<\/li>\n\n\n\n<li>Backend (Node.js or serverless functions)<\/li>\n\n\n\n<li>AI integration (API-based or hosted model)<\/li>\n\n\n\n<li>Persistent storage (database or cache)<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Real-world engineering concerns:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Authentication or user sessions<\/li>\n\n\n\n<li>Input validation and rate limiting<\/li>\n\n\n\n<li>Error handling for AI failures<\/li>\n\n\n\n<li>Loading states and streaming responses<\/li>\n\n\n\n<li>Clean separation between frontend and backend<\/li>\n<\/ul>\n\n\n\n<p>This is what transforms a \u201cdemo app\u201d into a \u201creal system\u201d.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">3. Step-by-step: Building a hireable AI app<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Pick a real-world use case<\/h3>\n\n\n\n<p>Do not start with \u201cAI chatbot\u201d. Start with a problem.<\/p>\n\n\n\n<p>Good examples:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>CV improvement assistant<\/li>\n\n\n\n<li>Job application helper<\/li>\n\n\n\n<li>Meeting notes summariser<\/li>\n\n\n\n<li>Customer support responder<\/li>\n\n\n\n<li>Code explanation tool<\/li>\n<\/ul>\n\n\n\n<p>The key is relevance. It should feel like something a business would actually use.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Design a simple architecture<\/h3>\n\n\n\n<p>Keep it clean:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Frontend: React or Angular UI<\/li>\n\n\n\n<li>Backend: Node.js or AWS Lambda<\/li>\n\n\n\n<li>AI layer: API call handling logic<\/li>\n\n\n\n<li>Database: store user inputs or results<\/li>\n<\/ul>\n\n\n\n<p>Focus on clarity, not complexity.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Build the core AI interaction<\/h3>\n\n\n\n<p>This is where most people stop too early.<\/p>\n\n\n\n<p>Instead of just sending a prompt, think about:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Prompt structure<\/li>\n\n\n\n<li>Context handling<\/li>\n\n\n\n<li>Response formatting<\/li>\n\n\n\n<li>Retry logic if AI fails<\/li>\n<\/ul>\n\n\n\n<p>This is where you start showing real engineering maturity.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4: Add real product features<\/h3>\n\n\n\n<p>This is what separates strong candidates from average ones.<\/p>\n\n\n\n<p>Add at least 2\u20133 of these:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Authentication system<\/li>\n\n\n\n<li>History of user interactions<\/li>\n\n\n\n<li>Export to PDF or document<\/li>\n\n\n\n<li>Rate limiting<\/li>\n\n\n\n<li>Admin view or dashboard<\/li>\n\n\n\n<li>Input validation and sanitisation<\/li>\n<\/ul>\n\n\n\n<p>These features show production thinking.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Step 5: Focus on user experience<\/h3>\n\n\n\n<p>Recruiters do not just evaluate code. They evaluate usability.<\/p>\n\n\n\n<p>Make sure:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Loading states are clear<\/li>\n\n\n\n<li>Errors are handled gracefully<\/li>\n\n\n\n<li>UI does not break on slow responses<\/li>\n\n\n\n<li>AI responses are formatted cleanly<\/li>\n<\/ul>\n\n\n\n<p>Good UX signals real-world readiness.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Step 6: Deploy it properly<\/h3>\n\n\n\n<p>A deployed project always performs better in interviews.<\/p>\n\n\n\n<p>Use:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Vercel \/ Netlify for frontend<\/li>\n\n\n\n<li>AWS Lambda or similar for backend<\/li>\n\n\n\n<li>Simple domain if possible<\/li>\n<\/ul>\n\n\n\n<p>A live project is always stronger than a GitHub repo.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">4. How to present it in interviews<\/h2>\n\n\n\n<p>Most juniors lose impact because they describe projects poorly.<\/p>\n\n\n\n<p>Instead of saying:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u201cI built an AI chatbot\u201d<\/p>\n<\/blockquote>\n\n\n\n<p>Say:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u201cI built a full-stack AI-powered application that processes user input, sends structured prompts to an AI API, handles errors, stores history, and provides a clean user experience with authentication and persistence.\u201d<\/p>\n<\/blockquote>\n\n\n\n<p>The difference is massive.<\/p>\n\n\n\n<p>You are not selling a project. You are selling engineering capability.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">5. What recruiters are really looking for<\/h2>\n\n\n\n<p>They are not impressed by AI itself anymore.<\/p>\n\n\n\n<p>They are looking for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Engineers who understand systems<\/li>\n\n\n\n<li>Candidates who can think beyond tutorials<\/li>\n\n\n\n<li>People who can ship usable features<\/li>\n\n\n\n<li>Evidence of production awareness<\/li>\n<\/ul>\n\n\n\n<p>AI is just the context. Engineering is the signal.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Final thoughts<\/h2>\n\n\n\n<p>If you build one well-structured AI-powered application with real-world features, proper architecture, and thoughtful UX, you will already stand out significantly compared to most junior candidates.<\/p>\n\n\n\n<p>You do not need ten projects. You need one that looks like something a real team would ship.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">If you want help<\/h2>\n\n\n\n<p>If you are currently building projects or trying to break into the UK tech market and want guidance on designing strong portfolio projects, improving your CV, or preparing for interviews, I offer one-to-one mentoring sessions where I help developers structure their path and projects in a way that actually gets results.<\/p>\n\n\n\n<p>Feel free to reach out via <a href=\"mailto:giri.prabhat33@gmail.com\" type=\"mailto\" id=\"mailto:giri.prabhat33@gmail.com\">email<\/a> if you want personalised feedback or support on your career direction or project ideas.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>AI projects are everywhere right now, but most junior developers are building the wrong kind of AI apps. They either copy tutorials, build surface-level chatbots, or add AI in a way that does not demonstrate real engineering ability. The truth is simple:Most AI projects do not help you get hired because they do not look [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-146","post","type-post","status-publish","format-standard","hentry","category-blog"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Build an AI-Powered Web App That Actually Gets You Hired (Step-by-Step Guide) - Prabhat Giri<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/prabhatgiri.com\/blogs\/build-an-ai-powered-web-app-that-actually-gets-you-hired-step-by-step-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Build an AI-Powered Web App That Actually Gets You Hired (Step-by-Step Guide) - Prabhat Giri\" \/>\n<meta property=\"og:description\" content=\"AI projects are everywhere right now, but most junior developers are building the wrong kind of AI apps. They either copy tutorials, build surface-level chatbots, or add AI in a way that does not demonstrate real engineering ability. The truth is simple:Most AI projects do not help you get hired because they do not look [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/prabhatgiri.com\/blogs\/build-an-ai-powered-web-app-that-actually-gets-you-hired-step-by-step-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"Prabhat Giri\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-20T00:24:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-20T00:24:30+00:00\" \/>\n<meta name=\"author\" content=\"Prabhat Giri\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prabhat Giri\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/prabhatgiri.com\\\/blogs\\\/build-an-ai-powered-web-app-that-actually-gets-you-hired-step-by-step-guide\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/prabhatgiri.com\\\/blogs\\\/build-an-ai-powered-web-app-that-actually-gets-you-hired-step-by-step-guide\\\/\"},\"author\":{\"name\":\"Prabhat Giri\",\"@id\":\"https:\\\/\\\/prabhatgiri.com\\\/blogs\\\/#\\\/schema\\\/person\\\/776197642fbbbc819cf3fec2d008a61b\"},\"headline\":\"Build an AI-Powered Web App That Actually Gets You Hired (Step-by-Step Guide)\",\"datePublished\":\"2026-04-20T00:24:29+00:00\",\"dateModified\":\"2026-04-20T00:24:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/prabhatgiri.com\\\/blogs\\\/build-an-ai-powered-web-app-that-actually-gets-you-hired-step-by-step-guide\\\/\"},\"wordCount\":782,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/prabhatgiri.com\\\/blogs\\\/#\\\/schema\\\/person\\\/776197642fbbbc819cf3fec2d008a61b\"},\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/prabhatgiri.com\\\/blogs\\\/build-an-ai-powered-web-app-that-actually-gets-you-hired-step-by-step-guide\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/prabhatgiri.com\\\/blogs\\\/build-an-ai-powered-web-app-that-actually-gets-you-hired-step-by-step-guide\\\/\",\"url\":\"https:\\\/\\\/prabhatgiri.com\\\/blogs\\\/build-an-ai-powered-web-app-that-actually-gets-you-hired-step-by-step-guide\\\/\",\"name\":\"Build an AI-Powered Web App That Actually Gets You Hired (Step-by-Step Guide) - Prabhat Giri\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/prabhatgiri.com\\\/blogs\\\/#website\"},\"datePublished\":\"2026-04-20T00:24:29+00:00\",\"dateModified\":\"2026-04-20T00:24:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/prabhatgiri.com\\\/blogs\\\/build-an-ai-powered-web-app-that-actually-gets-you-hired-step-by-step-guide\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/prabhatgiri.com\\\/blogs\\\/build-an-ai-powered-web-app-that-actually-gets-you-hired-step-by-step-guide\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/prabhatgiri.com\\\/blogs\\\/build-an-ai-powered-web-app-that-actually-gets-you-hired-step-by-step-guide\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/prabhatgiri.com\\\/blogs\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Build an AI-Powered Web App That Actually Gets You Hired (Step-by-Step Guide)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/prabhatgiri.com\\\/blogs\\\/#website\",\"url\":\"https:\\\/\\\/prabhatgiri.com\\\/blogs\\\/\",\"name\":\"Prabhat Giri\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/prabhatgiri.com\\\/blogs\\\/#\\\/schema\\\/person\\\/776197642fbbbc819cf3fec2d008a61b\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/prabhatgiri.com\\\/blogs\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/prabhatgiri.com\\\/blogs\\\/#\\\/schema\\\/person\\\/776197642fbbbc819cf3fec2d008a61b\",\"name\":\"Prabhat Giri\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/prabhatgiri.com\\\/blogs\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/pp.jpg\",\"url\":\"https:\\\/\\\/prabhatgiri.com\\\/blogs\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/pp.jpg\",\"contentUrl\":\"https:\\\/\\\/prabhatgiri.com\\\/blogs\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/pp.jpg\",\"width\":640,\"height\":640,\"caption\":\"Prabhat Giri\"},\"logo\":{\"@id\":\"https:\\\/\\\/prabhatgiri.com\\\/blogs\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/pp.jpg\"},\"sameAs\":[\"https:\\\/\\\/prabhatgiri.com\\\/blogs\"],\"url\":\"https:\\\/\\\/prabhatgiri.com\\\/blogs\\\/author\\\/giri-prabhat33\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Build an AI-Powered Web App That Actually Gets You Hired (Step-by-Step Guide) - Prabhat Giri","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/prabhatgiri.com\/blogs\/build-an-ai-powered-web-app-that-actually-gets-you-hired-step-by-step-guide\/","og_locale":"en_US","og_type":"article","og_title":"Build an AI-Powered Web App That Actually Gets You Hired (Step-by-Step Guide) - Prabhat Giri","og_description":"AI projects are everywhere right now, but most junior developers are building the wrong kind of AI apps. They either copy tutorials, build surface-level chatbots, or add AI in a way that does not demonstrate real engineering ability. The truth is simple:Most AI projects do not help you get hired because they do not look [&hellip;]","og_url":"https:\/\/prabhatgiri.com\/blogs\/build-an-ai-powered-web-app-that-actually-gets-you-hired-step-by-step-guide\/","og_site_name":"Prabhat Giri","article_published_time":"2026-04-20T00:24:29+00:00","article_modified_time":"2026-04-20T00:24:30+00:00","author":"Prabhat Giri","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Prabhat Giri","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/prabhatgiri.com\/blogs\/build-an-ai-powered-web-app-that-actually-gets-you-hired-step-by-step-guide\/#article","isPartOf":{"@id":"https:\/\/prabhatgiri.com\/blogs\/build-an-ai-powered-web-app-that-actually-gets-you-hired-step-by-step-guide\/"},"author":{"name":"Prabhat Giri","@id":"https:\/\/prabhatgiri.com\/blogs\/#\/schema\/person\/776197642fbbbc819cf3fec2d008a61b"},"headline":"Build an AI-Powered Web App That Actually Gets You Hired (Step-by-Step Guide)","datePublished":"2026-04-20T00:24:29+00:00","dateModified":"2026-04-20T00:24:30+00:00","mainEntityOfPage":{"@id":"https:\/\/prabhatgiri.com\/blogs\/build-an-ai-powered-web-app-that-actually-gets-you-hired-step-by-step-guide\/"},"wordCount":782,"commentCount":0,"publisher":{"@id":"https:\/\/prabhatgiri.com\/blogs\/#\/schema\/person\/776197642fbbbc819cf3fec2d008a61b"},"articleSection":["Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/prabhatgiri.com\/blogs\/build-an-ai-powered-web-app-that-actually-gets-you-hired-step-by-step-guide\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/prabhatgiri.com\/blogs\/build-an-ai-powered-web-app-that-actually-gets-you-hired-step-by-step-guide\/","url":"https:\/\/prabhatgiri.com\/blogs\/build-an-ai-powered-web-app-that-actually-gets-you-hired-step-by-step-guide\/","name":"Build an AI-Powered Web App That Actually Gets You Hired (Step-by-Step Guide) - Prabhat Giri","isPartOf":{"@id":"https:\/\/prabhatgiri.com\/blogs\/#website"},"datePublished":"2026-04-20T00:24:29+00:00","dateModified":"2026-04-20T00:24:30+00:00","breadcrumb":{"@id":"https:\/\/prabhatgiri.com\/blogs\/build-an-ai-powered-web-app-that-actually-gets-you-hired-step-by-step-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/prabhatgiri.com\/blogs\/build-an-ai-powered-web-app-that-actually-gets-you-hired-step-by-step-guide\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/prabhatgiri.com\/blogs\/build-an-ai-powered-web-app-that-actually-gets-you-hired-step-by-step-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/prabhatgiri.com\/blogs\/"},{"@type":"ListItem","position":2,"name":"Build an AI-Powered Web App That Actually Gets You Hired (Step-by-Step Guide)"}]},{"@type":"WebSite","@id":"https:\/\/prabhatgiri.com\/blogs\/#website","url":"https:\/\/prabhatgiri.com\/blogs\/","name":"Prabhat Giri","description":"","publisher":{"@id":"https:\/\/prabhatgiri.com\/blogs\/#\/schema\/person\/776197642fbbbc819cf3fec2d008a61b"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/prabhatgiri.com\/blogs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/prabhatgiri.com\/blogs\/#\/schema\/person\/776197642fbbbc819cf3fec2d008a61b","name":"Prabhat Giri","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/prabhatgiri.com\/blogs\/wp-content\/uploads\/2025\/09\/pp.jpg","url":"https:\/\/prabhatgiri.com\/blogs\/wp-content\/uploads\/2025\/09\/pp.jpg","contentUrl":"https:\/\/prabhatgiri.com\/blogs\/wp-content\/uploads\/2025\/09\/pp.jpg","width":640,"height":640,"caption":"Prabhat Giri"},"logo":{"@id":"https:\/\/prabhatgiri.com\/blogs\/wp-content\/uploads\/2025\/09\/pp.jpg"},"sameAs":["https:\/\/prabhatgiri.com\/blogs"],"url":"https:\/\/prabhatgiri.com\/blogs\/author\/giri-prabhat33\/"}]}},"_links":{"self":[{"href":"https:\/\/prabhatgiri.com\/blogs\/wp-json\/wp\/v2\/posts\/146","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prabhatgiri.com\/blogs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prabhatgiri.com\/blogs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prabhatgiri.com\/blogs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prabhatgiri.com\/blogs\/wp-json\/wp\/v2\/comments?post=146"}],"version-history":[{"count":1,"href":"https:\/\/prabhatgiri.com\/blogs\/wp-json\/wp\/v2\/posts\/146\/revisions"}],"predecessor-version":[{"id":147,"href":"https:\/\/prabhatgiri.com\/blogs\/wp-json\/wp\/v2\/posts\/146\/revisions\/147"}],"wp:attachment":[{"href":"https:\/\/prabhatgiri.com\/blogs\/wp-json\/wp\/v2\/media?parent=146"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prabhatgiri.com\/blogs\/wp-json\/wp\/v2\/categories?post=146"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prabhatgiri.com\/blogs\/wp-json\/wp\/v2\/tags?post=146"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}