Thanks for stopping by, this is Cristian.
const cristian = {
pronouns: "He" | "Him",
askMeAbout: [
"Backend",
"Microservices",
"APIs",
"Functional Programing",
"Web development"
],
technologies: {
os: ["ArchLinux", "Debian", "Windows"],
frontEnd: {
js: ["Angular", "React"],
css: ["Bootstrap", "Flexbox", "Responsive Design", "Grid"]
},
backEnd: [
"NodeJs",
"ExpressJs",
"NestJs",
"Spring",
"Spring Boot",
"Jakarta EE"
],
databases: [
"MySQL",
"MariaDB",
"MongoDB",
"PostreSQL",
"Oracle",
"Elasticsearch"
],
otherTechnologies: [
"Python",
"C",
"Elixir",
"Haskell",
"Bash"
],
tools: [
"Docker",
"Junit",
"NPM",
"Jest",
"SuperTest",
"Postman"
]
},
};