Skip to content
View kt-aakash's full-sized avatar
Block or Report

Block or report kt-aakash

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

Hi there ๐Ÿ‘‹

Here are some ideas to get you started:

  • ๐Ÿ”ญ Iโ€™m currently working as a Cloud Operations Engineer
  • ๐ŸŒฑ Iโ€™m currently learning Data Analysis
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on Anything I can help with
  • ๐Ÿค” Iโ€™m looking for help with leads to intresting projects
  • ๐Ÿ’ฌ Ask me about anything related to Tecchnology and Geo-Politics
  • ๐Ÿ“ซ How to reach me: twitter:@kt_aakash
  • โšก Fun fact: I don't get the TV Series - F.r.i.e.n.d.s ๐Ÿ˜…

Aakash's github stats

Pinned Loading

  1. bmi-calculator-flutter bmi-calculator-flutter Public

    Dart

  2. Court-Counter-App Court-Counter-App Public

    This is the CourtCounter App of Udacity's Android Beginner's course developed using ConstraintLayout

    Java 1

  3. ud839_Miwok ud839_Miwok Public

    Forked from udacity/ud839_Miwok

    Java

  4. twilio-labs/open-pixel-art twilio-labs/open-pixel-art Public archive

    A collaborative pixel art project to teach people how to contribute to open-source

    JavaScript 586 8.2k

  5. An example of recursion An example of recursion
    1
    function factorialize(num) {
    2
      if(num>1)
    3
        return num*factorialize(num-1);
    4
      else
    5
        return 1;
  6. my_mi_card_flutter my_mi_card_flutter Public

    My version of mi_card_flutter

    Dart