Skip to content
View marcoaslima's full-sized avatar
:octocat:
Thinking on what I can do next
:octocat:
Thinking on what I can do next

Organizations

@vaultpass @proxfield

Block or report marcoaslima

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
marcoaslima/README.md
Typing SVG

LinkedIn Website Twitter Email

Proxfield Open Source GitHub Org


👨‍💻 About Me

public class MarcoLima : SoftwareDeveloper
{
    public string[] CurrentRole => new[] { "Software Engineer", "Open Source Maintainer" };
    public string Company => "McDonald's Corporation";
    public string Location => "🇧🇷 Brazil";
    public string[] PreviousExperience => new[] 
    { 
        "Somos Educação", "BTP", "Wilson Sons", "B3"
    };
    
    public Dictionary<string, string[]> TechStack => new()
    {
        ["Backend"] = new[] { "C#", ".NET", "ASP.NET Core", "Entity Framework" },
        ["Frontend"] = new[] { "JavaScript", "TypeScript", "React", "HTML/CSS" },
        ["DevOps"] = new[] { "Docker", "Linux", "CI/CD" },
        ["Messaging"] = new[] { "RabbitMQ" },
        ["Databases"] = new[] { "PostgreSQL", "Redis", "SQLite" },
        ["Tools"] = new[] { "Git", "Visual Studio", "VS Code" }
    };
    
    public string GetMotivation() => "Building robust systems and contributing to open source! 🚀";
}

🛠️ Tech Stack

Backend Development

C# .NET ASP.NET Core

Frontend Development

JavaScript TypeScript React HTML5 CSS3

DevOps & Tools

Docker Linux Git

Databases & Caching

PostgreSQL Redis SQLite

Messaging

RabbitMQ


� GitHub Statistics

Marco's GitHub Stats Most Used Languages
GitHub Streak
Contribution Graph

Note: Most of my .NET work is in private repositories or corporate accounts, so the public stats don't fully reflect my expertise in the .NET ecosystem.


🏆 GitHub Achievements

GitHub Trophies

🌟 Featured Open Source Projects

Proxfield Extensions & Libraries

SQLite Caching Extensions Parallel Processing INI File Parser

Explore All Projects


📫 Let's Connect!

I'm always open to interesting conversations and collaborations. Feel free to reach out!

LinkedIn Email Website


Profile Views

Thanks for visiting! Have a great day! 🚀

Pinned Loading

  1. proxfield/Proxfield.Extensions.Caching.SQLite proxfield/Proxfield.Extensions.Caching.SQLite Public

    A simple library to use SQLite as a in-disk cache, for failure purposes. Can act as some of a document database, though is not recomended.

    C# 5 1

  2. proxfield/Proxfield.Text.Ini proxfield/Proxfield.Text.Ini Public

    The IniConverter is a lightweight Ini serializer and deserializer library. Allows dealing with Ini files with section, commenting and section nesting.

    C# 2

  3. proxfield/Proxfield.GoogleDns.Updater proxfield/Proxfield.GoogleDns.Updater Public archive

    Service worker that updates the Google DDNS registry from time to time, runs as a Docker standalone service.

    C# 1

  4. proxfield/Proxfield.ContractTesting proxfield/Proxfield.ContractTesting Public