Skip to content
View ghector6's full-sized avatar
:octocat:
Coding
:octocat:
Coding

Block or report ghector6

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

Hello There! ✌🏼

Typing SVG

       

Driven by curiosity, continuous learning, and the belief that knowledge is most valuable when applied.

public class HectorGarcia extends ContinuousLearner
        implements SoftwareEngineer, Musician {

    private final String primaryLanguage =
            "Java";

    private final String currentFocus =
            "Backend Engineering";

    private final String currentlyLearning =
            "Data Engineering";

    private final String currentlyWorkingOn =
            "Improving system design and software architecture skills";

    private final boolean poweredByCoffee = true;

    private final List<String> interests = List.of(
            "Software Engineering",
            "Data Analysis",
            "Music"
    );

    public void build() {
        learn();
        design();
        develop();
        improve();
    }
}

Tech Stack

Languages

Java Python JavaScript

Backend

Spring Boot

Data

MySQL Power BI

Cloud & Tools

AWS Git GitHub


Featured Projects

Project Preview Description Tech
Full Stack Application 🖼️ Enterprise-grade application placeholder Java, Spring Boot
Data Dashboard 🖼️ Analytics and business intelligence project placeholder Power BI, Python
Music Related Project 🖼️ Music and technology project placeholder TBD

GitHub Stats


Connect

  • GitHub: @ghector6
  • LinkedIn: linkedin.com/in/ghector6
  • Email: ghectormus@gmail.com

Pinned Loading

  1. Exercism_elixir Exercism_elixir Public

    Solving the Elixir exercism, path

    Elixir

  2. ProgrammingElixirExercises- ProgrammingElixirExercises- Public

    Exercises inside the Dave Thomas Book, for learning elixir lang

    Elixir