class AboutMe {
private String name;
private String role;
private String pursuing;
private String studentAt;
private String[] languagesSpoken;
private String[] programmingLanguages;
public AboutMe() {
this.name = "Akhil Mahesh";
this.role = "Student";
this.pursuing = "Bachelor of Computer Application";
this.studentAt = "University of Calicut";
this.languagesSpoken = new String[] {"english", "malayalam", "tamil"};
this.programmingLanguages = new String[] {"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 (since music is a part of my life) and my passion for programming.
- ๐ฆ Contribute to a project
- ๐ Get an internship in an IT company
- ๐ผ Learn Dart
- ๐ Learn Flutter
- ๐ Create a project using Flutter
- ๐งฎ Learn Advanced Java
- ๐งบ Master Data Structures and Algorithms using Java/Dart
The journey of learning continues....
- Upgrading my old Linktree-style website from plain HTML, CSS, and JS to a more dynamic version using React
- Pausing development on WeatherInfoga project for improvements
- Completed GitHub's skills-introduction-to-github course
- Weather Infoga
A weather app that fetches live weather data using OpenWeatherMap API
Note: Temporarily halted deployment for maintenance and enhancements
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!
-
๐จโ๐ป Languages
-
๐ท๏ธ Frameworks/Libraries/Databases
-
๐จ Design Tools
-
๐ Hosting Platforms
-
6 Useful Resources; Front-End Development Part II
Part 2 of the useful resources for aspiring front-end developers series
-
6 Useful Resources; Front-End Development
Six invaluable resources for aspiring front-end developers
-
Understanding data usage and internet privacy