Skip to content
View ayush-suman's full-sized avatar
:shipit:
Coding
:shipit:
Coding

Organizations

@Hacktogen
Block or Report

Block or report ayush-suman

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ayush-suman/README.md

Hello World

Typing SVG


codeSTACKr | Twitter codeSTACKr | LinkedIn codeSTACKr | Instagram


Talking about me

  • 😷 Currently making it through BITS Pilani
  • 😎 Google Developer Student Club Ex-Lead
  • 📱 Into App Development since school days
  • 🦫 Love to code in Go and Kotlin
  • 💻 Exploring System Design
  • 🎶 Vibing on Piano
  • 👀 Reach out to me at ayush231suman@gmail.com

A few interesting lines of codes

My Flutter packages

  • unwired Library for simplifying http (authenticated/unauthenticated) network call functions. This makes http call and does response parsing on a dedicated isolate, lifting heavy work from main thread.
  • otp widget Flutter Widget for entering OTP with nice flexibility in UI. Widget takes in simple TextEditingController and binds it to all the individual text fields for OTP digits.

Random projects

  • libman A simple C application as inventory management system. Not developed to scale for real world use, but to learn and practice pointers, file handling and memory management in C. In this project, I tried to incorporate a basic event handling system using functions running in infinite for loop.
  • chat-lo Baby level project on Socket Programming. A local chat console application that sends msgs on UDP protocol. Uses mutli-threading to simultaneously listen to incoming messages while taking inputs from user for sending messages.
  • acclr-mock-device-driver A mock device driver that generates and sends random accelerometer data from kernel space to user space through buffers.
  • Flutt-Chat A simple Flutter app with Beautiful Login UI, built on Firebase.
  • RedditAndroid An Android App that uses Reddit APIs to load data. Uses MVVM architecture with RxJava, Dagger2 (Dependency Injection), Room and Retrofit.

A few things to laugh at

My Github Stats

README Jokes

Show some ❤️ by starring some of the repositories :D

Pinned Loading

  1. Flutt-Chat Flutt-Chat Public

    A simple chat app with beautiful login UI for learning Flutter framework and Dart language. This is built using Firebase.

    Dart 1

  2. acclr-mock-device-driver acclr-mock-device-driver Public

    This is my first device driver that generates mock accelerometer data on device read. [LEARNING]

    C

  3. Flutter-Network-Client-Boilerplate Flutter-Network-Client-Boilerplate Public

    This project contains the boilerplate code for handling the authenticated network calls and management of JWT token.

    Dart

  4. Oasis-2019 Oasis-2019 Public

    Forked from IshitaAg/Oasis-2019

    This app is made for fest.

    Kotlin

  5. Project-Dyne Project-Dyne Public

    Dyne is a fitness solution startup which provides facilities that includes chat with the trainer, scheduled diet and workout plans, a chart of user health related performance history and online eas…

    Kotlin