Skip to content
View JuanGuerreroDev's full-sized avatar
👨‍💻
Software Developer
👨‍💻
Software Developer
  • Colombia
  • 22:35 (UTC -05:00)

Block or report JuanGuerreroDev

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
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. ProjectApplication ProjectApplication Public

    This application is a project made in ASP.NET (.net framework 4.7.2)

    HTML 1

  2. CentroHospitalario CentroHospitalario Public

    centro hospitalario hecho en ajava

  3. IntegracionGeometry IntegracionGeometry Public

    Arreglos dinámicos en JAVA

  4. JuanGuerreroDev JuanGuerreroDev Public

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

  5. legin098 legin098 Public

    Forked from legin098/legin098

    This is my personal repo for README

  6. test test Public

    Test

    HTML