Skip to content
View afthabmhd's full-sized avatar

Highlights

  • Pro

Block or report afthabmhd

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
afthabmhd/README.md

AFTAB MOHAMED THAYYIL

Digital Systems Developer · Technical Consultant

afthabmuhammadthayyil@gmail.com · linkedin.com/in/afthabmhd · afthabmhd.me


$ whoami

Computer Science Engineer (B.Tech, 2026)
3+ years freelance software development
Focus: applied cryptography · ML-driven security · full-stack systems

Stack

Languages     ◆ Python   ◆ JavaScript   ◆ C   ◆ C++
Backend       ◆ FastAPI  ◆ Node.js  ◆ Express  ◆ WebSockets  ◆ PyQt5
Frontend      ◆ React    ◆ Vite     ◆ Electron
Security      ◆ PyNaCl (Curve25519)  ◆ Argon2  ◆ JWT  ◆ bcrypt
ML / Data     ◆ scikit-learn  ◆ NumPy  ◆ SciPy
Data / Tools  ◆ SQLite   ◆ Git      ◆ Arduino

Projects


MERCURY — Decentralized Mesh Messaging Platform

$ mercury status

● End-to-end encryption    Curve25519 (PyNaCl)
● Decentralized identity   DID, exchanged via QR
● Mesh relay topology      WebSocket bus, multi-hop relay
● Chaos engineering        configurable drop-rate / latency
● Topology view            live graph, FastAPI + React

status   experimental — simulated network
stack    Python · FastAPI · WebSockets · aiohttp · React
repo     github.com/afthabmhd/mercury

SENTRY — Cognitive Behavioural Biometric Authentication

$ sentry status

Loading models...
Initializing behavioural engine...
Collecting baseline...
Ready.

● Passive capture          keystroke, mouse, scroll (pynput)
● Feature engineering      12-dimensional behavioural vector
● Anomaly detection        per-user Isolation Forest ensemble
● Auto-response            workstation lock on anomaly

status   research / demonstration system
stack    Python · scikit-learn · Electron · React · NumPy
repo     github.com/afthabmhd/sentry

ARAKNID — Visual Block-Based C Programming

$ araknid status

● Visual block canvas      drag-and-drop program building
● Real-time codegen        blocks → readable C, live
● Compiler backend         GCC — compile, run, inline errors
● Project I/O              save / load / export

status   stable — actively used for teaching
stack    Python · PyQt5 · GCC
repo     github.com/afthabmhd/araknid

RETAIL MANAGEMENT SYSTEM — Client Sales & Operations Platform

$ retail status

● Authentication           JWT, bcrypt, role-based access
● Inventory                store / warehouse, low-stock alerts
● Sales                    point-of-sale, loyalty discounts
● Finance                  cash-flow, pending payments
● Reporting                revenue, category, daily trend
● Audit log                every action, timestamped

status   deployed — freelance client build
stack    Node.js · Express · React · SQLite · JWT
repo     github.com/afthabmhd/retail-management-system

Repositories

afthabmhd
├── mercury                     decentralized mesh messaging
├── sentry                      behavioural biometric authentication
├── araknid                     visual block-based C programming
└── retail-management-system    full-stack retail management platform

Status

──────────────────────────────
●  Actively building

Focus     distributed systems · applied security · ML
Based in  Kasargod, Kerala (remote-ready)
──────────────────────────────

Popular repositories Loading

  1. Araknid Araknid Public

    Araknid - A modern, block-based visual programming environment for learning C programming and algorithms

    Python 1

  2. afthabmhd afthabmhd Public

  3. Retail-Management-System Retail-Management-System Public

    Full-stack retail management system with JWT auth, operational dashboards, and reporting

    JavaScript

  4. Sentry Sentry Public

    SENTRY: A passive continuous authentication system using cognitive behavioural biometrics and Isolation Forest anomaly detection.

    Python

  5. Mercury Mercury Public

    Experimental decentralized mesh messaging simulator with end-to-end encryption and live topology visualization