Skip to content
View RhythmusByte's full-sized avatar
:shipit:
On a quest to find the missing semicolon
:shipit:
On a quest to find the missing semicolon

Highlights

  • Pro

Block or report RhythmusByte

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
RhythmusByte/README.md

Typing SVG

Developer working on a computer

๐ŸŽ€ About Me

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();
  }
}

๐Ÿ’ก Fun Fact

My username "RhythmusByte" is a fusion of my love for music (since music is a part of my life) and my passion for programming.


๐ŸŽฏ Future Aspirations

  • ๐Ÿฆ„ 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....


๐Ÿช„ Recent GitHub Activities


๐ŸŒŸ Projects

  • 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!


๐Ÿ“ฌ Get In Touch

Interested in collaboration or just want to say hi? Reach out using the email on my GitHub profile or connect via social media!

LinkedIn Instagram Facebook X


๐Ÿ’ป Tech Stack

  • ๐Ÿ‘จโ€๐Ÿ’ป Languages

  • ๐Ÿท๏ธ Frameworks/Libraries/Databases

  • ๐ŸŽจ Design Tools

    Canva Design Tool Adobe Lightroom Adobe Photoshop
  • ๐ŸŒ Hosting Platforms

    GithubPages Vercel Netlify


๐Ÿ“Š GitHub Stats:

Profile Views
Total Profile Views Counter

GitHub Contribution Streak


GitHub Activity Contribution Graph

Akhil's GitHub stats


Top Langs

๐Ÿ† GitHub Trophies

๐Ÿ“ Latest Blog Posts


โšก My Personal Card
Personal Introduction Card
๐Ÿš€ Roadmap Progress
roadmap.sh
โœจ Dev Card
Akhil Mahesh's Daily Dev Card
๐Ÿ–‹๏ธ Random Quotes
Inspirational Random Quotes

Pinned Loading

  1. My-Linktree My-Linktree Public

    JavaScript 1

  2. WeatherInfoga WeatherInfoga Public

    Beautifully designed using HTML, CSS & JavaScript, providing accurate and up-to-date weather information. Stay informed with ease!

    JavaScript 1