Hi, I'm Noam Roger

Specialized in designing robust and performant architectures. I transform complex ideas into elegant solutions.

class Developer {
  constructor() {
    this.name = "Noam Roger";
    this.role = "Backend Dev";
    this.passion = "Clean Code";
  }

  build() {
    return "Awesome stuff";
  }
}

Skills

Performance

Query optimization, caching, and scalability

Security

Authentication, authorization, and data protection

Architecture

Design patterns, microservices, and distributed systems

Testing

Unit tests, integration, and TDD