English • Español • Français • Deutsch
Learn, write, break, improve. Because self-learning is the art of teaching yourself, and knowledge belongs to the curious.

Visit my website
Python: From automation scripts to graphical applications and pentesting toolsBash: Exploring every corner Linux hidesFrontend: ModernHTML5(SEO & accessibility focus),CSS3(responsive-first design, mobile optimization) andJavaScript(ES6+, modular development, asynchronous programming)
-
Pentesting— Identifying, analyzing, and documenting security vulnerabilities through controlled offensive techniques.Skilled in reconnaissance, exploitation, and post-exploitation within Linux and Windows environments. Focused on real-world attack simulation to enhance overall security posture.
-
Ethical Hacking— Leveraging offensive security to protect and educate.Applying responsible disclosure, threat modeling, and risk mitigation strategies to build safer systems. Advocates for a proactive and ethical approach to cybersecurity.
-
Clean & Efficient Code— Applying software engineering principles to cybersecurity tooling.Writing readable, modular, and maintainable scripts using Python, Bash, and JavaScript. Follows clean code methods, DRY/KISS principles, and secure coding practices to ensure both performance and reliability.
-
Automation & Tooling— Building custom tools to streamline repetitive tasks.Integrates scripting, APIs, and OSINT resources to accelerate vulnerability discovery and reporting.
-
Continuous Learning— Staying updated with the latest exploits, CVEs, and defense techniques.Believes in knowledge sharing and collaborative growth within the cybersecurity community.
-
PyQt6— Building modern, responsive desktop interfaces with a focus on usability, animation flow, and visual coherence across platforms.Experienced with modular architectures, event-driven logic, and advanced UI customization through Qt Designer and QSS.
-
Web Design— Crafting clean, accessible, and fully responsive interfaces using HTML5, CSS3, and modern JavaScript principles.Strong sense of layout balance, micro-interactions, and fluid transitions to enhance user experience.
-
Graphic Tools— Proficient with Adobe Illustrator, GIMP, and other design tools for vector illustration, branding, and iconography.Capable of defining consistent color palettes, logo systems, and visual identities for web and software projects.
-
UI/UX Philosophy— Designing with clarity, purpose, and emotion, ensuring that each interaction feels intuitive and aligned with the product’s vision.Believes that good design is invisible — it feels right before it’s noticed.
def solve_problem(challenge):
while not solved(challenge):
approach = analyze(challenge)
solution = implement(approach)
if works(solution):
return solution
learn_from_failure(solution)
return None- Operating Systems: Linux (Kali, Ubuntu), Windows
- Tools: Docker, Wireshark, Metasploit, Burp Suite, Nmap, Postman, etc.
- Languages: Python, Bash, SQL, HTML/CSS, JavaScript
- Editors: VSCode, Nvim, Nano, Atom, Sublime
Take a look at my latest projects!
- Typerflip: Text formatting web application for social platforms
- Zeven: Command-line tool built in Python
Do you have a revolutionary idea or an intriguing technical challenge? Let’s talk! I’m always open to collaborating on innovative projects.
E-mail: [email protected]
"The true hacker is an eternal learner, always seeking to expand their knowledge and skills." - Anonymous
"Knowledge should be free." - Anonymous
"Don’t trust systems, learn how they work." - Edward Snowden
"Hacking is understanding, not destroying." (Inspired by hacker culture)
rm -rf /problems && mkdir /solutions && chmod 777 /innovation