Post Job Free
Sign in

Service Project

Location:
Arlington, TX
Posted:
April 25, 2016

Contact this candidate

Resume:

Meet Brahmbhatt

Email: acuh13@r.postjobfree.com Phone: 682-***-****

Objective

Seeking a full time opportunity in the fields of Computer Science utilizing my skills and experience while contributing to the company’s success.

Education

Master of Science in Computer Science, University of Texas at Arlington, United States.

Bachelor of Technology in Computer Engineering, Dharmsinh Desai University- DDU, India

Experience

Web Developer Intern, Blogtard Pvt. Ltd. (www.blogtard.com) (Dec 2012 – March 2013)

Developed back-end algorithm for core functionalities for blogging website.

Core functionality: registration, creating blogs, displaying blogs with specific algorithm, follower-following module, feedback.

Developed database design which can be easily used with CAKEPHP

Improved front end and user friendliness of website by writing scripts and appropriate content.

Game Developer, Openxcell Technolabs Pvt. Ltd. (www.openxcell.com) (April 2013 – July 2014)

Analyzed the project requirement and timeline, collaborated with design and art teams to produce game specific graphics, developed games project using agile methodology.

Developed UI for games using the images developed by the designers.

Developed AI for game specific scenes with maintaining the smoothness of the game.

Tested games thoroughly and made appropriate changes given by the manager as well as by client.

Developed games:

Bounce Me!

iOs link: https://itunes.apple.com/us/app/bounceme!/id692676722?mt=8

Android link: https://play.google.com/store/apps/details?id=com.bounce.me&hl=en

Adult Draw

iOs link: https://itunes.apple.com/us/app/adult-draw/id775811493?mt=8&ign-mpt=uo%3D2

Android link: https://play.google.com/store/apps/details?id=com.adultdraw.draw.something&hl=en

Bingo Hall:

iOs link: https://itunes.apple.com/us/app/bingo-hall-play-bingo-games/id838036150?mt=8

Enemy Dawn:

iOs link: https://itunes.apple.com/us/app/enemy-dawn/id826238698?ls=1&mt=8

Graduate Research Assistant, University of Texas at Arlington, USA (Dec 2014-June 2015)

Worked on Unity3D game engine to make three different prototype for experimental purpose

Expanded one out of three prototype for further experiment

On the bases of the results, my mentor (PHD student: Dr. Taiabul Haque, currently working as assistant professor at University of Central Missouri) published a paper - “Hierarchy of Users’ Web Passwords: Perceptions, Practices, and Susceptibilities” in International Journal of Human Computer Studies.

Graduate Student Assistant at Office of Student with Disability, UTA, (Aug 2015- Currently working)

Read, assist and scribe to students in their exams.

Help student for their computer related tasks.

Skill Sets

Programing Language: C, C++, C#, Java, Scala, Advance Java (JSP and Servlets), Objective C, and Python

Scripting Language: JavaScript, JQuery, PHP

Framework: CakePHP, Cocos2d

Application: Xcode, Unity3D, Photoshop, Max3D, Netbeans, Eclipse, Android Studio

Operating Systems: Windows, Mac, and Linux

Personal Skills: Quick learner, adaptable to new technologies and work environment, independent worker as well as a team player and leader

Software: Google Cloud Engine, WEKA

Academic Projects

Online Book Store

Video Call Application

Peer to Peer Chat Application

oThis is a Java desktop application where users can create groups for chatting, join existing group where their interest lies, leave any ongoing chat anytime. In this application, we have implemented same project in two variant of it. First is using centralized server topology and second is using ring topology where there is a light server.

Peer to Peer File Transfer

oThis is a short of torrent application where there will be bunch of users who will acquire a copy of file as time passes and other users request for that specific file. As time passes, most of peer computer will have a copy of file and therefore, serving time of new request will be very less. For this project, we have used pure Java and we have implemented ring topology. In addition, we compared our application for performance purpose with varying size of files.

Implementation of parallel projection and perspective for 3D objects

Implementation of database transaction manager

Implementation of Hadoop Map-Reduce

oIn this project, dataset containing highest and lowest temperature per day was given to us for last 30 years. I calculated the average, seasonal like winter, fall, and summer and year-by-year temperature for in specific areas given in our dataset. We also displayed the states name, which has highest temperature and lowest temperature over the years. We have used Java language and Map-Reducer eclipse plugin in this project.

Web application using Google App Engine

oIt is a simple web application developed on Google cloud in which we are uploading data from csv file to bucket of google app engine. From that specific bucket, we used the same csv file, read it, and uploaded those data to the database of google. After uploading those data, we fired some queries over google database engine and displayed the result of it via our web application.

Web application using Amazon Web Services

oIt is a simple project which demonstrate the use of amazon EC2 instance, amazon S3 bucket, MySQL and DynamoDB which is a NoSQL. In this project we compared the results of retrieval of 50000 tuples using MySQL without elastic cache and with elastic cache. In the second part of this project, we used DynamoDB as a database, python as a scripting language and HTML for front end and displayed a graph created using data, which is retrieved from the DynamoDB.

Simple Group chat application using Google App Engine

oIn this project, I created a web application of group chat using google app engine. In this application, users can create groups for chat and user can join the group with legitimate user name which is their gmail id or they can join the group as an anonymous. To store this chat for history purpose, we used NoSQL of google cloud engine. I used Python to develop this application.

Android application: Safety First

oSafety first is an application made specifically for students University of Texas at Arlington. Safety first has main three features. First and main feature is SOS service. SOS is an emergency service. When some student faces trouble like a robbery or someone else is being robbed, he can use this service. In this SOS service, emergency text message will be sent to the three contacts of the user saying that sender is in some trouble. This notification will alert the receiver and receiver will take necessary steps to reach out to the sender. Second service is UTA mavalert. It will handle by the uta police department. In the case of some emergency or crisis, UTA police department will have the power to send the alert message to all fellow mavericks. In this way, UTA students will get notified and they can avoid going in such areas. This service is an instant service so it will help other student not to get involved in same scene. Third and final service is UTA escort service. Students are living all over the campus and they require some kind of escort service to reach out the all corners of campus. So, we gave students an power to request an escort service. When they request a service, escort service will get the location of ride and each student's service will get ride in no time.

Finding values for NULL in database using association rule mining

oIn health care system, when patients are admitted and during their full diagnosis, hospital staff are bound to fail in filling all the details of the patient. To study the data, we require full database without NULL value. We have developed an software using Java in which we generated all the possible association rules for one specific NULL value and calculated their confidence, lift and support value to find the most promising association rule and using that association rule, we filled out the NULL values in Database.

Task scheduler using Red-Black tree and Min-heap

oWe have implemented two data structures red-black tree and heaps to implement the task scheduler similar to the Linux task scheduler. In this project, we have developed an algorithm in such way that the task whose unfairness value is lowest that task will get served first at specific time slice t. After developing this project using two data structure, we compared the running time of the both algorithms.

Related Coursework

Software Management-Maintenance-Quality Assurance

Distributed Systems

Computer Networks

DBMS System Implementation

Data Analysis and Algorithm

Computer Graphics

Cloud Computing

Database in Health Care System

Design and Analysis of Algorithms

Software: Design, Analysis, Testing

Knowledge Discovery in Health Care

Award

Safety First: Best Application and best idea award.



Contact this candidate