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 onJanuary 24, 2025Set Up AWS Budget Alerts with SNSAWSSNSBudgetsLearn to configure AWS Budgets and SNS for spending alerts. Step-by-step guide to budgets, SNS topics, and access policies.
Published onNovember 18, 2024Setup a load balancer with Kind Kubernetes ClusterkindcontainerkubernetesLearn how to use a loadbalancer with kind kubernetes cluster
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.