Thanks to visit codestin.com
Credit goes to github.com

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: "[email protected]",
};

Pinned Loading

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

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

    Java 10

  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 468

  3. spring-projects/spring-data-jpa spring-projects/spring-data-jpa Public

    Simplifies the development of creating a JPA-based data access layer.

    Java 3.3k 1.6k

  4. logtail/logback-logtail logtail/logback-logtail Public

    Better Stack Java Logback appender

    Java 21 5