My learnings so far
Artificial Inteligence
AI assistant with Langchain and Streamlit
Simple AI assistant that can talk to Google Drive docs and create tasks in Asana.
React + AI + Google Chrome Extension
This is a simple POC for a Chrome extension that shows how to use LLM on the Web locally.
Conditional + Parallel Graph Execution with LangGraph, LangChain and Ollama
A simple Rag use case over blown to show conditional and parallel execution of graph with LangGraph and Ollama models.
LangChain + LangGraph + Ollama + Tools
Simple example showing how to use Tools with Ollama and LangChain and how to implement a human in the loop with LangGraph.
Record and ask AI
Simple POC using NextJS and Python to capture live feed from user's agent and ask LLM questions around it.
Simple Rag Agent with Ollama and LangGraph
Build a simple Rag agent that can decide based on the user's input if it needs to search the web or can find the answer from the documents avaiable to it.
WhatsApp AI bot with Twilio and Python LangChain
Simple example of a WhatsApp Bot using AI to answer questions.
FrontEnd
A simple Chrome Extension to manage Bookmarks
This is an effort to learn how extensions work and builing a simple Bookmark extension using the chrome built in api and react.
React Dependency Injection
A simple vite based React app, demonstrating how to use Dependency Injection in frontend
NextJs online AI assistant to generate and test React component
This is a simple POC that let's the user ask assistance for creating React component and render it as on the user's browser as well. It's a trim down version of Bolt.new.
Sample API build with Deno as a backend server
This is simple api built with Deno, in an effort to learn and explore Deno.It uses free api from 'spacexdata' and some sample csv data.
React Components AI Enabled
This is a simple collection of React component that are powered with AI capability that works locally on users component.
XState in context with React
A simple effort to learn XState in context with React, by creating sample components and showing the difference.
Webpack Module Federation Plugin Examples
This is a mono repo that has examples of Module Federation with different javascript frameworks.
Streaming Component via Server Action
Simple POC using NextJS demonstrating how to stream components with server action.
BackEnd
Online Spot Reservation
Simple Graphql subscription based reservation system, with React based UI.
Node PM2 + Nginx + Docker
Simple Node server managed by PM2 and reversed proxied and load balanced via NGINX, running on Docker containers.