Giter VIP home page Giter VIP logo
fun main() {
    val aboutMe = AboutMe()
    println("πŸš€ Welcome to the world of Satish Vajiram! Let me unveil the magic:")
    println(aboutMe)
}

class AboutMe {
    val name = "🌟 Satish Vajiram"
    val designation = "πŸš€ Android Alchemist"
    val experience = "πŸ“… 2+ Years of Coding Adventures"
    val email = "πŸ’Œ Reach out to me at: [email protected]"

    val linkedIn = "🌐 Connect with me on the professional canvas: ${"https://www.linkedin.com/in/satishema"} "
    val twitter = "🐦 Follow my thoughts and tales on Twitter: ${"https://twitter.com/satish_ema"}"
    val instagram = "πŸ“Έ Explore my visual diary on Instagram: ${"https://instagram.com/satish_ema"}"
    val github = "πŸ”§ Discover my secret coding chamber on GitHub: ${"https://github.com/satishema"}"

    override fun toString(): String {
        return """
            |Name: $name
            |Designation: $designation
            |Experience: $experience
            |Email: $email
            |$linkedIn
            |$twitter
            |$instagram
            |$github
        """.trimMargin()
    }
}

Satish V's Projects

chat-app-android icon chat-app-android

Chat app based on the MVVM architecture using Kotlin, ViewModel, LiveData, DataBinding and more.

digital-tijori icon digital-tijori

A secure, opensource android app to store your bank accounts, cards, and credentials. Locally and securely. Tech: Clean Architecture, 100% Kotlin, Jetpack Compose, Room Persistence

flower-app-jetpack-compose icon flower-app-jetpack-compose

This sample is created to elaborate this article, it contains the UI of the flower app from our dribble collection

innertune icon innertune

A Material 3 YouTube Music client for Android

mlbarcodescanner icon mlbarcodescanner

Building Barcode/QR code scanner for Android using Google ML Kit andΒ CameraX

mlkit icon mlkit

A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS

mpandroidchart icon mpandroidchart

A powerful πŸš€ Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.

musify icon musify

Musify is a clone of the popular Spotify app with some tweaks. It is built completely using Jetpack compose. It uses the Spotify API to fetch the data.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.