Welcome to my GitHub Profile; I'm known to have a flair for merging analytical rigor with creative solutions. Currently specialising in Computer Engineering and Business Analytics at the National University of Singapore, I come from a rich background spanning from EdTech to FinTech. This plethora of experiences have always enabled me to transform even complex challenges into elegant, scalable solutions.
🔗 Connect with me to share insights, contemplate new technologies, or simply to say hello.
public class AboutMe {
private String fullname;
private String role;
private String location;
private String[] languagesSpoken;
public AboutMe() {
this.fullname = "Vignesh Kumaravel";
this.role = "AI Software Developer, Uptale";
this.location = "Paris, France"
this.languagesSpoken = new String[]{"English", "Tamil", "Malay", "Spanish"};
}
public void greet() {
System.out.println("Hi, thanks for checking out my profile.");
}
public static void main(String[] args) {
AboutMe me = new AboutMe();
me.greet();
}
}
💼 Whether you’re here to explore collaborations, or just to check out my work, I am always eager to engage with like-minded professionals to discuss potential synergies. Let’s leverage our collective expertise to drive innovation that matters. 😜