Tech Blog

Technology, programming, and software development

Notes from Security Internships

Published on March 04, 2026 at 01:35 PM

Three internships, three domains: identity and access management, cloud security, network intrusion detection. Each one taught me something about security that I couldn't have learned from a textbook...

Read more →

Contributing Gemini AI Support to memU

Published on March 04, 2026 at 01: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 01: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 10: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 →