Skip to content
View MarceloDanielToledo's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

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 is supported. This note will only be visible to 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. CleanArchitectureTemplate CleanArchitectureTemplate Public

    API .NET Template

    C# 5

  2. ExternalCommunicationExample ExternalCommunicationExample Public

    How to use HttpClient

    C# 3

  3. PWAInternetStatusExample PWAInternetStatusExample Public

    Check the internet status in Blazor PWA.

    HTML 3

  4. NotificationsExample NotificationsExample Public

    Real Time Notifications In Blazor

    HTML 2

  5. design-doc-template design-doc-template Public

    Design Doc template for documenting product design projects.

    3

  6. BackendGO_AWS BackendGO_AWS Public

    API Go - AWS / MongoDB

    Go