Skip to content
View jddeltoro's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report jddeltoro

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
jddeltoro/README.md

⟩ System.initialize()

/**
 * @author  Jorge Diaz del Toro
 * @version 2026.01.22
 * @desc    Full-Stack Software Engineer
 */

class Developer {
    constructor() {
        this.name     = "Jorge D";
        this.title    = "Full-Stack Software Engineer";
        this.location = "Building the future, one commit at a time";
    }

    get skills() {
        return {
            languages : ["TypeScript", "JavaScript", "Python", "Java", "PHP", "Dart"],
            focus     : ["Cloud Architecture", "Microservices", "DevOps", "Mobile Apps"],
            challenge : "Constantly learning and adapting to new technologies",
            funFact   : "I debug with console.log and I'm not ashamed"
        };
    }

    execute() {
        while (this.alive) {
            this.code();
            this.learn();
            this.coffee++;
        }
    }
}

new Developer().execute();

⟩ Tech Arsenal

⌨️ Programming Languages

JavaScript TypeScript Python Java PHP Dart

🖥️ Frontend Development

React Angular Vue.js Ionic Flutter

⚙️ Backend Development

Node.js Express.js Laravel Spring Django Symfony NuxtJS

🗄️ Databases

PostgreSQL MongoDB MySQL Redis Firebase MariaDB MSSQL

☁️ Cloud & DevOps

Google Cloud Docker Kubernetes Jenkins CircleCI Nginx

🧪 Testing & Tools

Cypress Selenium Mocha Git Postman Figma


⟩ GitHub Analytics

GitHub Streak

⟩ GitHub Trophies

GitHub Trophies

⟩ Contribution Graph

Contribution Graph

⟩ What I'm Working On

const currentStatus = {
    building    : "Scalable microservices architectures",
    exploring   : "AI/ML integration in modern applications",
    openTo      : "Collaborate on innovative open-source projects",
    askMeAbout  : ["React", "Node.js", "Cloud Architecture", "DevOps"],
    funFact     : "I've worked with 6+ programming languages in production"
};

// STATUS: ONLINE | UPTIME: ∞ | COFFEE_LEVEL: 80%

⟩ Let's Connect

Twitter LinkedIn Stack Overflow Facebook Instagram


Profile Views

Pinned Loading

  1. crossfit-wod-api crossfit-wod-api Public

    JavaScript

  2. git-actions git-actions Public

    Test GHA

    HTML

  3. nextjsorg-nextjs-dashboard nextjsorg-nextjs-dashboard Public

    NextJs Full Dashboard App

    TypeScript

  4. NodeMasterClass_API NodeMasterClass_API Public

    Node Certification API

    JavaScript

  5. pdfmerger pdfmerger Public

    Tools for merging pdf documents

    JavaScript

  6. TecnoMarket TecnoMarket Public

    Django Web Page

    Python