Skip to content
View JedizLaPulga's full-sized avatar
🎯
The impulse to live and firece desire to learn.
🎯
The impulse to live and firece desire to learn.

Block or report JedizLaPulga

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
JedizLaPulga/README.md

Typing SVG

Profile Views


πŸš€ About Me

struct Developer {
    name: &'static str,
    role: &'static str,
    focus: Vec<&'static str>,
    philosophy: &'static str,
}

impl Developer {
    fn new() -> Self {
        Developer {
            name: "Joel | JedizLaPulga",
            role: "Systems Programmer & Full Stack Engineer",
            focus: vec!["Performance", "Low-Level Systems", "Scalable Architecture"],
            philosophy: "Building software that makes a difference πŸ”₯",
        }
    }
}

Coding

  • πŸ”­ Currently Working On: High-performance system tools & web frameworks
  • 🌱 Always Learning: Exploring new low-level optimizations
  • πŸ’¬ Ask Me About: Systems Programming, Rust, Go, Full Stack Development
  • ⚑ Fun Fact: I speak fluent binary... just kidding, but close enough!
  • πŸ“§ Reach Me: jedizlapulga@gmail.com

πŸ› οΈ Tech Arsenal

πŸ’» Core Languages

Rust Go C C++ D Python

🌐 Web & Mobile

JavaScript TypeScript Dart Flutter HTML5 CSS3

πŸ”§ Tools & Platforms

Linux Git Docker VS Code


πŸ† Featured Projects

Project Description Tech
πŸ”§ NNS High-performance network diagnostic toolkit with advanced traceroute, HTTP benchmarking, latency analysis, and comprehensive network statistics Go
⚑ Kese Production-ready Go web framework inspired by FastAPI. Features modular routing, middleware chains, built-in caching, and elegant context handling Go
πŸ–₯️ Novadesk Modern desktop application built for productivity and seamless user experience Python

πŸ“Š GitHub Analytics


🐍 Contribution Graph

Snake animation


🌐 Let's Connect!

Twitter Dev.to Email GitHub


πŸ’­ Random Dev Quote

Quote


⭐ If you like my work, consider giving a star to my repos!

Popular repositories Loading

  1. quantum-d quantum-d Public

    Quantum D is a high-performance, pure D library for quantum circuit simulation and OpenQASM export. "Quantum D" = Quantum Computing in the D Programming Language

    D 2

  2. lapython lapython Public

    Lapython is a community dump for useful, 100% Python programs. We curate standalone scripts for cybersecurity, encryption, networking, and automation. A centralized library for devs needing tools t…

    Python 1

  3. JedizLaPulga JedizLaPulga Public

    Config files for my GitHub profile.

  4. database database Public

  5. prompts prompts Public

    Forked from x1xhlol/system-prompts-and-models-of-ai-tools

    FULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus Agent Tools, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae…

  6. R11 R11 Public

    The "Mind Reader" (Semantic Search) Instead of matching keywords, R11 can match meanings.

    Rust