Skip to content
View RodolfoJustina's full-sized avatar

Organizations

@gujavasc
Block or Report

Block or report RodolfoJustina

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
RodolfoJustina/README.md

Hi there 👋

Working From Home visitors

import java.util.Arrays;
import java.util.function.Function;

/**
 * @author Rodolfo Justina
 * @since 2022/05/16
 * @version 1.0.0
 */
public class ApplicationDeveloper {
    
    public static void main(String[] args) {

        String name = "Rodolfo Faquin Della Justina";
        String role = "Application Developer";
        String[] languageSpoken = {"pt_BR", "en_US"};
        String[] principalSkils = {"Java", "Docker", "SQL", "Angular", "TypeScript", "Android", "Cloud"};
        
        Function<String[], String> skills = f -> {
            String allSkillsTogether = "";
            for(String skill : Arrays.asList(f)) {
                allSkillsTogether+= "\n\t- " + skill;
            }
            return allSkillsTogether;
        };

        StringBuilder aboutMe = new StringBuilder();
        aboutMe.append("Hi, I'm ").append(name).append(". Is a pleasure to have you here!")
        .append("\n\n")
        .append("I have a degree in information system, a pos-graduationg in engineering ")
        .append("and architecture of software and master degree in technology of information and communications.")
        .append("\n\n")
        .append("I started my job career in 2010 as an Android Application Developer, in 2012 I worked as System Analist, ")
        .append("in 2017 I founded my startup ended it in 2020 where I started as Java Senior Develop in a global company. ")
        .append("my main role is to be an ").append(role).append(" at IBM.")
        .append("\n\n")
        .append("My principal skills are:").append(skills.apply(principalSkils))
        .append("\n\n")
        .append("As a friendly brazilian are, I love to talk and to meet new people. ")
        .append("My native language is Portuguese(").append(languageSpoken[0])
        .append(") and my second language is English(").append(languageSpoken[1]).append(").");
        
        System.out.println(aboutMe);
    }
    
}

🤖 Technologies & Tools

Popular repositories

  1. sample-android sample-android Public

    Dê Seus Primeiros Passos no Desenvolvimento com Android

    Java 1

  2. demo-android demo-android Public

    Dê Seus Primeiros Passos no Desenvolvimento com Android.

    Java

  3. codigo-google codigo-google Public

    Forked from netomarin/codigo-google

    codigo-google

    Java

  4. terminal-mac-cheatsheet terminal-mac-cheatsheet Public

    Forked from 0nn0/terminal-mac-cheatsheet

    List of my most used commands and shortcuts in the terminal for Mac

  5. Vi Vi Public

    Comandos do editor de texto Vi

    1

  6. Phone-List Phone-List Public

    New project Maven, AngularJS, Spring and Font-Awesome