Published onFebruary 5, 2025Starting My ML Journey: Detecting Malicious URLs with Machine Learningmachine-learningcybersecuritypythonLearn how I built my first machine learning model to classify URLs as malicious or benign using publicly available datasets and feature extraction techniques.
Published onSeptember 3, 2024Building a Simple Blog Website with Flaskflaskweb-developmentpythonLearn how to build a simple blog website using Flask, Markdown, and basic HTML templates.