Education:
Examination Month-Year School/College Board/University Percentage Class
B.E (Computer) Jun-2004 Parshvanath Coll. of Engg. Mumbai University 60% 1st Class
H.S.C(Science) Feb-2000 RoyalCollege Maharastra Board 78%(Aggregate) Distinction
S.S.C March-1998 St Thomas High School Maharastra Board 78%(Aggregate) Distinction
Scored 94 %tile in GATE 2006 examination.
Working Experience:-
I am working with “Rave Technologies “as “Software Engineer” since 13th of June 2004.
Project Title Music Medals
Operating System Windows
Language / Tools Visual studio .NET, C#, ASP.NET, SQL Server, Crystal Reports.
Description:- Client is coming up with an assessment facility – Music Medals - specifically designed for the group taught students. In this system the candidates are entered by the teacher-assessor or school co-ordinator or primary contract holder co-ordinator or secondary contract holder coordinator. These candidates are assessed and moderated for any of the five medals (levels). This facility can be used to enter, pay for, assess, moderate these candidates and also used to allot certificates depending upon the assessments and taking care of the payment for the assessments
Project Title Language converter:From DL4 to POWER BASIC.
Operating System Windows
Language /Tools Power Basic, Javacc, JJTree
Description: Client had their product in DL4 (primitive version of basic).This product was to be migrated form DL4 to POWERBASIC. JavaCC was used as the Parser Generator and JJTree was used as tree generating preprocessor for JavaCC. Dl4 supported many advanced features like Data file implementation with indexing feature. These features were not supported by the Power Basic. So an associated library was developed which, had these features incorporated in it.
FINAL YEAR PROJECT
Title Music Online: Peer to Peer Audio file sharing utility over local area network.
Operating System Redhat Linux 9
Language / Tools C, socket programming, threads, IPC
Description: It is similar to online community systems like Kazza, morpheous, Ares etc. It was the server mediated peer to peer system. The server had the task of the house keeping of registering the newly added users, maintaining their shared file database, replying to the search queries posted by the other users on the system. The major highlights of the system were 1:- Automatic detection of the dead server and election of the new server on the basis of the priority policy and polling.2:- Real time streaming of the songs. A special .wav player for the system was developed.
Other Curriculum Projects:
Project Title Virtual Drive – Linked disk file allocation policy simulator.
Operating System Redhat Linux 9
Language / Tools C
Description: It was the term project for the subject of the Operating Systems. The files in the operating systems are blocks of memory addresses. The simulator developed considered the disk file of fixed size as the drive and partitioned its space into the block. The system maintained the list of the free blocks, had disk block allocation table in its one of the part and had features like addition , deletion , listing , user groups for the files in the disk and similar other features present in the files for normal operating system.
Title Three dimensional image manipulation library
Operating System Redhat Linux 9
Language / Tools C, VGA
Description:- The library had various three dimensional object manipulation routines for creation, deletion, display, rotation, translation etc.