Skip to content

2024

Emotion Detection App

I built an application that detects and classifies emotions in text inputs using a fine-tuned NLP model (1) — and you can try it live at the bottom of this page.

PyGitGraph

I built PyGitGraph, an open-source tool that extracts full details of thousands of GitHub Issues using Python and GraphQL — and exports them to CSV or JSON for analysis.

A Practical Guide to SQL Injection

Ever ordered pizza online? Imagine someone using the address form to secretly tell the website's database to reveal everyone's credit card details. That's SQL Injection — attackers sneaking malicious code through input forms to break into websites and databases.