Thanks to visit codestin.com
Credit goes to github.com

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

Block or report jorggerojas

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
jorggerojas/README.md

πŸ‘¨β€πŸ’» Jorge Rojas - Frontend Engineer

const jorge: Developer = {
  location: "πŸ‡ͺπŸ‡Έ Spain (originally from πŸ‡²πŸ‡½ Mexico)",
  role: "Frontend Engineer",
  experience: "5+ years",
  passion: ["Clean Code", "User Experience", "Tacos al Pastor"],
  currentlyWorkingOn: "Modern web applications with React & TypeScript",
  funFact: "I debug faster after morning coffee β˜•"
};

console.log(`Hello World! I'm ${jorge.role} from ${jorge.location}`);

Building digital experiences that users actually enjoy using

Website LinkedIn Email Instagram


πŸ“š The Story So Far

From QuerΓ©taro to Santiago to Spain - My journey as a developer has been as diverse as my tech stack. Started with curiosity about how websites work, evolved into a passion for creating seamless user experiences, and now I lead teams building e-commerce platforms that real people use every day.

What drives me? The moment when a user tries your app and everything just clicks. That perfect intersection of beautiful design, performant code, and intuitive UX.

⚑ Quick Stats

  • πŸš€ Projects shipped: 15+ production applications
  • 🏒 Teams led: 3 multidisciplinary squads
  • β˜• Coffee consumed while coding: Too many to count
  • πŸŽ“ Universities: UAQ (Software Engineering) + USC (Exchange)
  • πŸ—£οΈ Languages: Spanish (native), English (professional), Galician (B1)

πŸš€ Code Adventures

Each project teaches you something new. Here are some that shaped my journey...

timeline
    title My Development Journey
    
    2020-2022 : 🐷 Viaducto
              : Data analytics for pig farming
              : React + Analytics

    2022-2025 : πŸ•ΆοΈ Ben & Frank
              : E-commerce migration
              : Next.js + TypeScript

    2023     : πŸŽ‰ Toyota Party Platform
             : Employee registration system
             : React + Tailwind CSS

    2024-2025 : πŸ›οΈ Centro de Congresos CRM
              : Event management system
              : Full-stack solution
Loading

🌟 Project Highlights

πŸ•ΆοΈ Ben & Frank & Bombavista

"From legacy to cutting-edge"

  • Migrated monolithic e-commerce to modern React ecosystem
  • Built design system that reduced development time by 30%
  • Stack: Next.js, TypeScript, Tailwind CSS, Performance-first

πŸš— Toyota December Party Portal

"Making corporate events fun again"

  • Streamlined employee registration process (75% time reduction)
  • Boosted participation by 50% with intuitive UX
  • Stack: React, Tailwind CSS, Event Management

πŸ“Š Porkscore

"My first real-world impact"

  • Analytics platform for agricultural KPIs
  • Reduced report generation from hours to minutes
  • Stack: React, Data Visualization, Farm Analytics

🧰 My Digital Toolbox

const mySkills = {
  frontend: {
    languages: ["TypeScript", "JavaScript", "HTML5", "CSS3"],
    frameworks: ["React", "Next.js", "Astro"],
    styling: ["Tailwind CSS", "CSS Modules", "Styled Components"],
    testing: ["Jest", "React Testing Library", "Vitest"]
  },
  backend: {
    runtime: ["Node.js", "Bun"],
    databases: ["MongoDB", "MySQL", "PostgreSQL"],
    tools: ["Express", "Prisma", "REST APIs"],
    languages: ["TypeScript", "JavaScript", "Python"]
  },
  workflow: {
    versionControl: ["Git", "GitHub", "GitLab"],
    bundlers: ["Vite", "Webpack", "Turbopack"],
    design: ["Figma", "Adobe XD"],
    deployment: ["Vercel", "Netlify", "Docker", "GitHub Actions"]
  },
  currentlyExploring: ["React Native", "AI/ML Integration"],
  alwaysLearning: true
};

console.log("Ready to build something amazing! πŸš€");

πŸ“Š GitHub Analytics

Jorge's GitHub stats

Top Languages

GitHub Streak


🌍 Multilingual Developer

languages:
  spanish:
    level: "Native πŸ‡²πŸ‡½"
    use_case: "Dreaming and debugging"
  english:
    level: "Professional (C1) πŸ‡ΊπŸ‡Έ"
    use_case: "Code reviews and documentation"
  galician:
    level: "Intermediate (B1) πŸ‡ͺπŸ‡Έ"
    use_case: "Current home adventures"
    
cultural_background:
  - "Mexican creativity meets Spanish innovation"
  - "QuerΓ©taro β†’ Santiago de Compostela β†’ Current Spain adventures"
  - "Building bridges through code, one component at a time"

🎯 What's Next?

2025 Roadmap:

  • πŸ€– Deep dive into AI-assisted development - Exploring GitHub Copilot workflows
  • πŸ“± React Native mastery - Time to conquer mobile development
  • 🎨 Design system evangelism - Building reusable component libraries
  • πŸ“ Technical writing - Starting a developer blog with Astro

🎭 Developer Personality

{
  "workingStyle": "Night person πŸŒ™ (peak productivity at 9 PM)",
  "debuggingStrategy": "Console.log detective πŸ•΅οΈ",
  "codeStyle": "Clean, readable, and well-commented",
  "teamRole": "The one who asks 'but what about mobile users?'",
  "superpower": "Turning complex problems into simple solutions",
  "weakness": "Getting too excited about new CSS features",
  "motivatedBy": "User feedback and performance metrics",
  "codeReviewStyle": "Constructive with emoji reactions 😊",
 
}

πŸƒβ€β™‚οΈ Life Beyond Code

  • β˜• Coffee Lover: Always on the hunt for the perfect brew
  • 🍳 Cooking: Mexican cuisine with Spanish twists
  • ✈️ Travel: Collecting passport stamps and food inspiration

πŸ’¬ Let's Build Something Together

interface Collaboration {
  openTo: string[];
  interests: string[];
  contactMethods: ContactInfo;
}

const collaboration: Collaboration = {
  openTo: [
    "Frontend development projects",
    "Open source contributions",
    "Tech mentoring and knowledge sharing", 
    "Coffee chats about code (virtual or in-person)"
  ],
  interests: [
    "React/Next.js applications",
    "Design system development", 
    "Performance optimization",
    "User experience improvements"
  ],
  contactMethods: {
    email: "[email protected]",
    website: "jorggerojas.dev",
    linkedin: "/in/jorggerojas",
    responseTime: "Usually within 24 hours ⚑"
  }
};

// Let's connect!
console.log("Ready to collaborate? Drop me a message! πŸš€");

🌟 Final Thoughts

"The best code is not just functionalβ€”it's empathetic. It understands the user, respects the developer who comes after you, and solves real problems."

Thanks for stopping by! If you've made it this far, you're probably the kind of person I'd love to work with. Whether you're here for potential collaboration, just browsing, or looking for taco recommendations in Spain, feel free to reach out.


Made with ❀️ and lots of β˜• by Jorge Rojas

Last updated: October 2025 | Built with Markdown & love for clean code

⭐ Like what you see? Star some repos and let's connect!

Pinned Loading

  1. jorggerojas jorggerojas Public