\\\\\\\
\\\\\\\\\\\\
\\\\\\\\\\\\\\\
-----------,-| |C> // )\\\\|
,','| / || ,'/////|
---------,',' | (, || /////
|| | \\ ||||//''''|
|| | ||||||| _|
|| |______ `````\____/ \
|| | ,| _/_____/ \
|| ,' ,' | / |
||,' ,' | | \ |
_________|/ ,' | / | |
_____________,' ,',_____| | | |
| ,',' | | | |
| ,',' ____|_____/ / |
| ,',' __/ | / |
_____________|',' ///_/-------------/ |
|===========,'
export default () => ({
blogUrl: "http://blog.hectorcardoso.com/",
askMeAbout: [
"developer", "tech", "music",
"algorithms", "languages"
],
technologies: {
frontEnd: {
js: ["react", "angular"],
css: ["materialize", "bulma", "bootstrap"]
},
backEnd: {
java: ["spring", "quarkus WIP"],
"js-and-ts": ["node", "express"],
elixir: ["phoenix WIP"],
python: ["django", "flask"],
misc: ["bash", "systemd", "xubuntu"]
},
databases: ["postgres", "mongo", "mysql", "redis"]
}
});