In Shafer’s section of MIS2502 I completed the LinkedInLearning video “Learning SQL Programming” with Scott Simpson and answered all of the related exam questions correctly.
Search Results for: Programming
“Learning SQL Programming” with Scott Simpson
- Include the goals, results, project URL (if applicable), and what you learned in a brief paragraph.
- Once approved, the description is automatically displayed in a post on your e-portfolio.
Web Application Programming Interface (API)
The goal of this class project was to research a cheap or free Web Application program Interface (API) and build a functional web application that demonstrates the use of the API. I found an Advice API endpoint that was free and decided to develop a simple web application that uses the $.getJSON() method to retrieve Advice formatted in JSON for the user after they enter their birthday on the web page. The user can either enter their date of birth manually or select it from the calendar by using the arrows in the date input box. In this project I refreshed my memory on the basics of html like
tags , <p> </p>tags <h1> </h1> tags, and forms. I also utilized jQuery methods like .html(), .next() , .val() and conditional if statements to populate error messages in the span tag next to my input date box.
My web application is a very fun and interactive way to get customers to voluntarily give out their birthday information. Most humans are on a quest for daily advice. Thus, they will be curious to know about the advice the web app has for them. Online retailers can then draw meaningful insights from the birthday data to know how to better market their merchandise to the different age demographics they may have.
I am optimistic that this web application will be extremely beneficial for online clothing websites like H&M and Old Navy. My app can help them learn more about the various age demographics they have in their customer pool to know what their target market is. Furthermore, since most online websites use cookies to store small amounts of data, the website can use cookies to store each customer’s data after the customer accepts cookies for the website. This will enable online stores to save each customers date of birth and use it later for promotional purposes as well. For instance, the data can be used to send out individual promotional discount codes as a birthday gift to their customers. This will lead to an increase in online traffic to their websites throughout the year especially in peak months like August and September that happen to have the highest births.
Thank you for viewing my class project! Please click the link below to view my web application.
MIS Alumni Advisory Committee
The Alumni Advisory Committee is a standing committee of the Executive Board and consists of graduates who help to cultivate the next generation of alumni leaders through:
- Providing insight into the impact of educational experiences to professional practice.
- Connectivity with recent graduates and identify opportunities for future engagement.
- Raising awareness and encouraging participation in alumni specific programming.
- Serving as volunteers and ambassadors for advisory board and alumni events.
| Darin Bartholomew (Board Chair) |
| Sean Boyer |
| Anna Boykis |
| Cara Evans |
| Jack Granieri |
| Eric Koeck |
| Michael Luckenbill |
| Connor McShane |
| Ryan Oliveira |
| Kevin Publicover |
| Tom Steigerwald |
Contact the Committee: misalumni-faculty@temple.edu
Lifestyle Affordability Calculator
The Lifestyle Affordability Calculator is a special purpose tool designed to help users understand whether their current monthly lifestyle can realistically fit within their take home income. Instead of focusing on only one financial detail, this calculator looks at a person’s full spending pattern, which includes essential expenses such as housing, transportation, and groceries, as well as lifestyle choices such as subscriptions, dining out, and shopping. It then compares these expenses to the user’s income to determine whether the lifestyle is financially sustainable.
The purpose of this calculator is to show users how much they spend each month, how much money they have left over or are short, and whether their lifestyle is comfortable, borderline, or not affordable. It also provides a breakdown of spending categories in percentages, which helps users understand how their habits align with widely used budgeting guidelines like the 50/30/20 rule.
People would want to use this calculator because many individuals struggle to evaluate their spending or understand where their money goes each month. This tool gives simple and immediate feedback that does not require advanced financial knowledge. It is useful for planning a move, adjusting spending habits, preparing for major life changes, or simply gaining a clearer picture of their financial health. The calculator offers practical and real-world value for anyone who wants to manage money responsibly and avoid overspending.
Through this project, I learned how important it is to evaluate a person’s full spending habits and present that information clearly. I gained experience using HTML, CSS, JavaScript, Bootstrap, and jQuery to build an interactive calculator that updates results instantly and organizes data in a user-friendly layout. I also learned how to apply budgeting concepts like the 50/30/20 rule through code so users can easily understand whether their lifestyle is sustainable. Overall, this project showed me how programming and financial concepts can work together to create a tool that gives clear and practical insight.
https://misdemo.temple.edu/tur34536j/project2/
10 Week Summer Internship in CyberSecurity
The Advanced Computing Systems (ACS) team in the NSA’s Research Directorate, is joining their counterparts in the Capabilities and Operations Directorates to provide a select number of undergraduate students an exciting 10-week summer internship.
The internship will take place at the Laboratory for Physical Sciences (LPS) in the Research Park building complex adjacent to the University of Maryland, Baltimore County (UMBC).
The Future Computing Summer Internship (FCSI) program was established in 2022 with the goal to expose participants to High Performance Computing (HPC), a field critical to national security, discovery, and technological innovation.
FCSI is intended for students who would have completed their junior year by Spring 2025 (expect to graduate in Spring 2026 or after), and that are pursuing degrees in math, computer science, computer engineering, electrical engineering or STEM related fields with strong mathematical and computer programming foundations and technical skills relevant to HPC.
Please note: Only US citizens are eligible to apply.
MIS2402 PRO Points Project
The PRO Points Project allow me to use programming to learn about the big data sets. I use programming to solve some questions from this project. In this project I build a simple webpage to post some information and a button with some functions. I studyed “Drug overdose death rates, by drug type, sex, age, race, and Hispanic origin: United States” JSON data set, and find gender has big influence on the death rate.
From this project, I fully understand the convinience of the programming when we are trying to perform some tasks from a big data set. I also learn what should I include if I want to make a webpage.
MIS 2402 PRO Points Project
As a part of my MIS2402 coursework, I took on an optional project to earn MIS Professional Achievement points. The goal was to delve into web APIs and JSON data, learning to apply programming skills. My task involved creating a web page with a button that, when clicked, fetched data from a JSON source.
My Hypothesis stated that “Famous landmarks in New York City, with historical or iconic significance, draw in a considerable number of tourists. They also play a vital role in shaping borough cultures, influencing local development, and contributing significantly to the city’s tourism-driven economy.” The data that was fetched from the API demonstrates the number of landmarks in different areas of New York City and the total number of Individual Landmarks. Showing how this information supports the hypothesis.
API Semester Project
With this API project, I have learned to use Web APIs and perform various tasks with them. I also learned how to combine APIs through programming and make them tell a story. I was able to to tell a story about an OpenData NYC API by using Image Charts API so it can perform a live chart for the data.
The API’s used are Image Charts API and NYC OpenData API, where NYC OpenData provides the data to be used in the charts. The Image Charts API was chosen to make a live chart out of the OpenData API which has the data about New York Inspections. The OpenData API provides data on how many violations cities in New York have had and it features the inspections of the last and current calender year. Also, the data on inspections are performed by the Department of Consumer and Worker Protection. The bar and pie chart show the number of violations issued in some of the cities of New York. The bar chart shows 8 cities with the number of violations and the pie chart highlights the cities with the highest violation percentages.
github url: https://github.com/s-sivri/API-Semester-Project
class server url: http://misdemo.temple.edu/tun36588/api_bar_pie_chart/
MIS 2402: Web Application Development – PRO Points Project
- Include the goals, results, project URL (if applicable), and what you learned in a brief paragraph.
- Conducted research on an API, developed a working proof of concept, and provided a recommendation as to how the API could be used in an application for business or entertainment purposes. This was also a great opportunity to further explore some of the concepts of programming.
- Once approved, the description is automatically displayed in a post on your e-portfolio.
- Recommendation
- Going forward with the current situation in the world, such a structure or even a modified version of this could be used by governments or other institutions to keep track of the COVID numbers in the world/country/state. This could also be used by governments to raise awareness towards medical institutions in order to have them prepare for unexpected situations with medical provisions such as beds, treatment facilities, etc. In addition, if implemented right, this could be used as a way to identify hot spot areas and take measures in containing/controlling those areas instead of going into country-wide lockdowns and resulting in unhealthy economies.
