public class MarceloDanielToledo : SoftwareDeveloper
{
public string Role => "Software Developer"; // Specialized in .NET Ecosystem
public string Education => "Bachelor's Degree in Computer Science";
public string Contact => "https://www.linkedin.com/in/marcelodanieltoledo";
public override string[] Skills => new[]
{
".NET", "SQL", "Microservices", "Docker", "Oracle", "Go", "React",
"Blazor", "Kubernetes", "Redis", "CI/CD", ".NET Framework"
};
public override string[] SoftSkills => new[]
{
"Effective Communication", "Problem Solving", "Team Collaboration", "Adaptability"
};
public void WeeklyActivity()
{
// ๐ผ +5 years of experience, currently working in the Fintech area
// ๐ Owner of SaaS solutions: handling maintenance & new features
// ๐ฑ Deep diving into efficient Microservices Design & Architecture
if (DateTime.Now.DayOfWeek is DayOfWeek.Saturday or DayOfWeek.Sunday)
{
Maintain.SaaS();
Do.Consulting();
Collaborate.OnInterestingProjects();
}
else
{
Work.SoftwareDevelopment();
Study.NewTechnologies();
Play.WithMyDog();
}
}
public string[] Goals => new[]
{
"Collaborate on scalable solutions",
"Engage in full product lifecycle development",
"Deliver impactful software products"
};
public string[] MusicTaste => new[] { "Lofi", "Rock", "R&B/Soul" };
}
๐ฏ
Focusing
Pinned Loading
-
-
PWAInternetStatusExample
PWAInternetStatusExample PublicCheck the internet status in Blazor PWA.
HTML 3
-
-
design-doc-template
design-doc-template PublicDesign Doc template for documenting product design projects.
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


