Summary

This live stream is all about refactoring the Url Shortener (aka AzUrlShortener) project so later it could be easier to extend its capabilities. Pushing the logic into a services class that is wrapped in the Azure Function. This way we will be able to have multiple versions without having to duplicate code. The design is shared in this GitHub Discussion: https://github.com/microsoft/AzUrlShortener/discussions/476 …

📺 - Twitch archive - stream no.208

Replay


Project

All the code for this project is available on GitHub: azurlshortener - https://github.com/FBoucher/azurlshortener

Game Results

Notes/ References / Snippets

  • GitHub Discussion: https://github.com/microsoft/AzUrlShortener/discussions/476