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]",
};
🎓
Studying
code-driven man
- Argentina
-
06:53
(UTC -03:00) - in/ggomarighetti
- @ggomarighetti
Highlights
- Pro
Pinned Loading
-
jpa-rsql-search
jpa-rsql-search PublicJava library to define and validate search requests to compile them into JPA Specifications
Java 10
-
microsoft/fluentui-blazor
microsoft/fluentui-blazor PublicMicrosoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
-
spring-projects/spring-data-jpa
spring-projects/spring-data-jpa PublicSimplifies the development of creating a JPA-based data access layer.
-
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.



