Skip to main content

Posts

Open Banking App

 I am working on a Spring Boot Project which is work in progress.
Recent posts

Online Railway Reservation System

Demo railway reservation website developed using Html, CSS and PHP with wamp server.  Functionalities Implemented: User can book ticket, check fare charges, see destinations and cancel ticket.  User can inquire ticket availability.  Two modes of transaction by debit and credit card are implemented.  Booking detailed are stored in a table in Mysql and can be viewed by user.  Tables for transactions are also implemented. Screenshots Code Link

Password Store App in C

A simple password storage type application developed using C language. Users can register and then login using their account. Password, Website name, Email Id can be stored for different accounts. It has a menu based interface to perform user operations like addition, modification, deletion and others. Users need to remember just one password, using which he can access many others of different accounts. Also many users can use same app. Data of each user will created and stored in different .DAT files which will be created when user registers first time. Structures, file handling, pointers etc are used. Code Link

Resume Builder

Used Php, Mysql for performing CRUD operations  to store information of resume in different components. Learnt web languages and SQL, Creating CRUD application. Screenshots Code Link

OCD Website

Developed as informative website using Html and css and javascript . Menu, user interface design and image gallery, newsletter and others components were implemented. It was submitted as a project in my online course on User Experience (web) at twenty19.com. Screenshots Code Link

Studying Association using AddHealth Dataset

With Data Analysis case study, as course assignments, Goal was to learn data analysis using python libraries using a case study approach where I had to choose a hypothesis and go through all steps of data analysis to understand that better, mainly study association. I decided to work on an AddHealth codebook and study the association between social acceptance and self esteem. Libraries used: Pandas Numpy Seaborn Matplotlib.pyplot Scipy Statsmodels I choose variables related to social acceptance and self esteem. I performed literature review, studied frequency distribution, performed data munging and visualization steps, plotting and discovering associations, performed hypothesis testing. Link to Blog Code Link

Guided Projects from DataQuest

Guided Project: Finding Heavy Traffic Indicators on I-94 This project was about analysing a dataset about the westbound traffic on the I-94 Interstate highway and goal of analysis was to determine a few indicators of heavy traffic on I-94 which could be weather type, time of the day, time of the week, etc. My analysis concluded summer months, business days and 7AM or 4PM hours indicated very high traffic volume while winter months, weekends, normal hours were low on traffic and two weather conditions light rain and snow and clear sky also indicated moderately high traffic. I used exploratory data analysis and visualization to work through this analysis. Code Link Guided Project: Exploring Hacker News Posts I worked with Hacker News Posts Dataset to determine the questions like: Do Ask HN or Show HN receive more comments on average? Do posts created at a certain time receive more comments on average? I worked on preparing dataset, cleaning it, sorting using python strings, date and time