Skip to content
View Notjef's full-sized avatar
:shipit:
:shipit:

Sponsoring

@fenrir2608

Highlights

  • Pro

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

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

Popular repositories Loading

  1. profile-customizer profile-customizer Public

    Make your GitHub profile look more professional

    28 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. devsecops-oci-workshop devsecops-oci-workshop Public

    Forked from tuxtor/devsecops-oci-workshop

    The OCI devsecops workshop

    Java

  5. chatbot-workshop chatbot-workshop Public

    Forked from jackelinenascimento/chatbot-workshop

    AplicaΓ§Γ£o Java de exemplo para construir um ChatBot usando Spring Boot e a API da OpenAI.

    Java

  6. game-java game-java Public

    repositorio para portifolio