class ReservationService {

  public function calculateTotal()
  {
      return $this->pricingService
          ->applySeasonModifier()
          ->applyDiscountRules()
          ->applyChannelCommission()
          ->applyTaxes()
          ->buildInvoice();
  }

}

// Domain rules evolve
// architecture decisions matter
// complexity grows over time

Back to home

Experience

My professional background combines backend development with over 10 years of experience in other professional fields that helped shape my problem-solving mindset.

2023 — Present

FullStack Developer

Full-stack developer mainly focused on backend architecture and API integrations.

  • • API integrations with external platforms
  • • Backend development with PHP
  • • Maintaining and evolving legacy systems
  • • Working on business-critical production systems
PHP MySQL APIs Integrations Architecture
2010 - 2023

Previous experience

Over 10 years of experience in other professional fields that helped shape my problem-solving mindset.

Problem solving Responsibility Analytical thinking