Skip to content
View lucasromagnoli's full-sized avatar

Block or report lucasromagnoli

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
lucasromagnoli/README.md
package github;

/**
 * @author github.com/lucasromagnoli
 * @since 2009
 */
public class GitHub {
    public void readme() {
        Person me = PersonBuilder
                .name("Lucas Romagnoli")
                .currentContext("Developing with AWS Cloud Resources, Java, Spring Framework and Docker.",
                        "Always looking for distributed, scalable and fault tolerant solution.")
                .email("[email protected]")
                .socialMedia(SocialMedia.LINKEDIN, "in/lucasromagnoli")
                .certificate(Company.AWS, AWS.DEVELOPER)
                .certificate(Company.AWS, AWS.ARCHITECT)
                .certificate(Company.ORACLE, Java.OCAJP)
                .build();
    }
}

Pinned Loading

  1. lucasromagnoli lucasromagnoli Public