All My Projects

Project Hub preview

Project Hub

Unified Collaboration Platform - A full-stack collaboration platform using Next.js with project sharing, submission workflows, and community features.

  • ✨Project sharing with comprehensive submission workflows and approval system
  • ✨Discussion forums, contact forms, and testimonials for community engagement
  • ✨User dashboard with profiles, settings, analytics, and project management
  • ✨Admin panel for project approvals and comprehensive user management
  • ✨Full authentication system integrated with NextAuth and OpenAI API
  • Next.js
    TypeScript
    MongoDB
    NextAuth
    OpenAI API
    Docker
    Jest
    terminal
    $./packetsentry
    â–¸ CLI Tool Ready
    Interactive command-line interface

    PacketSentry

    Network Flow Classifier - A Go-based system to process live traffic from interfaces and offline PCAP files, parsing IP/port flows with machine learning classification.

  • ✨Process live traffic from network interfaces (e.g., eth0) and offline PCAP files
  • ✨Extract 14 flow features including byte counts, packet rates, and timing intervals
  • ✨Real-time classification using logistic regression model for network analysis
  • ✨AES-256 encrypted .csv.enc report generation for secure data storage and HTML chart visualization
  • Go
    Machine Learning
    Networking
    AES-256 Encryption
    HTML Charts
    PCAP Analysis
    terminal
    $./apex-trading-engine
    â–¸ CLI Tool Ready
    Interactive command-line interface

    Apex Trading Engine

    High-Performance C++ Trading Engine with modular architecture, REST API client and WebSocket server to process real-time market data and orders.

  • ✨Modular C++ engine with REST API client and WebSocket server architecture
  • ✨Real-time market data processing & comprehensive order management system
  • ✨Memory and network I/O optimization using smart pointers & connection pools
  • ✨Ultra-low latencies: 183ms order and market data processing, 0.1ms WebSocket
  • ✨Boost libraries with thread pools and fine-grained locking mechanisms
  • C++
    Boost
    WebSockets
    REST API
    HTTP/2
    Systems Programming