package com.developer.jf;
import lombok.AllArgsConstructor;
import lombok.Getter;
@Getter
@AllArgsConstructor
public class AboutMe {
private final String name;
private final int age;
private final String focusOn;
public void showSomeAboutMe() {
System.out.print("π₯οΈ Systems Development student at SENAC\n"
+ "π Passionate about Back-end Development\n"
+ "π± Currently exploring Java frameworks and best practices\n"
+ "π οΈ Tech stack: Java, Swing, Spring Boot, Hibernate, MySQL\n"
+ "π― Focus: Clean Code, Design Patterns, and Software Architecture\n"
+ "β‘ Fun fact: I've been a hardware maintenance technician since I was 15\n"
+ "π Constantly improving my problem-solving skills\n"
+ "π Actively seeking opportunities as a Java Developer");
}
public static void main(String[] args) {
AboutMe me = new AboutMe("Juan Fabian", 27, "Back-End");
me.showSomeAboutMe();
}
}
π€
Studdying
Currently, I am investing in my professional growth by studying systems development. Ready to contribute to a variety of projects.
- Sao Paulo BR
- https://djfcoder.github.io/linktree/
- in/juanfabianmarcal
Pinned Loading
-
-
event-register-application-API
event-register-application-API PublicJava | Spring Boot | Spring Data JPA | MySQL | Docker
Java
-
redirect-url-shortener-API
redirect-url-shortener-API PublicJava | AWS Lambda | Amazon S3 | Jackson | Lombok
Java
-
create-url-shortener-API
create-url-shortener-API PublicJava | AWS Serverless | Bucket S3 | AWS Lambda | Jackson | Lombok
Java
-
-
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.