Projects
Bachelor Thesis
ME-DT Framework
📅 2025–2026 ▷ Polis University, Tirana
- Designed and built a multi-domain anomaly detection system across transport, energy, water, and communications infrastructure using Isolation Forest — custom correction applied to reduce DOS-event false positives, detections surfaced through a Flask REST API.
- Mapped findings to MITRE ATT&CK categories and visualised live anomaly data on a real-time dashboard. 68 TDD tests passing across the backend pipeline and API layer.
Python · Flask · REST API · Isolation Forest · MITRE ATT&CK · JavaScript
Rust / Systems
rust-scraper
📅 2026 ▷ github.com/IsliBasha/rust-scraper
- Architected an 11-crate Cargo workspace for a production Rust web scraper — hybrid HTTP and headless rendering, CSS selector and XPath extraction engines, a tokio async worker pool, and per-host token-bucket rate limiting via governor.
- Shipped two parallel UI surfaces: a ratatui live terminal dashboard and an axum SSE web dashboard with embedded HTML; SQLite WAL-mode persistence with crash-safe frontier recovery. 33 tests across 7 crates, 9 MB self-contained binary.
Rust · Tokio · Axum · Ratatui · SQLite · WebAssembly
WhatsApp Business Bot
Whatsapp-Chatbot
📅 2026 ▷ github.com/IsliBasha/Whatsapp-Chatbot
- Built and deployed a production webhook service connecting WhatsApp Business to an Odoo inventory backend over XML-RPC; requests authenticated via HMAC-SHA256, rate-limited per IP, and handled by Claude AI for intent parsing and fuzzy product search. Test coverage at 95%+.
JavaScript · Node.js · Express · Claude AI · Odoo XML-RPC · PostgreSQL
Client Website
stani-hoxhes-website
📅 2026 ▷ github.com/IsliBasha/stani-hoxhes-website
- Designed and delivered a full marketing website for a real hotel client in Kukës, Albania — Astro 4 with content collections, bilingual Albanian/English i18n routing, a static availability widget wired to an email inquiry form, and honeypot anti-spam. Deployed to Cloudflare Pages.
Astro · TypeScript · CSS · i18n · Web3Forms · Cloudflare Pages
MCP Server
publer-mcp
📅 2026 ▷ github.com/IsliBasha/publer-mcp
- Developed a TypeScript MCP server exposing 13 tools against the Publer REST API — three-package pnpm monorepo with a dedicated API client layer, Zod-validated shared types, and a full mock mode for testing without live credentials.
TypeScript · Node.js · MCP SDK · Zod · pnpm Workspaces · Claude AI
Edge Security Worker
cf-worker-rust
📅 2026 ▷ github.com/IsliBasha/cf-worker-rust
- Wrote a Rust security service, compiled it to WebAssembly, and deployed it to Cloudflare Workers — JWT validation (HS256 and RS256) and sliding-window rate limiting at the network edge, with rate-limit state in Cloudflare KV and no cold-start penalty.
Rust · WebAssembly · Cloudflare Workers · JWT · Cloudflare KV