Skip to content
View arleypadua's full-sized avatar
🤓
Learning
🤓
Learning
Block or Report

Block or report arleypadua

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
arleypadua/README.md

😎 Arley Pádua

Developer arley = Developer
    .Married()
    .Musician("🎷", Level.Ok)
    .BornIn(Countries.Brazil, year: 1991)
    .LivesIn(Countries.Netherlands, since: 2017)
    .CodesIn(language => language
        .CSharp()
        .TypeScript()
        .JavaScript())
    .Interested(@in => @in
        .SoftwareArchitecture()
        .DomainDrivenDesign()
        .DistributedSystems()
        .ShareIdeas(at: "https://medium.com/@arleypadua"))
    .Found(at => at
        .Twitter("https://twitter.com/_arleypadua")
        .LinkedIn("https://www.linkedin.com/in/arleypadua/"));

while (arley.HasLife)
{
    arley.Travel();
    arley.EnjoyLife();
    arley.Code();
}

// todo: find out what is next 😅

You've seen a summary about me above, but basically I'm a software developer passioned about software architecture and distributed systems.

I'm a truly believer that communication is a powerful tool that brings everybody together in any scenario: from anywhere in life to software architecture.

If you want to read a bit about my ideas, I usually share them on Medium:

If you want to get in touch, you will find me on Twitter or LinkedIn.

P.S.: I actually coded the model you've seen above, check it out.

Pinned

  1. domain-events-signalr domain-events-signalr Public

    Simple way to add Commands, Events and Real time notifications to your app using .NET

    TypeScript 45 18

  2. JsonStore JsonStore Public

    Lightweight ORM to persist domain objects in SQL as documents

    C# 2 2

  3. domain-events-signalr-jsonstore domain-events-signalr-jsonstore Public

    Simple way to add Commands, Events and Real time notifications to your app using .NET persisting data using JsonStore

    TypeScript 2

  4. PKHeX.CLI PKHeX.CLI Public

    Cross platform CLI tool for interacting with Pokemon save files. Works with Mac OS, Linux and Windows

    C#