Skip to content
View tonderflash's full-sized avatar

Block or report tonderflash

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tonderflash/README.md

Israel García | tonderflash

Website LinkedIn Email Profile Views

Full Stack Developer | Cybersecurity Enthusiast | Software Craftsman

💼 Professional Profile

const israel = {
  profession: "Full Stack Developer",
  focus: "Creating innovative digital solutions",
  passion: "Research how things work better to make efficient software.",
  approach: "Clean code, best practices, continuous learning",
};

Developer with experience in creating modern web applications and efficient software solutions. Committed to clean code and best development practices. I constantly seek to expand my knowledge and skills to deliver high-quality technology solutions.


🧰 Tech Arsenal

💻 Languages

JavaScript TypeScript Rust Python HTML5 CSS3

🔧 Frameworks & Tools

React Node.js Express Django

☁️ DevOps & Cloud

Git Docker AWS Terraform

🛡️ Cybersecurity

Network Analysis Binary Analysis System Monitoring Security Tools


📊 GitHub Stats

GitHub Stats GitHub Streak

🚀 Featured Projects

🕵️‍♂️ ShadowTrace

AI-powered black box debugger

Analyzes processes, files, and network connections in real-time. Generates explanatory reports using language models, allowing users to understand opaque binaries without source code access.

#AI #Debugging #SystemMonitoring

Dependency detective for JS/TS projects

Cross-platform CLI tool for detecting unused dependencies with a modern UI. Works seamlessly across Windows, macOS, and Linux to help keep your projects lean.

#JavaScript #CLI #DependencyManagement

Reclaim your disk space

Practical utility to identify and remove unused node_modules folders based on modification year. Features directory size display and interactive interface with safety confirmations.

#DevTools #DiskSpace #Optimization


👨‍💻 About Me

fn main() {
    let me = Developer {
        name: "Israel García",
        alias: "tonderflash",
        passions: vec!["Web Development", "Cybersecurity", "Tool Creation"],
        approach: "Continuous learning & innovation"
    };

    me.make_impact();
}

Passionate developer with a strong focus on technological innovation. I enjoy solving complex problems and creating software that generates value. Constantly learning new technologies and methodologies to improve my skills.

💡 I specialize in full stack web development with a particular interest in creating intuitive and efficient user experiences.

🛡️ I'm enthusiastic about developing cybersecurity tools that help identify vulnerabilities and improve system defenses. ShadowTrace is an example of my work in this field.

🌱 I'm currently expanding my knowledge in Rust programming and exploring low-code development platforms to optimize development workflows.

🔍 While I enjoy writing code from scratch, I also appreciate the efficiency and rapid development that low-code platforms offer for certain use cases.


📫 Contact Me

If you're interested in collaborating on projects, have technical questions, or want to connect professionally:

Email Me Connect on LinkedIn Visit Website

View All Repositories

Pinned Loading

  1. tonderflash tonderflash Public

    it's the representation of me 😄

  2. django django Public

    Forked from django/django

    The Web framework for perfectionists with deadlines.

    Python