I'm a software engineer(ing student) in Vienna, Austria.
Currently, I'm studying software and information engineering at the TU Vienna (4th semester) with focus on the basics of software engineering, databases, operating system, algorithms and datastructures, programming paradigms (procedural, functional, object oriented and declarative), distributed systems, security and project management.
let technologies = {
code: ["HTML", "CSS", "JavaScript", "PHP", "Java", "C"],
frameworks: {
backend: {
java: ["Spring"],
js: ["Node", "Express", "Socket.IO", "Mongoose"],
},
frontend: {
js: ["React", "Redux", "Next", "Vue", "Vuex", "Nuxt", "Angular"],
},
mobile: {
native: ["Android Development"],
},
databases: ["Oracle", "MySQL", "MongoDB"],
},
currentFocus: "Web-Development",
};