Skip to content
View fgutep's full-sized avatar

Block or report fgutep

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

👋 SELECT * FROM developers WHERE name = 'Felipe Gutiérrez';

LinkedIn Email CV / Profile Projects


CREATE TABLE felipe_gutierrez (
    role                VARCHAR(100) PRIMARY KEY DEFAULT 'Robotics Engineer & Backend Dev',
    location            VARCHAR(50) DEFAULT 'Bogotá, Colombia 🇨🇴',
    university          VARCHAR(100) DEFAULT 'Universidad de los Andes',
    degrees             TEXT[] DEFAULT ARRAY['Electronic Engineering', 'Systems Engineering'],
    current_position    VARCHAR(100) DEFAULT 'President @ RAS Uniandes',
    team_size           INTEGER DEFAULT 30,
    
    -- Core Stack
    robotics_stack      TEXT[] DEFAULT ARRAY['ROS 2', 'ESP32', 'Computer Vision', 'SLAM'],
    backend_stack       TEXT[] DEFAULT ARRAY['Python', 'C++', 'Java', 'Spring Boot', 'Node.js'],
    electronics_stack   TEXT[] DEFAULT ARRAY['KiCad', 'Altium', 'PCB Design', 'Arduino'],
    
    -- Current Work
    main_project        VARCHAR(100) DEFAULT 'SWARM MK1 - Autonomous Warehouse Robots',
    project_url         VARCHAR(200) DEFAULT 'github.com/RASuniandes/SWARM',
    
    -- Contact
    email               VARCHAR(100) DEFAULT 'felipe@fgutep.xyz',
    website             VARCHAR(100) DEFAULT 'fgutep.xyz'
);

📊 GitHub Analytics

Profile Summary Commit Graph


🛠️ Tech Stack

SELECT * FROM skills ORDER BY field;

💻 Backend & Languages

Python C++ Java Spring Boot Node.js TypeScript

🤖 Robotics & Embedded

ROS 2 Arduino ESP32 Raspberry Pi NVIDIA Jetson

⚡ Electronics & CAD

KiCad Altium Fusion 360

🛠️ DevOps & Databases

Git Linux Docker PostgreSQL MongoDB


🚀 Featured Projects

SELECT project_name, description, tech_stack FROM projects WHERE featured = true;
Project Description Tech Stack
SWARM MK1 Autonomous warehouse robots system ROS 2 Python C++ Computer Vision
MetalHunk 3D Open-source FDM 3D printer Marlin SKR CAD Design Fusion 360
Klok Cyber-punk alarm clock with custom PCB Arduino Nano KiCad C++

📈 Contribution Graph

Felipe's github activity graph


Building the body, coding the soul

Profile Views Followers

Popular repositories Loading

  1. MetalFunk MetalFunk Public

    Attempt at making a semi-decent 3D printer from an idea I had in 9th grade.

    C++ 1

  2. Video-Clip-Divider-4-Social-Media Video-Clip-Divider-4-Social-Media Public

    Python script designed to split longer videos into shorter clips for Social Media.

    Python

  3. Klok Klok Public

    A clock, minimalist, with the features and improvements I want to.

    AGS Script

  4. limpiaVidrios limpiaVidrios Public

    Limpia vidrios para materiales

    Python

  5. ROS2-For-Swarm ROS2-For-Swarm Public

    Repositorio de trabajo preliminar en ROS2 para el proyecto SWARM

    C++

  6. fgutep fgutep Public