Skip to content
View MarceloDanielToledo's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report MarceloDanielToledo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse

Marcelo Daniel Toledo

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" };
}

Pinned Loading

  1. ExternalCommunicationExample ExternalCommunicationExample Public

    How to use HttpClient

    C# 3

  2. PWAInternetStatusExample PWAInternetStatusExample Public

    Check the internet status in Blazor PWA.

    HTML 3

  3. NotificationsExample NotificationsExample Public

    Real Time Notifications In Blazor

    HTML 2

  4. design-doc-template design-doc-template Public

    Design Doc template for documenting product design projects.

    3

  5. CleanArchitectureTemplate CleanArchitectureTemplate Public

    C# 5

  6. BackendGO_AWS BackendGO_AWS Public

    API Go - AWS / MongoDB

    Go