Skip to content
View lamnguyen5464's full-sized avatar
Block or Report

Block or report lamnguyen5464

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

Hi, there!

const ME = {
  id: "lamnguyen5464",
  name: "Lam Nguyen",
  role: "Software engineer",
  languages: [
    "JavaScript",
    "Kotlin",
    "Java",
    "Swift",
    "Objective-C",
    "Python",
    "C/C++",
    "Dart",
  ],
  technologies: [
    "React-Native",
    "Android native",
    "iOS native",
    "Kotlin multiplatform",
    "Flutter",
    "SpringBoot",
    "Nodejs",
    "MySQL",
    "Docker",
    "Firebase",
  ],
};

// console.log(JSON.stringify(me, null, 5));

Projects

Draw by script

Sketching app with the object-completion by scripting-detection

drawing drawing


Queuing is an important aspect of our daily social lives. And it frequently results in unwanted behaviors such as queue-jumping, jostling,… caused by long wait times, and people's varying levels of urgency. Furthermore, because of the ongoing epidemic, there is a high risk of catching the Covid-19 virus while queuing. For the above reasons, we decided to create an application that improves the queueing experience for people, especially during dangerous times such as these.

Demo


Caption-based images gallery search Application

Usage

Find photos in gallery that match the user's filter tags (through provided keywords or user’s description). Use ML-Kit to integrate TensorFlow Lite model for processing images-labeling in asynchronous thread at native modules (Java, Swift) and emitting to React-native through RCTEventEmitter.

Install

For Window users, you should run:

npm run all_window

or Mac_er only run:

npm run all

...to install neccessary packages and start metro bundle before build/run in Android Studio/Xcode

Screenshot


MoMo's features


Set up

After clone this project, set up environment of NodeJS (for run local sever), Android Studio, Xcode (if you want to build iOS app). Change direction to this source and run this setting-up script that I have prepared in yarn or npm:

yarn setup

or

npm run setup

This scrip is constructed to set up local websocket server with PORT: 3000 and sync url to configuration files in Android Studio and XCode

Tech stack

Kotlin, Java (Android app), Swift (iOS app), NodeJs, Express, SocketIO.

Demo

drawing


Demo


Demo


Demo

Pinned

  1. app-onLineUp app-onLineUp Public

    Best practice of React-Native with Native Module (FbSDK, QR Reader and Scanner, Notification, etc), Authentication Stack, Universal-Link, Animation, etc.

    JavaScript 1

  2. backend-onLineUp backend-onLineUp Public

    Backend server of https://github.com/lamnguyen5464/app-onLineUp app

    Java

  3. Draw-together-beta Draw-together-beta Public

    Drawing online application

    Swift

  4. MiniPocket MiniPocket Public

    A financial app that helps you to take notes and generate new weekly/monthly transactions automatically and so on. I used Android Studio and Realm database to carry out these features.

    Java

  5. How-popular-android How-popular-android Public

    This app helps you evaluate the popularity of single English word

    Java 1

  6. RCT-WhereMyImage RCT-WhereMyImage Public

    Caption-based images gallery search Application in React-Native (with native modules integrated for image labeling)

    JavaScript 1