I'm a software development student who loves turning ideas into code. I work with Java, Python, JavaScript, Html, Css, SQL and many more to build web applications, APIs, and whatever interesting projects catch my attention. Currently learning and building while studying at Högskolan Kristianstad.
public class TaskManager
{
private FirebaseService _firebase;
public async Task<List<Task>>
GetTasksAsync()
{
var tasks = await
_firebase.GetCollection<Task>();
return tasks;
}
public void AddTask(
string title)
{
// AI-powered task suggestion
var suggestion =
AIService.SuggestTask(title);
}
}
Software development student passionate about programming and problem-solving.
I'm studying software development at Högskolan Kristianstad, working through my third semester. Most of what I know comes from actually building things - working on projects, making mistakes, and figuring out how to fix them. That's how I learn best.
I spend a lot of time coding, whether it's for school projects or stuff I'm curious about. I've built web apps with C# and Blazor, REST APIs with Java and Spring Boot, games in Python, and even tried my hand at AI integration. When something breaks, I debug it until it works. That persistence is probably my strongest skill.
Högskolan Kristianstad
BA in Software Development | 2024-2027
Focus on programming, data structures, object-oriented design, databases, practical group projects, software architecture, and Agile/Scrum methodologies.
class Developer:
def __init__(self):
self.languages = [
'Java', 'Python',
'C#', 'JavaScript'
]
self.frameworks = [
'ASP.NET', 'Blazor'
]
self.tools = [
'Git', 'Firebase',
'Visual Studio'
]
def build_project(self, idea):
# Turn ideas into reality
return "Amazing Software"
Technologies and tools I work with to build amazing software.
Java, Python, C#, JavaScript, SQL
HTML, CSS, ASP.NET, Blazor
MySQL, REST APIs, Firebase
Google Cloud, Firebase, Git, VS
Agile/Scrum, Jira, Testing, CI/CD
A collection of projects showcasing my skills in software development.
Full-stack cross-platform service marketplace connecting customers with local service providers. Built with React Native, Expo, and Supabase.
Click for more details
const App = () => {
const { user } = useAuth();
return user?.role === 'worker'
? <WorkerStack />
: <CustomerStack />;
};
Full-stack collaboration app with C#, Blazor, and Firebase. Features AI-powered suggestions and real-time synchronization.
Click for more details
var task = new Task {
Title = title,
AI_Suggestions = await
AIService.Generate(title)
};
await _firestore.SaveAsync(task);
Modern portfolio website with minimal design. Features dark/light mode toggle and expandable project cards.
Click for more details
const applyTheme = function(theme) {
document.documentElement
.setAttribute('data-theme', theme);
localStorage.setItem('theme', theme);
};
Python team project implementing the classic Pig Dice game with turn-based mechanics and multiplayer support.
Click for more details
class PigGame:
def play_turn(self):
roll = random.randint(1, 6)
if roll == 1:
return 0
return roll
Python-based text adventure game set in a mysterious forest. Features strategic decisions, location exploration, and item collection.
Click for more details
def explore_location(location):
if location == 'forest':
return random.choice(forest_encounters)
elif location == 'cave':
player.inventory.append('torch')
return location
Jump into a world of adventure!
Capturing moments, one frame at a time. Exploring the world through the lens, finding beauty in everyday scenes and extraordinary landscapes.
Bringing ideas to life with every stroke. A blank canvas becomes a universe of possibilities, where imagination meets reality.
Fast-paced rallies, precise shots, and strategic gameplay. Every match is a challenge, every point earned through skill and determination.
Diving into captivating narratives and cinematic universes. Each story is a journey, each character a new perspective to explore.
Let's discuss opportunities, projects, or just say hello.
I'm always open to discussing new projects, creative ideas, or opportunities to be part of your visions.