Skip to content
View Notjef's full-sized avatar
🥷
<making codes>
🥷
<making codes>

Highlights

  • Pro

Organizations

@sampatech-hub

Block or report Notjef

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
notjef/README.md

Descrição do GIF

More Info
public class AboutMe { 

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

    private final String[] description = {
        "🧑‍💻 24 years old, passionate about backend development",
        "🎓 Studying Systems for Internet at FATEC São Roque",
        "💼 Software Engineer focused on Java, Spring Boot and REST APIs",
        "🧠 Clean Code, SOLID principles and layered architecture",
        "🐳 Docker, PostgreSQL, MySQL and basics of Kafka",
        "☁️ AWS and Azure fundamentals — deploy and scalability",

    };

    private final String contactUrl = "https://linkedin.com/in/jeferson-rodrigo";

    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📨 Let's connect: " + 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

Popular repositories Loading

  1. profile-customizer profile-customizer Public

    Make your GitHub profile look more professional

    27 1

  2. markdown-for-devs markdown-for-devs Public

    A practical and modern guide to Markdown for developers, covering history, syntax, and best practices for GitHub and documentation.

    3

  3. notjef notjef Public

    1

  4. curso-algoritmos curso-algoritmos Public

    Forked from acenelio/curso-algoritmos

    Java