Skip to content

Notjef/notjef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

45 Commits
Β 
Β 

Repository files navigation

DescriΓ§Γ£o do GIF

More Info
public class AboutMe { 

    private final String[] languages = {"pt-BR", "EN"};

    private final String[] description = {
        "πŸ§‘β€πŸ’» I'm 23 years old and passionate about technology and backend development",
        "πŸŽ“ Currently studying Systems Analysis and Development",
        "πŸ’Ό Back-end Developer focused on Java and Spring Boot",
        "🧠 Experience with Git, GitHub, CI/CD practices and Docker containerization.",
        "☁️ Currently specializing in cloud technologies (AWS & Azure)",
        "πŸ›  Focused on sharpening my Java, Spring Boot and cloud skills"
    };

    private final String contactText = "πŸ’¬ Ask me anything";
    private final String contactUrl  = "https://github.com/Notjef";

    public void printProfile() {
        System.out.println("=== ABOUT ME ===\n");

        System.out.println("🌐 Languages:");
        for (String lang : languages) {
            System.out.println(" - " + lang);
        }

        System.out.println("\nπŸ“Œ Description:");
        for (String desc : description) {
            System.out.println(" - " + desc);
        }

        System.out.println("\nπŸ“¨ Contact:");
        System.out.println(" - " + contactText + ": " + contactUrl);
    }

    public static void main(String[] args) {
        new AboutMe().printProfile();
    }
}

My certification badges

Skills



Mark streak

Want to exchange ideas?

Contact me on the social media channels above or open an issue here on GitHub! πŸš€

πŸ”— Here are my social networks:
instagram Linkedin Spotify

Profile views

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published