Welcome to My Portfolio
This site showcases my work as a software engineer, with a focus on building real-world applications using modern .NET technologies. On this site you’ll find some interactive demos, a couple of APIs I’ve built, and links to the source code on GitHub.
AvikstromPortfolio (WebApp)
This site itself is built with .NET 8 MVC. It’s the main project in my portfolio and shows how I put together a full web application with clean structure, responsive design, and integration to external APIs. The Portfolio section includes demos that highlight real‑time features and external data integrations..
FlightInfoApi
This project is built with .NET 9 Web API. It connects to AeroDataBox to pull real‑time flight data and makes that information available to the web app. I use it to power the FlightBoard demo, showing how external APIs can be integrated and served through a clean, controller‑based API design.
f1_info_api
This project is built with Python and uses FastF1 to fetch Formula 1 race data. It’s a simple API that lets the portfolio site display upcoming races and standings.
Deployment
All of these projects run on Microsoft Azure. I’ve set up hosting, managed resources, and configured CI/CD pipelines so the apps go from code to a live environment in the cloud.