Building full-stack products, writing clean code, and exploring modern web technologies.

Thoughts and work around JavaScript ecosystems, scalable architecture, and product development from real-world MERN stack experience to continuous exploration with tools like SvelteKit, tRPC, and Docker.

Building a Generative AI Agent with Next.js and Open AI

At Interstellar Solutions, we built a generative AI agent using Open AI’s API within a Next.js application to create dynamic, context-aware content. This article guides you through integrating Open AI with Next.js to develop a powerful AI-driven content generation tool.

Building a Next.js Chatbot with Open AI

At Interstellar Solutions, we aimed to create an AI-powered chatbot using Open AI’s API within a Next.js application. This article walks through integrating Open AI with Next.js to build a responsive, conversational interface for users.

Building a Next.js App with tRPC Client

At Interstellar Solutions, we needed a type-safe API layer for our Next.js application to ensure seamless communication between the client and server. tRPC provided the perfect solution, combining end-to-end type safety with Next.js’s powerful routing system.

Crafting a MERN Stack Application with Routes

Building scalable web applications with the MERN stack (MongoDB, Express.js, React, Node.js) requires a robust routing system to handle client and server-side navigation. This article explores how to implement routes in a MERN application for a seamless user experience.