Hi 👋! I'm Devarshi Pathak, "💻 Full-Stack Developer | Obsessed with clean code, creative solutions & continuous learning. Open for full-time roles—let's build something great together!"
public class AboutMe {
public static void main(String[] args) {
String bio = """
👋 Hello, I'm a Java Developer with a passion for solving complex problems and creating impactful software.
🛠️ Skills: Java, Spring Boot, REST APIs, MySQL, OOP, Clean Code, Git.
🎯 Current Focus: Mastering backend development and system design.
🚀 Open to: Full-time roles where I can contribute, learn, and grow within a collaborative team.
Let's build something great together! Feel free to reach out.
""";
System.out.println(bio);
}
}