Protecting digital spaces while constantly learning and growing in this exciting field.
View My WorkI'm a Cybersecurity professional who loves diving into the world of digital security. I enjoy using Python to solve tricky problems and keep systems safe.
My focus is on protecting digital spaces while constantly learning and growing in this exciting field. I'm passionate about identifying vulnerabilities and creating robust security solutions.
Network security, vulnerability assessment, penetration testing, and security protocols implementation.
Building security tools, automation scripts, and solving complex problems with Python.
Firewall configuration, intrusion detection systems, and secure network architecture design.
Identifying vulnerabilities, penetration testing, and security assessments.
A professional-grade Bash script to automate Nginx website deployments from Git repositories. Perfect for quick staging/production deployments.
function convertNumber(num, fromBase, toBase) {
const decimal = parseInt(num, fromBase);
return decimal.toString(toBase).toUpperCase();
}
A professional number converter tool created by Satyajit Sethy, supporting conversions between Decimal, Binary, Hexadecimal, and Octal.
A simple yet powerful command-line contact management system built with Python. Store and organize your contacts efficiently!