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();
}
}
Highlights
- Pro
Popular repositories Loading
-
-
Free-Notion-Template
Free-Notion-Template PublicMission: Maximize productivity and organization. Tool: Notion 007 Template. Instructions included. Execute with precision.
-
github-chapter-2-contributions
github-chapter-2-contributions PublicForked from codedex-io/github-chapter-2-contributions
For submissions to final exercise of Git/GitHub Ch. 2
-
euopaulin
euopaulin PublicForked from euopaulin/euopaulin
Esse Γ© o meu README que irΓ‘ aparecer no meu perfil!
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.




