< />

<hello world />


>

portfolio/home.html
// quick intro
const nikola = {
  role: "CS Student & Full-Stack Web Developer",
  location: "Skopje, Macedonia",
  stack: [
    "Full-Stack Web Development",
    "Clean Architecture",
    "Problem Solving"
  ],
  currentlyLearning: "Modern web & clean architecture"
};

function buildDreams() {
  return "Code. Create. Improve every day.";
}