Skip to content

ENGINEERING LOGS

Insights on AI systems, distributed architecture, and high-performance web development.

The Future of Distributed AI Systems
System Architecture
2025-01-15
7 min read

The Future of Distributed AI Systems

How federated learning and edge computing are reshaping AI infrastructure — lessons from building a privacy-preserving fraud detection system with 91% accuracy.

Read Article
Optimizing 3D in React: From Janky to Buttery
Performance
2024-12-28
9 min read

Optimizing 3D in React: From Janky to Buttery

Hard-won lessons from building a 3D portfolio with Three.js and React Three Fiber — instancing, texture compression, context management, and why your GPU is probably doing more work than it needs to.

Read Article
GraphRAG in Production: Beyond Simple Vector Search
GenAI
2025-03-02
10 min read

GraphRAG in Production: Beyond Simple Vector Search

Why knowledge graphs outperform pure vector databases for complex reasoning tasks — and the architecture decisions behind building a real-time GraphRAG assistant with Neo4j, FAISS, and LangGraph.

Read Article
Building Type-Safe APIs with Next.js 14 Server Actions
Engineering
2024-11-10
8 min read

Building Type-Safe APIs with Next.js 14 Server Actions

Why Server Actions are the most underrated feature in modern React — and how to use them to build end-to-end type-safe full-stack applications without a separate API layer.

Read Article
Smart Contracts in Practice: Building GigX
Web3
2025-02-14
8 min read

Smart Contracts in Practice: Building GigX

Building a decentralized freelance marketplace on Ethereum exposed every gap between smart contract theory and production reality — re-entrancy, gas costs, oracle problems, and why trustless does not mean frictionless.

Read Article