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",
};
🎓
Studying
code-driven man
- Argentina
-
18:11
(UTC -03:00) - in/ggomarighetti
- @ggomarighetti
Highlights
- Pro
Pinned Loading
-
rsql-jpa-search
rsql-jpa-search PublicJava library to define and validate search requests to compile them into JPA Specifications
Java 15
-
microsoft/fluentui-blazor
microsoft/fluentui-blazor PublicMicrosoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
-
-
hibernate/hibernate-validator
hibernate/hibernate-validator PublicHibernate Validator - Jakarta Validation Reference Implementation
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



