Assignments
Assignment 1 | Simple linux shell script | Create a linux shell program to state name, major, what you want to do and high school My program # my first script echo "Hello my name is John Iacovacci" echo "My major is Computer Science" echo "I want to be a developer" echo "My high school was Christopher Columbus in the Bronx" |
Project 1 | Wordpress web site 3 pages | Use the link below to build the wordpress site. https://googleclouduconn.blogspot.com/p/wordpress-app-engine.html Create a Wordpress App Engine web site Add 3 additional pages Keep the site within the theme of the semester paper |
Assignment 2 | Simple cloud storage web pages | Create a web site from your cloud storage bucket using HTML, CSS and Javascript. Main page and 3 other linked pages |
Assignment 3 | My SQL tables with relations | Create 2 tables and link them with data elements. Customer and State. Enter 4 customers and 2 states. Display all information via joining two tables |
Project 2 | Create cloud function access to data via web pages | Create guestboobok using python google cloud function |
Project 3 | Create cloud function access to data via web pages | Come up with an idea for a startup business. Describe how you would build a cloud strategy based on hosting the site on Google. Name the services you would use. app engine or compute engine machine types, app engine instances, select regions or multi-regions. The domain you would select. DNS name. e.g. google.com. The functionality of the pages and how you would build it. The Google API's you would integrate. Overview of databases tables needed.Security, access control, backup, replication, storage requirements, |
Assignment 4 | Github repository | Place project 2 into github with comments. |
Assignment 5 | Python code | Assignment # 4 due 10/21/2020 Python Invoicer git clone https://github.com/jiacovacci/assign4.git https://googleclouduconn.blogspot.com/p/github-repositories.html Create a python invoice program that takes customer information in Uses a dictionary data type to store items and prices Displays a menu of items Use input statements to collect customer buys Calculate Invoice total |
Project 4 | App Engine Python program and NoSql DB with Google API | |
Assignment 6 | API example | |
Project 4 | paper on company build | Come up with an idea for a startup business. Describe how you would build a cloud strategy based on hosting the site on Google. Name the services you would use. The domain you would select. The functionality of the pages and how you would build it. The Google API's you would integrate. Overview of databases needed. |
No comments:
Post a Comment