/**
* about.ts
* who i am and how to reach me
*/
 
interface Profile {
name : "Srdjan Debić" ;
headline : "Software Architect and Engineer" ;
location : "Europe" ;
email : "srdjan.debic@gmail.com" ;
}
 
// I've been a software developer and architect for over 17 years.
// I've worked on a variety of projects, from small web applications to large enterprise systems.
// Main focus of my expertise is .NET and Microsoft stack, as well as NodeJS, but I'm also very proficient with JavaScript as well as front-end frameworks such as React and Angular.
// Additionally, I'm a certified AWS cloud architect, with some experience with Google Cloud Platform and especially Firebase.
 
const socials = [
{ github : "rexdefuror" }, { linkedin : "rexdefuror" }, { twitter : "rexdefuror" }, { email : "srdjan.debic@gmail.com" }, { instagram : "rexdefuror" },
]
 
$ ssh srdjan.debic.me
~/about$
// © 2026 srdjan debić · built with astro + go