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

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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 Site Reliability Engineer
  • 🌱 I’m currently learning System Design with AI Agents
  • 👯 I’m looking to collaborate on Implementing Robust AI pipelines
  • 🤔 I’m looking for help with leads to intresting projects
  • 💬 Ask me about anything related to Technology and Geo-Politics
  • 📫 How to reach me: twitter:@kt_aakash
  • ⚡ Fun fact: I truly enjoyed the TV Series - Silicon Valley

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 614 7.9k

  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