Do you have an AI strategy for your product?I once read that “if your product doesn’t include AI, then your product has no future”. In this article, I look at what it might mean to…Oct 23Oct 23
Developing a scalable Agentic service based on LangGraphWhen it comes to adding a second instance of your Agentic service, you need to embrace stateless services. This article provides an example…Oct 20Oct 20
Interfacing a Next.jsOnce you have a scalable Agentic service, you need to modify the way your Next.js BFF interfaces to that service. This article shows how to…Oct 20Oct 20
Implementing Postgres in a development environmentRecently I came across the need to install Postgres into my development network for a project I am working on. This article explains how to…Oct 10Oct 10
Adding high-availability and scalability to an Agentic application based on LangGraph and Next.jsHigh-availability and scalability are as equally important to Agentic applications as they are to any other solution. This article looks at…Oct 10A response icon2Oct 10A response icon2
Implementing Redis in a development environmentRecently I came across the need to install Redis into my development network for a project I am working on. This article explains how to…Sep 22Sep 22
The challenges of Next.js with an Agentic AI service on KubernetesAdding a Next.js UI to an event driven Agentic service is not as easy as I thought it would be. In this article I describe some of the…Sep 17Sep 17
Creating a React based User Interface for a LangGraph Agentic applicationIn this article I look at the challenges with creating a React-based User Interface (UI) for a backend agentic AI service build on…Sep 14Sep 14
Connecting a LangGraph workflow to a React User InterfaceLangGraph is a self-contained agentic workflow framework. In this article I look at how to use its interrupt feature to allow it to…Sep 14Sep 14
HTML to PDF ServiceWhilst developing my applications, I sometimes want to create and save a PDF file. In this short article, I introduce a way of converting…Sep 13Sep 13