public sealed class SebastianArevalo : IDeveloper, ICreator
{
public string Location => "Colombia 🇨🇴";
public string[] Languages => ["C#", "Dart", "TypeScript", "PL/SQL", "Python", "VB"];
public string[] Frameworks => ["Angular", ".Net", "Xamarin", "Flutter", "Node"]
public string DayJob => "Warehouse Management Systems @ Logistics Company";
public string Passion => "Building Unwind — a social platform for real connections";
public string[] Architecture => [
"Domain-Driven Design",
"Clean Architecture",
"CQRS + MediatR",
"Event-Driven",
"Strangler fig"
];
public string[] DesignPatterns => [
"Repository", "Unit of Work",
"Mediator", "Strategy",
"Factory", "Builder",
"Observer", "Decorator",
"Specification", "Singleton"
];
public string FunFact => "I think and dream of great solutions 💜";
}
A social platform centered on shared experiences and events. Not another dating app — a place where real bonds form through real moments. Backend: |
I contribute to and build packages that solve real problems. If it saves someone 10 minutes a day, it was worth building. Focus areas:
|
🖥️ Backend — where I live
C# · .NET Core · ASP.NET · EF Core · MediatR · PostgreSQL · PostGIS · SQL Server · Oracle PL/SQL · Python