Web Design Resume
New Jersey, NJ
Objective:
To obtain a promising and challenging position where I can apply, contribute and continuously enhance my skills as well as gain knowledge.
Education:
M.S in Computer Science
B.S in Electronics & Telecommunications Engineering
Certifications:
SCJP 1.6 - Sun Certified Programmer for Java 1.6
OCA - Oracle Certified Associate (PL/SQL Developer for Oracle 10g)
Skill Set:
Programming Languages : C, C++, Java, SQL, PL/SQL
Java/J2EE Tech : Servlets, JSP, JSTL, JDBC, Hibernate Framework, Apache Tomcat,
Oracle WebLogic Server, WebLogic Workshop IDE, Eclipse IDE
Database : SQL Server, Oracle 11g, MySQL
Database Tools : Oracle SQL Developer
Markup Languages : HTML, CSS, XHTML, XML, CSS
Scripting Languages : PHP, JavaScript
IDEs & Tools : Visual Studio, MATLAB, Eclipse, Adobe Photoshop, Flash & Dreamweaver
Experience:
Graduate Assistant Jan 12 – Dec 12
Confidential,
Web Application developer
Duties include design, development and maintenance of web pages for Student and faculty information services. The web applications were directed towards taking student and faculty requests and processing them. The projects gave me insights into full life cycle development of a software application and how to efficiently maintain applications.
Environment: Visual Studio 2008, SQL Server, Adobe Dreamweaver, Adobe Flash, AJAX
Role and Responsibilities:
- Designed dynamic Web pages using Asp.Net Web Forms, CSS, AJAX and JavaScript.
- Form validation using JavaScript. Validation Controls provided by Asp.Net were also used.
- SQL Server was used as the database and stored procedures were written for efficient storage and retrieval of data.
- Applications were hosted on IIS web server.
Teaching Assistant Jan 11 – Dec 11
Confidential,
Served as teaching assistant and grader in University for Under Graduate students. My work included training undergraduate students with C programming and MS Office skills.
Role and Responsibilities:
- Teaching ‘C programming language’ and ‘Data Structures using C’ for students
- MS office training for students
- System and software maintenance
System Engineer
Confidential,
March 2010 – August 2010
- Developed a software application that mainly focuses on a search engine based on Ontology using Java Server Faces (JSF), Servlets and Semantic web tools such as Protégé 3.4, Jena, etc.
- It is a semantic web application that provides download search content in different categories by performing intelligent search.
- Involved in design and development interfaces using JAVA technologies, JSP, Servlets.
- Involved in the coding for JSP pages that enable the users to manage an efficient search.
- With the team size being three I assumed the responsibilities of a programmer.
Academic Projects:
Title: Nachos Operating System Jan 12 – May 12
- Used Nachos operating system to implement various subsystems like System calls, Thread synchronization, Multi-programming, Virtual Memory and Basic Networking.
- Implementation involved Locks, Condition variables, Temporary Look aside Buffer, Inverse Page Table, Page Table and swap file for Virtual Memory.
- Developed in C++ code and Operating system is Linux.
Title: ReservAir Jan 11 – May 11
- On-line ticket reservation system is a web application which is used by the customers to purchase tickets and generates the results dynamically processing the user preferences. This application bridges the gap between the support team and the customers by providing a real-time communicator through which customer can ask questions while reserving tickets.
- Designed the application using sequence, context diagrams in Visio.
- Developed the class libraries and forms using JAVA.
- Integrated the front-end using SQL Server 2008.
.
Title: PET Image Reconstruction Aug 11 – Dec 11
- This was an academic project as an initial research to aid the development of new PET Imaging Device at Radiology Dept., UMKC.
- Involved in implementing the image reconstruction algorithm using C++ and Visual C++ 2005 IDE
Title: Multi-Threaded Web Server Jan 12 – Dec 12
- Designed multithreaded http web server which can serve web pages to multiple clients simultaneously. Web Server is implemented using Java socket programming and Eclipse IDE.
Title: Classification on Alzheimer’s disease Aug 11 – Dec 11
- The goal of the project is to accurately classify the patients based on the CDR ratings. The given datasets are to be pre-processed and are supplied as input for the classification algorithms in Weka Tool.
- Using this classification we will be predicting the Current status and Future status of a person and generate a datasets (Current Status Dataset and Future status dataset).
- Involved the code using Dot net and Weka Tool.
Title: Convert EBNF grammar to BNF grammar and find first of every rule in grammar:
Environment: Java Code
Description: The goal of my project is- To write BNF grammar for every rule present in EBNF grammar. This is java program using arrays, files and collections concept to read the dat from text file and write the output grammar in text file. Also find first of every rule present in BNF grammar.