public class BhanuTeja {
private final String[] skills = {
"Java", "Spring Boot","CPP", "React", "Node.js", "MongoDB", "AWS"
};
private final String current = "4th-year undergraduate engineering student";
private final String passion = "Building scalable and efficient applications";
public String getStatus() {
return "Coding and learning something new every day!";
}
public void solveProblems() {
while(problemExists()) {
analyzeChallenge();
developSolution();
optimizePerformance();
commit("Fixed another bug 🐞");
}
}
}
I'm a highly skilled Java Developer with a strong foundation in full-stack development. My expertise spans from building robust backend systems with Spring Boot to creating responsive and interactive front-end experiences with React.
Infosys (3-month internship)
- Developed and maintained RESTful APIs using Spring Boot
- Served as a Scrum Master for a team of 5 developers
- Implemented CI/CD pipelines with Jenkins and Docker
- Optimized database queries resulting in a 35% improvement in API response time