class AboutMe {
private String firstName = "Akhil";
private String lastName = "Mahesh";
private String role = "Student";
private String pursuing = "Bachelor of Computer Application";
private String studentAt = "University of Calicut";
private String[] languagesSpoken = {"English", "Malayalam", "Tamil"};
private String[] programmingLanguages = {"JavaScript", "Java", "Dart", "Python"};
public void sayHi() {
System.out.println("Thanks for dropping by, hope you find my profile interesting!");
}
public static void main(String[] args) {
AboutMe me = new AboutMe();
me.sayHi();
}
}
My username "RhythmusByte" is a fusion of my love for music and my passion for programming.
- ๐ฆ Contribute to a project
- ๐ Get an internship in an IT company
- ๐ผ Learn Dart and Flutter
- ๐ Create a project using Flutter
- ๐งฎ Master Data Structures and Algorithms using Java
- ๐ฅ Achieve a 100-day streak on GitHub
The journey of learning continues...
- ๐ฅ Currently Working On:
- ๐งโโ๏ธ Sign Language to Speech (Real-Time)
- Uses Python, CNN, Keras, TensorFlow
- Converts ASL gestures into speech
- ๐งโโ๏ธ Sign Language to Speech (Real-Time)
- โก Previous Work:
- ๐ Upgraded My Linktree with React
- Transitioning from HTML/CSS/JS โ React for better UX
- ๐ Upgraded My Linktree with React
- ๐งโโ๏ธ Sign Language to Speech Conversion
- โก Real-time application for converting ASL gestures to speech
- ๐ง Built with Python, CNN, Keras, TensorFlow
- ๐๏ธ Currently in development
More exciting projects are in the pipeline!
Interested in collaboration or just want to say hi? Reach out using the email on my GitHub profile or connect via social media!
-
6 Useful Resources for Beginners in Front-end Development
Six invaluable resources for aspiring front-end developers