Marijan Kolaj
Backend Engineer

Marijan
Kolaj

Architecting scalable digital infrastructure. I build the invisible engines that power modern web experiences with precision and speed.

GitHub
class BackendEngineer {
  constructor() {
    this.lang = "Java";
    this.stack = "Nest.js";
    this.db = "PostgreSQL";
  }
 
  build() {
    // ship fast, scale well
    return "Production";
  }
}

Public Repositories