Skip to content
View aqibhd's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Bangladesh / Dhaka

Block or report aqibhd

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
aqibhd/README.md

Hey!

A little about me...

class SoftwareDeveloper{
  
  SoftwareDeveloper(){
    final String fullName = "Aqib Hamid";
    final role = "Software Developer";
    final List languagesISpeak = ["en_US","bn_BD"];
    
    print("Hi, my name is $fullName. A $role from Bangladesh who codes for passion and design for fun.");
    _currentFocus();
    _futureGoal();
    
  }
  
  _currentFocus() => print("Currently writing clear Mobile Applications that are meaningful and solve a specific problem.");
  
  _futureGoal() => print("My future goal is to secure a position as a Lead Software Engineer and contribute to open source projects.");
  
  Map<String,dynamic> get  getTechnologies => {'mobile_app':{'flutter':<String>["android","ios"],'native':"android"},
                                               'programming_lang':<String>["C++","Java","Dart","JavaScript"],
                                               'web':<String>["HTML","CSS","NextJs"],
                                              'misc':<String>["Firebase","Selenium"]};
  
  sayHi() => print("Thanks for dropping by, hope you find some of my work interesting.");
  
}

main() {
  final me = SoftwareDeveloper();
  print("\nTechnologies I am familiar with -> ${me.getTechnologies}\n");
  me.sayHi();
}

💬 Contact

Popular repositories Loading

  1. kover_x kover_x Public

    Flutter application that lets you select beautiful images as wallpaper

    Dart

  2. Saw-Flutter-Application Saw-Flutter-Application Public

    Dart

  3. uiGradients uiGradients Public

    Forked from ghosh/uiGradients

    🔴 Beautiful colour gradients for design and code

    Vue

  4. Dingoo Dingoo Public

    Mobile recharge Application

  5. aqibhd aqibhd Public

    Github Profile

  6. flutter_rating_bar flutter_rating_bar Public

    Forked from sarbagyastha/flutter_rating_bar

    A simple ratingbar for flutter which also include a rating bar indicator, supporting any fraction of rating.

    Dart