class AboutMe {
private String name;
private String role;
private String pursuing;
private String studentAt;
private String[] languagesSpoken;
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"};
}
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
The list goes on....
- Upgrading my old Linktree-style website from plain HTML, CSS, and JS to a more dynamic version using React
- Put a halt for WeatherInfoga project
- Completed GitHub's skills-introduction-to-github course
- Weather Infoga
A weather app that fetches live weather data using OpenWeatherMap API
Nb: Halted deployment for maintenance
More projects are on the way!
Hit me up using the email on my GitHub profile or slide into my DMs on social media!
-
π¨βπ» Languages
-
π·οΈ Framework/Library/Database
-
π¨ Design Tools
-
π Hosting
-
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 useful resources for aspiring front-end developers
-
How they use your data? How much safer are you on the internet?