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

Block or report ntt2k

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

Hi there Hi

visitors Open Source Love

Hi, I'm Trung Nguyen, a Full-Stack Engineer from US. I like to work with Python, Golang, Javascript/Typescript and Rust. Believing in technology to make the world better, I am passionate about open-source software and enjoy experimenting with new ideas.

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name = "Trung Nguyen"
        self.role = "Software Engineer"
        self.language_spoken = ["en_US", "vi_VN"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.say_hi()

πŸ“ Blogs

πŸ”§ Technologies & Tools

Cloud Services:

AWS API Gateway AWS Lambda CloudWatch SQS

Programming Languages:

Python Go Javascript Typecript Rust Java

Tools and Services:

Docker Kubernetes Terraform

πŸ† GitHub Trophies

trophy

πŸŠβ€β™‚οΈ Language Stats

Top Langs

Popular repositories Loading

  1. OnlineBanking OnlineBanking Public

    Online Banking Project Prototype

    Java 12 12

  2. java-servlet-login-and-display java-servlet-login-and-display Public

    Java Servlet backend with Tomcat & MySQL for simple login system and display responsive data table.

    Java 6 30

  3. django-social-bookmarks django-social-bookmarks Public

    Python 4

  4. SSME SSME Public

    Simple Stock Market Exchange

    Python 1 1

  5. particle-webcontrol-with-stepper-motor particle-webcontrol-with-stepper-motor Public

    Full-stack Particle Microcontroller and a NodeJS Web App in order to control stepper motor.

    CSS 1 1

  6. cs142a_labs cs142a_labs Public

    Forked from erikw/cs142a-labs

    Projects in CS142A Interpreters and Compilers at University of California, Irvine

    Java