public class MichaelJoeSaludares {
int age = doesn't matter ;);
String interests = "coding, design, tech";
String aboutMe = "Software Developer";
String goal[] = {"Keep learning", "Keep building"};
void introduce() {
System.out.println("I'm a " + aboutMe );
System.out.println("Interests: " + interests );
System.out.println("Goals: " + goal[0] + " & " + goal[1] );
}
public static void main(String[] args) {
MichaelJoeSaludares mjs = new MichaelJoeSaludares();
mjs.introduce();
}
}
Output:
I'm a Software Developer
Interests: coding, design, tech
Goals: Keep learning & building
My nickname's Mikey
Software Developer
Select a question below to learn more about me.


My Learning Path
My Journey into the World of Technology.
Started Exploring
Looked into software development as a career path.
Far Eastern Universitty
Initially took Mass Communication, later shifted focus.
Lyceum of the Philippines
Studied Computer Science and learned programming foundations.
Internship
Learned hands-on skills and real-world workflow.
New Languages
Explored C#, Java, Web Dev, and frameworks.
First Job
IT Programmer at Lawson Philippines.
Still learning
Continuously seeking ways to grow and improve.
My Projects
Here are some of the projects I've built and contributed to.
WPF Desktop Application
A WPF desktop application in C# for efficiently managing, recording, and tracking business transactions.
Website Design
A personal portfolio website showcasing my projects, skills, and experience in software development.
Mobile Application
A mobile app for tracking fire incident dispatches, enhancing response times and enabling data-driven insights.
Get In Touch
Have a project in mind or want to connect? Feel free to reach out!
Contact Information
Let's Talk
I'm open to collaboration, freelance projects, or just connecting with fellow developers.