6nguyen
Junior Java Developer (Account Manager background). Looking for positions in Java Web App, Android, and Java dev. Check out my repos && link below!
Orange County
Pinned Repositories
3ComboDialLock
Simulation of a 3 combination dial lock that works exactly like a real-world dial lock. Set a lock combination, turn it in the correct direction and number of ticks in the correct sequence, open the lock, close the lock, and more.
Alexa-Skills
Developing various Alexa skills. AWS Lambda, Node.js, Javascript
Amazon-Polly-Twilio-App
Send Text to Speech messages using Amazon Polly TTS API with Twilio messaging
Android_UI
Guide and info on setting up Android App UI
Buckshot
A Mailchimp-like web app. MERN stack (MongoDB + Mongoose, Express, React + Redux, Node.js) Uses Google oAuth for easy user authentication
Epic-Center
Polished global earthquake tracking Android app. Automatically syncs to the USGS Earthquake Data API. Filter out earthquakes based on a few key details using preference screens. Beautiful UI, representing magnitudes by color.
Hanasu_App
Polished Android app for learning Japanese phrases and useful vocabulary. Complete with images, sounds, and a seamless swipe-able, scroll-able fragments!
ReactDemo
Learning React JS and building web apps. ReactJS, JSX, Javascript, HTML/CSS, ES6
Spring-MVC
Spring Hibernate MVC
Student-Record-MVC-Java-Web-App
My first MVC web app connected to a MySQL database. J2EE, JSP, Servlet, MySQL, HTML/CSS
6nguyen's Repositories
6nguyen/Hanasu_App
Polished Android app for learning Japanese phrases and useful vocabulary. Complete with images, sounds, and a seamless swipe-able, scroll-able fragments!
6nguyen/Epic-Center
Polished global earthquake tracking Android app. Automatically syncs to the USGS Earthquake Data API. Filter out earthquakes based on a few key details using preference screens. Beautiful UI, representing magnitudes by color.
6nguyen/3ComboDialLock
Simulation of a 3 combination dial lock that works exactly like a real-world dial lock. Set a lock combination, turn it in the correct direction and number of ticks in the correct sequence, open the lock, close the lock, and more.
6nguyen/Alexa-Skills
Developing various Alexa skills. AWS Lambda, Node.js, Javascript
6nguyen/Amazon-Polly-Twilio-App
Send Text to Speech messages using Amazon Polly TTS API with Twilio messaging
6nguyen/Buckshot
A Mailchimp-like web app. MERN stack (MongoDB + Mongoose, Express, React + Redux, Node.js) Uses Google oAuth for easy user authentication
6nguyen/ReactDemo
Learning React JS and building web apps. ReactJS, JSX, Javascript, HTML/CSS, ES6
6nguyen/Spring-MVC
Spring Hibernate MVC
6nguyen/Student-Record-MVC-Java-Web-App
My first MVC web app connected to a MySQL database. J2EE, JSP, Servlet, MySQL, HTML/CSS
6nguyen/chatbot-facebook-nodejs
6nguyen/codingame
my (not so clean) answers to CodinGame
6nguyen/DateServlet
Servlet that keeps an updated date
6nguyen/Event-Handling-Review
Quick review exercise
6nguyen/Expression-Tree-Builder
Accepts a postfix expression and builds an expression tree out of it. Uses binary trees, stacks, String[]. Recursively computes expression and displays the tree graphically.
6nguyen/firstMVCservlet
My first MVC servlet
6nguyen/Hanasu-ListView
Hanasu App with menu options instead of swipeable fragments
6nguyen/I18N-Demo
JSP Internationalization demo
6nguyen/JavaPractice
Documented notes and practice on Java
6nguyen/JSP-Demo
Testing JSP simple features
6nguyen/JSP-Tag-Demo
Practice using JSP JSTL tags
6nguyen/MusicPlaylist
A Music Playlist using a text-based UI, implementing and improved Bag ADT. Users can create several playlists, add songs, remove songs, search songs, combine playlists (through union and append), and more!
6nguyen/Page-Visits-Counter-Servlet
Servlet that keeps count of the number of visitors to a page. The actual integer value is written to a text file using a data access object java file. Runs on local Tomcat v8.x server
6nguyen/PHP-CMS
Build a CMS (Content Management System in PHP). php, MySQL. anti-sql injections, password encryption
6nguyen/ReactPractice
More practice with React JS, ES6, firebase, Auth0
6nguyen/Simple-Web-Page-JSP
Using cookies to personalize simple web pages (JSP)
6nguyen/SimpleWebPageServlett
Simple web page using servlett
6nguyen/Spring-Java-Annotations
Spring java annotations
6nguyen/Spring-XML-configuration
Spring xml-configurations
6nguyen/Student-Transcripts
Creates a transcript for a roster of students, implementing doubly linked list classes. Add/remove students, their individual courses, course grades, display single student transcripts (including weighted GPA's), or display all the transcripts from the roster of students
6nguyen/Vet_Clinic_CRM
Spring + Hibernate MVC