Tech Blog

Technology, programming, and software development

Contributing Gemini AI Support to memU

Published on March 04, 2026 at 02:33 PM

memU is a personal memory layer for AI assistants — an MCP (Model Context Protocol) server that lets tools like Claude Code retrieve and store memories across sessions. Instead of every...

Read more →

Building a Temporal CNN for DDoS Detection

Published on March 04, 2026 at 02:32 PM

The capstone started as a straightforward ML project: train a model to detect DDoS attacks. It became something more interesting when I realized the real problem wasn't the model — it was...

Read more →

Data Models

Published on December 23, 2025 at 11:49 PM

Data models is a template , more like a schema, but with how data is collected for the applicaton, how it should be structured, and the rules it should follow. Without data models the organization...

Read more →

My readings on DDIA ch1

Published on December 22, 2025 at 05:01 PM

Most systems today are lacking architecture for data intensive , than compute intensive, as there is more power for compute intensive than the idea or how to manipulate huge amounts of data to a...

Read more →