My Projects

A collection of projects I've worked on, from web applications to system tools and everything in between. Each project represents a challenge solved and skills developed.

Personal Website

📅 Jul 2025
Active
Hugo HTML CSS JavaScript

A modern, fast, and responsive personal website built with Hugo and the console theme. Features a clean terminal-inspired design with sections for about, projects, blog posts, and contact information.

Features

  • Fast & Lightweight: Built with Hugo static site generator for optimal performance
  • Responsive Design: Works perfectly on desktop, tablet, and mobile devices
  • Terminal Theme: Clean, minimalist design inspired by terminal interfaces
  • Dynamic Typing: Animated terminal commands on the homepage
  • Project Showcase: Dedicated section for displaying projects with rich metadata
  • Blog Integration: Built-in blogging functionality with clean post layouts
  • SEO Optimized: Proper meta tags and structured data for search engines

Key Components

  1. Custom Layouts: Specialized templates for different content types
  2. Responsive Grid: CSS Grid for flexible, responsive layouts
  3. Type Animation: Typed.js integration for dynamic homepage text
  4. Optimized Images: Proper image handling and optimization
  5. Clean URLs: SEO-friendly URL structure

Deployment

The site is deployed using GitHub Pages with automatic builds on push to the main branch. The deployment process includes:

Fast GPU Traffic Classification

📅 Jul 2025
Finished
CUDA DPDK C++ Kafka Nix Grafana

A high-throughput encrypted traffic classification system built using CUDA and DPDK, designed to process network flows at over 75 Gbps. Developed for real-time inference and cybersecurity research.

Overview

This project focuses on classifying encrypted network traffic in real-time using GPU acceleration. It combines DPDK for high-speed packet ingestion with a custom neural network inference engine written in CUDA. The system targets cybersecurity and traffic engineering applications where line-rate classification is essential.