You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EdX's front-end bootcamp assignment. This application takes in information about employees on a software engineering team, then generates an HTML webpage that displays summaries for each person.
Using the ORM SQLAlchemy, connect to a SQLite database to retrieve data, perform climate analysis and design a Flask API based on the queries developed within the analysis
Create a tableau story/dashboard showcasing visualizations and insights into the NYC Citi Bike service. Write analysis to support the visuals, and present them in a professional and visually appealing format.
EdX front-end Bootcamp assignment. A JavaScript project that demonstrates my understanding of core concepts like loops, conditionals, math functions, arrays, and iteration.
Using the BeautifulSoup module, extract data from a Mars News website and a table containing weather information for Mars. Create Python objects with the data and Pandas DataFrame to analyze and visualize the extracted data
Create a Logistic Regression model to predict the credit risk of customers to a lending company. Use historical data and train the model before making predictions of test data. Lastly write an analysis report on the models created.
EdX's front-end bootcamp assignment. A calendar application that allows a user to save events for each hour between 9AM and 5PM.Demonstrating knowledge in API integration, DOM manipulation, and jQuery.