I'm a software developer and a student at FER university. I'm interested in developing all sorts of things, especially for the web
- π The languages I love the most are C# and Python
- 𧩠Iβm always learning new technologies and languages.
- π¨π»βπ» Professionally I'm mostly working with .NET and Azure
- As I am primarily using Azure DevOps for work, you will not find many active commmits on my GitHub profile ποΈποΈ
- π Completed my Comp. Ing. Bacc. at FER in 2023. On route to get finish Master's in 2025
- π« You can reach me on LinkedIn @kjkardum
Azure cloud resources i work with regularly
- App services
- Azure functions (.NET and TS ones)
- EventHub, ServiceBus
- Azure SQL DB, CosmosDB
- Application Insights
- Azure Keyvaults
- Blob storage
- API Management Gateway
- Container Registries
- Cognitive Search
- Bicep Iaac (this I've only used for modification of predefined ones by DevOps teams)
- ASP.NET Core
- MediatR, FluentValidation
- EF Core, Dapper on ocassions
- MassTransit
- XUnit, NSusbstitute, AutoFaker, FluentAssertions for tests
- ... and many other less interesting ones
- Small but public example how I usually structure my projects can be found here
π Top projects (may be out of date from time to time π)
Project | What I did | Company |
---|---|---|
Various projects | Worked on internal and external projects that follow best practices for enterprise software such as SOLID principles, domain driven design, microservice architecture, cloud services (azure, devops) | Codebooq |
AssembleIt | This is a software intended for helping businesses monitor and manage their production processes. The software backend was built using asp.net core, using .NET 5 and Entity Framework Core, while React was used for frontend. My task on this project was building complete frontend as well as most of the backend and database. | SprintIt |
Sprint Shop | This is a custom-built e-commerce website, targeted at small and medium businesses that require some custom functionality on their webshops. It can issue quotes alongside normal purchases, has e-racuni external api integration as well as support PayPal and Revolut payments. The software was built using Python and flask framework and MySQL database. On this project my task was the whole project. | SprintIt |
Rust url shortener service | This was actually a very small project of mine, but I loved building it so much that I just had to include it because of its uniqueness. The backend was built using the Rocket framework for rust, which alongside Actix is one of the biggest rust web frameworks out there, it was only on version 0.5rc1 when I built this project so it was quite a challenge figuring out some stuff. The frontend was also special, I used web assembly with rust framework Yew, meaning the project frontend which is a SPA has pretty much no javascript, only web assembly. Yew was at the time on version 0.18 with quite limited documentation, making it quite hard but fun to build this project. | Personal, GitHub Link |