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

Block or report talenguyen

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

Hi there

  • 🔭 I’m currently working on music game industry.
  • 🌱 I’m currently learning React Native.
  • 👯 I’m looking to collaborate on start up project.
  • 💬 Ask me about Android.
  • 📫 How to reach me giangnguyen.tale@gmail.com

Pinned

  1. tikivn/android-template tikivn/android-template Public

    Template for android development at Tiki

    Java 17 8

  2. repatch repatch Public

    Re-implement https://github.com/jaystack/repatch in Kotlin

    Kotlin 2

  3. Implementation of ExpressJS Middlewa... Implementation of ExpressJS Middleware functions for Kotlin.
    1
    
                  
    2
    typealias Next<A, R> = (param: A) -> R
    3
    
                  
    4
    typealias Middleware<A, R> = (param: A, next: Next<A, R>) -> R
    5
    
                  
  4. Bundle binding inspired by KotterKnife Bundle binding inspired by KotterKnife
    1
    
                  
    2
    import android.app.Activity
    3
    import android.app.Fragment
    4
    import android.content.Context
    5
    import android.content.Intent
  5. andev andev Public

    A cli tools for Android Developer

    JavaScript 1