๐ผ UFAM ๐ฑ Mobile Developer โข ๐ I enjoy reading books ๐ฎ Music โข Games โข Anime โข Code โข Manga ๐ Noodles as a favorite
public class SobreMim {
private String introducao;
private String role;
private String expertise;
private String journey;
private String objetivo;
public SobreMim() {
this.introducao = "๐ Hi! I'm Alya, who began the journey by building robotics with recyclable electronic parts and cardboard. "
+ "Today, I'm diving deeper into technology, with a special focus on mobile development.\n\n";
this.role = "๐น Role: Android Developer | Focus on Java, Kotlin, and Jetpack Compose\n";
this.expertise = "๐น Expertise: User Experience | Optimization | Modern & Efficient Solutions\n\n";
this.journey = "๐ My Journey\n\n"
+ "Started in Research & Development (R&D) during my undergrad, enhancing:\n\n"
+ " ๐ Problem-solving skills\n"
+ " ๐ก Logical thinking\n"
+ " ๐ Adaptability with various languages (Python, C++)\n\n";
this.objetivo = "๐ Here on LinkedIn\n\n"
+ "I share Android development projects and practical examples for beginners and advanced users, aiming to inspire and support others in building their skills.";
}
public void exibirMensagem() {
System.out.println(introducao);
System.out.println(role);
System.out.println(expertise);
System.out.println(journey);
System.out.println(objetivo);
}
public static void main(String[] args) {
SobreMim lya = new SobreMim();
lya.exibirMensagem();
}
}
Here are some of my key technical skills that I use to develop projects:
I love connecting with different people so if you want to say hi, I'll be happy to meet you more! ๐
Connect with me on LinkedIn and follow my journey in software development!
To learn more about my projects and see some of my work, feel free to explore my repositories!
I hope you enjoy my profile! Always striving to improve and learn more. ๐