This repository serves as a directory of the technologies I use and the resources I learn from.
- Avalonia UI - A great open-source framework for cross-platform applications.
- MAUI - Official multi-platform app UI for native mobile and desktop apps.
My daily driver setup for development:
- Visual Studio 2022 – Primary IDE for C# and MAUI development.
- VS Code – Lightweight editor for HTML, CSS, and JavaScript.
- XAMPP – Local Apache distribution for running PHP.
- NuGet Package Manager – Used for managing C# libraries (e.g., CommunityToolkit for MAUI).
I am currently expanding my skills into full-stack development with a focus on:
- ASP.NET Core – Learning to build robust APIs and understanding the .NET backend ecosystem.
- SQL Databases – Mastering relational data modeling and querying (PostgreSQL/MS SQL).
- Full-stack Fundamentals – Exploring Node.js and React to bridge the gap between frontend and backend.
- Microsoft Learn - My main source for official documentation.
- Stack Overflow - A first stop for troubleshooting bugs.
- Bro Code (YouTube) - Great courses not only for C#, but also for C++, Java, and Python. Perfect for beginners learning a new language