Showing posts with label JavaScript. Show all posts
Showing posts with label JavaScript. Show all posts

Saturday, May 30, 2015

JavaScript Calculator

For source code visit: https://github.com/choonghuh/js_calculator


simple calculator
0

7
8
9
+
4
5
6
-
1
2
3
*
0
C
/
enter

Thursday, May 28, 2015

Fancy Resume

Choong Huh
choonghuh@gmail.com
github.com/choonghuh

A beginning software engineer ready to join a professional development team. Great team member and a leader with experience in agile development process. Looking for an entry position in software development.

Personal / Academic Projects

QuickPhysics
-Led a development team for a program to help students solve physics problems with Java UI
-3 rd place in Clark College project showcase
Miniature File Transfer Program
-Server / client command-line FTP program written in C
Proxy with Cache
- Python program to achieve faster web browsing by caching contents
- Inspects HTTP packets to check content up-to-date
Mock Fantasy Basketball Server with XAMPP
- Simple server that allows insert and search with different conditions, and shows results in a table
- HTML / CSS front end; back end with PHP and XAMPP server package

github.com/choonghuh
Academics

Clark College
- Computer Science transfer degree [June 2013]
- Courses: Objected Oriented Programming, Assembly, Microprocessors, Data Structures,HTML/CSS
Washington State University - Vancouver
- Bachelor of Science in Computer Science [May 2015]
- Courses: Operating System, Systems Programming, Database, Automata, Advanced Algorithms, Mobile Apps, Embedded System, Modern Algebra, Numerical Programming, Fundamentals of Software Engineering, Programming Language Development

Job Experience

Assistant Manager at Thurman Market
, Portland OR 2007 to present
- Focus on providing polite and enjoyable customer service
- Sales strategy, accounting and managerial roles in hiring, conflict resolution, inventory etc.
Skills
- Fluency in C, Java, experience in C++, Python, Shell scripts, SQL, PHP, assembly
- Experience in agile development process
- Familiar with Windows, Mac OS, Linux, Android, iOS
- iOS development in XCode
- Native Korean speaker; fluent in English; elementary business fluency in Japanese
Personal
- Teaching Korean to church youth groups
- Community service as a member of Tau Kappa Epsilon fraternity of WSU Pullman
- ACM chapter of WSU-Vancouver
- Translating Japanese news articles
- Blog: choongtalk.blogspot.com

Tuesday, May 12, 2015

Simple JavaScript practice

Freefall
A still object (initial velocity = 0 m/s) is dropped from a certain height 'h'.
The object falls for a period of time 't' until it hits the ground.
Choose Height option if the time is known, and enter the time in the square box
Choose Time option if the initial height is known, and enter the value.