Articles tagged with 'play'
Never Call APIs Inside Database Transactions
33 min read • • Guide
Learn why calling external APIs inside database transactions leads to inconsistent state and how to fix it with Transactional Outbox, Result Tables, and Saga Compensation patterns, with a complete working implementation in Scala
REST APIs with Play Framework and Scala
15 min read • • Guide
Master the basics of Play Framework to build robust HTTP APIs with Scala in this comprehensive tutorial