class Developer {
String name = "Dharan M J";
String role = "Full Stack Developer & AI Enthusiast";
String education = "B.E Computer Science @ St. Joseph's Institute of Technology, Chennai";
String location = "Chennai, India";
String[] currentFocus = {
"Mastering Full Stack Development",
"Practicing Data Structures & Algorithms",
"Exploring Artificial Intelligence",
"Building Real-world Projects"
};
void sayHi() {
System.out.println("Thanks for visiting my profile! Let's build something amazing together π");
}
public static void main(String[] args) {
Developer me = new Developer();
me.sayHi();
}
}
-
St. Joseph's Institute of Technology
- Chennai,India
- https://dharanportfolio.xyz
- in/dharansjit
Highlights
- Pro
Popular repositories Loading
-
AI_learning_website
AI_learning_website PublicThe AI-Powered Learning Website is an interactive learning platform that integrates multiple learning and productivity tools. It enables learners to explore curated learning resources, generate AI-β¦
JavaScript 53
-
To-Do-List-App
To-Do-List-App PublicA modern, cross-platform task management application built with React Native and Expo. Stay organized and productive with an intuitive interface that adapts to your preferences.
JavaScript 3
-
Notes-Taking-Website
Notes-Taking-Website PublicA modern, intuitive note-taking application built with React and Firebase, designed to help you capture, organize, and find your thoughts effortlessly.
JavaScript 3
-
If the problem persists, check the GitHub status page or contact support.


