I'm a passionate Junior Software Engineer who loves turning ideas into reality through code. My journey in software development is driven by curiosity, problem-solving, and the excitement of building solutions that make a difference.
π Currently working on: Backend development and system design
π± Learning: Advanced Java, Spring Boot, and cloud technologies
π‘ Interests: API Development, QA Testing, and Web Technologies
π― Goal: Contributing to impactful projects while continuously growing as a developer
public class SadatNazarli extends Developer {
private String[] expertise = {
"Backend Development", "API Design", "Database Management",
"Quality Assurance", "Problem Solving", "System Architecture"
};
private String[] currentlyLearning = {
"Spring Boot", "Microservices", "Cloud Technologies",
"DevOps", "System Design Patterns"
};
public void workRoutine() {
while (alive) {
code();
debug();
learn();
repeat();
}
}
public String getMotivation() {
return "Turning coffee into code, bugs into features! ββπ»";
}
}