I am a Masterβs student in Artificial Intelligence at the University of North Texas, with a background in Electronics and Communication Engineering. My journey into technology has been shaped by curiosity and a self-driven approach to learning modern programming and development practices. I am deeply interested in artificial intelligence, machine learning, full-stack development, system integration, and building scalable applications such as Discord bots. Coding for me is both a craft and a passion, and I find motivation in solving complex problems, refining solutions, and continuously expanding my technical expertise.
class Details {
constructor(name, education, socials, personalDetails) {
this.name = "Leelakrishna Ravuri";
this.location = "Denton, Texas";
this.educationLevel = "Masters at UNT"
this.linkedIn = "leelakrishnaravuri"
this.email = "email@krishnar.xyz";
this.instagram = "krishhbyte";
this.discord = "krishna.";
}
}
const details = new Details()
console.log(details)