Skip to content
View rafsanahmad's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report rafsanahmad

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

Hi, πŸ‘‹

About me

package main

fun main(args: Array<String>) {
    val map = getBio()
    for ((key, value) in map) {
        println("$key : $value")
    }
}

fun getBio() : Map<String, String> {
    return mapOf(
	"- ⚑ Quick bio" to                       "Passionate Software Developer with experience in developing complex mobile solutions, scalable system design.",
	"- πŸ”­ I'm currently working on" to       "Sharpening my System Design, Architecture, Problem-Solving Skills.",
	"- 🌱 I'm currently learning" to         "Jetpack Compose, Dart, Python, Keras, TensorFlow.",
	"- πŸ‘― I'm looking to collaborate on" to  "Kotlin, Jetpack Compose, Dart Sdk, AI/ML projects.",
	"- πŸ€” I'm looking for help with" to      "Anything related to what I am currently learning πŸ˜….",
	"- πŸ’¬ Ask me about" to                   "Mobile Application Development, Android, Kotlin, Java, Swift, Flutter, Dart.",
	"- πŸ“« How to reach me" to                "[email protected]"
   )
}

You can reach me at πŸ‘½

Rafsan Ahmad's LinkedIn Profile Rafsan Ahmad's Stack Overflow Profile Rafsan Ahmad's Stack Exchange Profile Rafsan Ahmad's Hackerrank Profile Rafsan Ahmad's Leetcode Profile Rafsan Ahmad's Medium Profile Rafsan Ahmad's Twitter Profile

My stack πŸ‘¨β€πŸ’»

Tools that I use on a daily basis, or that I've used or worked (either much or a bit) with on the past

Rafsan Ahmad :: StackShare

Github stats πŸ“Š

Top langs πŸ‘…

rafsanahmad :: Top Langs

Profile stats 🎹

rafsanahmad :: Profile Stats


Pinned

  1. Android-MVVM-News-App Android-MVVM-News-App Public

    MVVM News Application with clean code architecture & android jetpack components.

    Kotlin 48 18

  2. Dynamic-UI-From-JSON Dynamic-UI-From-JSON Public

    A Sample Android app to show dynamic UI generation from Json.

    Kotlin 25 7

  3. Picsum-Photo-Browsing Picsum-Photo-Browsing Public

    A sample photo browsing app in Kotlin, Android using Picsum image API.

    Kotlin 18 4

  4. Leetcode-InterviewBit-DSA-Practice Leetcode-InterviewBit-DSA-Practice Public

    A project containing my solution for Leetcode, InterviewBit problems along with DSA Practice Problems.

    Java 14 6

  5. RecyclerView-Paging-3.0 RecyclerView-Paging-3.0 Public

    Paging 3 library demonstration using github search.

    Kotlin 22 6

  6. Kotlin-Collection-Functions Kotlin-Collection-Functions Public

    A collection of examples for Kotlin Collection functions. The examples contain usage of distinct(), reduce(), all(), single(), chunked(), copyInto(), find(), zip(), filter(), union(), map(), inters…

    11 3