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

Block or report namnguyen02

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

Hello, folks!

I am Nam, final-year computer science student. I am working towards being a software engineer.

GIF

Technologies & Tools

Nam Nguyen's GitHub Stats

Connect with me

Pinned

  1. flutter-app-in-wsl2.md flutter-app-in-wsl2.md
    1
    # Build a flutter app in WSL2
    2
    Install, build and debug a flutter app in WSL2 (Windows Subsystem for Linux).
    3
    
                  
    4
    ## Linux setup
    5
    ### Install Java
  2. postman-without-snap.md postman-without-snap.md
    1
    # How to install Postman on WSL2 without snap
    2
    1. Download the latest tarball file of the Postman API Platform from its [official website](https://www.postman.com/downloads/)
    3
    ```sh
    4
    cd Downloads && wget https://dl.pstmn.io/download/latest/linux_64
    5
    ```