Menu

Skills & Projects

Back

Skills & Projects


Programming Languages :
C, C++, C#, Java, Matlab

Web Programming :
HTML, XML, CSS2 and CSS3, Java Script, jQuery, JSON, ASP.net C#, PHP

Databases :
Microsoft SQL Server 2005/2008, MySQL

Modeling and Concepts :
UML, OOAD, OOPS

Operating Systems :
Windows XP/Vista/7, Linux

Web Server :
Internet Information Services (IIS), Apache Tomcat

Other Software :
Joomla, WordPress, Photoshop, Dreamweaver, Expression Web, Visual Studio

Course Scheduler (2011 – Present)

  • Working on a project to develop a course scheduler for the Department of Computer Science TTU
  • Improving the currently existing manual error prone and tedious departmental course scheduling process by an automated one.
  • Developing in ASP.net C# using Microsoft Visual Studio 2010 with Microsoft SQL Server 2008 as the database.

A priority queue for a simplified agenda manager in a rule-based expert system shell (Course - Analysis of Algorithms, Spring 2012)

  • The goal was to implement a simplified agenda manager which reads a list of rules with priorities from a file and created a priority queue by using a heap to run the agenda manager
  • This project was implemented in C with special consideration to make program is self-aware with graceful degradation (i.e. give rationales upon exit) when inputs do not fit the specification

Real Arithmetic Library (Course - Scientific Computing, Fall 2011)

  • Implemented a Real Arithmetic Library in Python that evaluates and real number arethmetic with the help of rational numbers. The generates the arithmetic opertaions had an accuracy of 10^(-20) decimals.

Quintic Equation Solver (Course - Scientific Computing, Fall 2011)

  • Implemented Quintic Equation(equation of degree 5) Solver using Python.
  • This Project involved generating the roots of the given Quintic equation by mathematical algorithms such as Newton Raphson Method, Bisection Method, Mid Point Algorithm, and Secant Method.

V Space (2009 – 2010)

  • Contributed in setting up an Intranet based portal for Department of Information Technology KJSCE.
  • Administered and enhanced the portal features and ran periodic backups.
  • The project was implemented in PHP using MySQL as the database.

Digital Security System through Images (2009 – 2010)

  • Developed a security system using Images and a self-developed ‘Roll In Roll Back’ (RIRB) Algorithm for data encryption.