Skip to content
Avatar
🤓
Learning
🤓
Learning

Achievements

Achievements

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.

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. Simple way to add Commands, Events and Real time notifications to your app using .NET

    TypeScript 45 19

  2. JsonStore Public

    Lightweight ORM to persist domain objects in SQL as documents

    C# 2 2

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

    TypeScript 2

  4. Simple project showing how the builder pattern can be used to write better readable tests

    C#

6 contributions in the last year

Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Mon Wed Fri

Contribution activity

May 2022

Created 1 repository
Reviewed 1 pull request in 1 repository
alinevaladaop/trybe-exercicios 1 pull request

Seeing something unexpected? Take a look at the GitHub profile guide.