Soumaya Erradi
Senior Software Developer @ Atlantis
Events
-
talk Intermediate
Exploring Angular's Resource API
Main Hall, Tuesday 18 November 10:00 - 10:40
Angular’s Resource API is a powerful tool for building RESTful APIs in Angular. In this talk, we'll explore how to use the Resource API to build a RESTful API in Angular. We'll look at how to use the Resource API to create, read, update, and delete resources. We'll also look at how to use the Resource API to handle errors and pagination.
-
workshop Advanced
Learning Advanced TypeScript: Safer Code Step by Step
A11Y Room, Monday 17 November 15:45 - 18:35
Modern TypeScript turns runtime surprises into compile-time feedback using strict mode, discriminated unions, template literal types, satisfies, and more. Encode domain rules directly in types to make APIs harder to misuse and refactors safer, with a practical toolkit you can apply immediately.