Skip to content
View ggomarighetti's full-sized avatar
🎓
Studying
🎓
Studying

Highlights

  • Pro

Block or report ggomarighetti

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

GUILLERMO ORUE MARIGHETTI

type Developer = {
  fullName: string;
  location: string;
  studying: string;
  working: string;
  stack: string[];
  focus: string[];
  building: string[];
  values: string[];
  contact: string;
};

const guillermo: Developer = {
  fullName: "Guillermo Gabriel Orue Marighetti",
  location: "Formosa, Argentina",
  studying: "Ingeniería en Informática · Universidad de Palermo",
  working: "Software Developer · Municipalidad de Herradura",

  stack: [
    "Java",
    "Spring Boot",
    "TypeScript",
    "React",
    "Next.js",
    "PostgreSQL",
    "Keycloak",
    "Docker",
    "Kubernetes",
  ],

  focus: [
    "Backend Architecture",
    "Digital Transformation",
    "Developer Tooling",
    "Public Sector Solutions",
  ],

  values: [
    "Aprendizaje continuo",
    "Tecnología con impacto social",
    "Software inclusivo y accesible",
  ],

  contact: "ggomarighetti@gmail.com",
};

Pinned Loading

  1. rsql-jpa-search rsql-jpa-search Public

    Java library to define and validate search requests to compile them into JPA Specifications

    Java 15

  2. microsoft/fluentui-blazor microsoft/fluentui-blazor Public

    Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications

    C# 4.8k 474

  3. logtail/logback-logtail logtail/logback-logtail Public

    Better Stack Java Logback appender

    Java 21 5

  4. hibernate/hibernate-validator hibernate/hibernate-validator Public

    Hibernate Validator - Jakarta Validation Reference Implementation

    Java 1.3k 594