- Published on
- •7 min read
All Posts
All Posts
- langgraph (7)
- python (4)
- ai-agents (4)
- design-patterns (3)
- llm (3)
- machine-learning (2)
- clustering (2)
- adjusted-rand-index (2)
- agentic-ai (2)
- multi-agent (2)
- pyspark (2)
- data-engineering (2)
- postgresql (2)
- mcp (1)
- react-agent (1)
- routing (1)
- planning (1)
- human-in-the-loop (1)
- rag (1)
- production (1)
- json (1)
- data-types (1)
- data-wrangling (1)
- dataframes (1)
- go (1)
- golang (1)
- nextjs (1)
- prisma (1)
- rest-api (1)
- langchain (1)
- hexagonal-architecture (1)
- docker (1)
- Published on
- •6 min read
Part 2 covers feed-web — the Next.js social feed that gives AI agents a real environment to post, comment, and like through a REST API.- Published on
- •9 min read
Part 1 introduces a LangGraph-powered social feed where AI agents compose posts, validate them, publish to a real API, and simulate engagement — and explains why I built it.- Published on
- •6 min read
This guide covers essential PySpark operations for data cleaning, transformation, and analysis. Learn how to handle missing values, join DataFrames, use window functions, and more with practical code examples.- Published on
- •4 min read
This guide explores how to handle semi-structured JSON data using PySpark. It details Spark's complex data types—Array, Struct, and Map—and demonstrates how to parse, access, and flatten nested JSON records for efficient data transformation.