Skip to content
View JuanGuerreroDev's full-sized avatar
πŸ‘¨β€πŸ’»
Software Developer
πŸ‘¨β€πŸ’»
Software Developer
  • Colombia
  • 21:49 (UTC -05:00)

Block or report JuanGuerreroDev

Report abuse

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

Report abuse
JuanGuerreroDev/README.md

Hey there πŸ‘‹ I'm Juan Guerrero

Backend Developer β€’ Laravel Enthusiast β€’ Software Engineer

🌐 My Website β€’ πŸ“§ Email β€’ πŸ’» GitHub


profile views


πŸ“› Tech Badges


🧠 About Me

Hi there! I'm Juan Guerrero, a passionate backend developer from Colombia πŸ‡¨πŸ‡΄.
I specialize in building robust, scalable, and elegant APIs using modern tools and clean architecture.
I love solving complex backend problems and improving performance in real-world applications.

When I'm not coding, I'm either training my body, studying philosophy and spirituality, or solving a Rubik's cube faster than most people can blink. 🧊


πŸ”§ Tech Stack

  • Languages: PHP, Java, Python, SQL, HTML, CSS
  • Frameworks: Laravel, Spring Boot, Bootstrap, jQuery
  • Databases: PostgreSQL, MySQL
  • Tools: Git, Redis, Docker, GitHub Actions, WSL2, Nginx, REST APIs, Queues

✨ Recursive Profile (Just for Fun πŸ’‘)

<?php function buildProfile(array $skills, int $depth = 0): void { $indent = str_repeat(" ", $depth); foreach ($skills as $key => $value) { if (is_array($value)) { echo "{$indent}$key:\n"; buildProfile($value, $depth + 1); } else { echo "{$indent}- $value\n"; } } } $profile = [ 'Name' => 'Juan Guerrero', 'Roles' => ['Backend Developer', 'Engineer', 'SpeedCuber'], 'Tech Stack' => [ 'Languages' => ['PHP', 'Java', 'Python', 'SQL'], 'Frameworks' => ['Laravel', 'Spring Boot'], 'Tools' => ['Git', 'Docker', 'Redis', 'WSL2'] ] ]; buildProfile($profile);

Popular repositories Loading

  1. JuanGuerreroDev JuanGuerreroDev Public

    Just creating my own repo so I can add a nice and beautiful README file :D

  2. php-ddd-example php-ddd-example Public

    Forked from CodelyTV/php-ddd-example

    🐘🎯 Hexagonal Architecture + DDD + CQRS in PHP using Symfony 7

    PHP

  3. item-comparison-api item-comparison-api Public

    API RESTful construida en **Go** con arquitectura **Domain-Driven Design (DDD)** que permite comparar productos, obteniendo detalles como nombre, precio, especificaciones tΓ©cnicas y mΓ‘s.

    Go

  4. scala-ddd-example scala-ddd-example Public

    Forked from CodelyTV/scala-ddd-example

    λ🎯 Hexagonal Architecture + DDD + CQRS applied in Scala using Akka HTTP

    Scala