using System;
namespace MyPortfolio
{
public class Developer
{
public string Name { get; } = "Panagiotis Stavrakellis";
public string Role { get; } = "Full Stack Developer";
public string Company { get; } = "HIT";
public string[] Skills { get; } = new[] {
".NET", "C#", "ASP.NET",
"JavaScript", "SQL"
};
public string GetEducation() =>
"Bachelor in Economics, University of Piraeus";
public string GetPassion() =>
"Building applications";
}
}
I'm a Full Stack Developer with a foundation in economics from the University of Piraeus. This background allows me to approach software development with both technical precision and business understanding. My journey into technology began as a personal interest that evolved into a professional path, where I've focused on ASP.NET MVC, C#, and web technologies.
Beyond my professional life, I serve as a volunteer firefighter, which has instilled in me the ability to stay composed under pressure and work effectively in high-stakes environments – skills that translate seamlessly to the tech world.
Panagiotis Stavrakellis
Piraeus, Greece
Greek (Native), English, French
Working with ASP.NET MVC framework and C# to develop web applications. Learning and applying JavaScript frameworks, working with SQL Server databases, and using development tools like Visual Studio and GitHub for version control.
Visit CompanySupporting firefighting operations and crisis response efforts, developing resilience and the ability to remain calm under pressure. This experience has enhanced my teamwork and communication skills, especially in high-stakes situations.
Studied economic theories and data analysis, building a strong foundation in analytical thinking and problem-solving.
Visit UniversityManaging projects for clients with effective time management and organizational abilities.
Analytical approach to identifying and resolving complex technical challenges.
Clear communication in multicultural environments with clients and team members.
Quickly adapting to new technologies and environments to meet evolving project requirements.
Privacy-first real-time location sharing application that allows you to share your location with friends and family using a simple passkey. Features real-time updates via WebSockets, interactive Mapbox maps, distance tracking, live addresses, and multi-language support. No accounts, no tracking, no footprints - complete privacy focus.
A web application featuring an interactive 3D globe for monitoring global crises, disasters, natural hazards, and ongoing events in real-time. Aggregates data from multiple authoritative sources (GDACS, USGS, ThinkHazard!, ACLED, UCDP, CrisisWatch, ReliefWeb) and displays them on a Mapbox-powered globe interface. Features real-time news aggregation from 40+ global sources, AI-powered location research reports, and subscription management via Polar.
An open-source suite of applications for coordinating public safety incidents. Features real-time incident tracking, role-based access control, interactive maps, and multi-agency support with unique features for each agency. Built with React, TypeScript, .NET 8, and SignalR for real-time updates. More information about the project can be found in the GitHub repository.