Tuesday, September 29, 2020

Assignment #3 and outline due 10/7/2020, 9/29/2020, 5:40 PM, English, 9/29/2020, 5:40 PM

Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com

9/29/2020, 5:40 PM

Due 10/7/2020

Outline for term assignment

Leverage concepts from the book to explain.
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 #3 Due 10/7/2020

https://googleclouduconn.blogspot.com/p/mysql-exercise.html

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 using Select Command

Thursday, September 24, 2020

linking pages example, 9/25/2020, 0:28 AM, English, 9/25/2020, 0:28 AM

Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com

9/25/2020, 0:28 AM

Example of to use <a href > tag to link pages

Bottom of cloud storage web page

https://googleclouduconn.blogspot.com/p/cloud-storage-quickstart-welcome-to.html

<!DOCTYPE html>
<html>
<head>
<title>Very simple example
</title>
</head>
<body>
This will appear as is.

<a href="https://storage.googleapis.com/dollarsforstuff/css.html">clickable
text goes to css.html </a> <br>

<img src="https://storage.googleapis.com/uconnstamford/bear.jpg"/><br>
</body>
</html>

Assignment 2 due 9/30/2020, 9/24/2020, 4:55 PM, English, 9/24/2020, 4:55 PM

Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com

9/24/2020, 4:55 PM

Assignment 2 due 9/30/2020

Create a web site with at least 3 linked pages using HMTL, CSS and Javascript

Pages must be within the theme of your term paper project.

E.g. Dollars for Stuff, my site would describe the items that I focus on selling

Presentation counts and you will be graded accordingly

Project #2 outline due 10/7/2020

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.Secuirty, access control, backup,
replication,
storage requirements,

Saturday, September 19, 2020

On line Hours and next assignment, 9/19/2020, 4:56 PM, English, 9/19/2020, 4:56 PM

Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com

9/19/2020, 4:56 PM

Online hours Monday and Thursday 5:00pm to 6:30pm by appointment

https://uconn-cmr.webex.com/meet/jai17003

Note: If no one emails me I will not be online

Assignment #2 due 9/30

Create a web site using Google cloud storage leveraging HTML, CSS and Javascript

Need main page and 3 other linked pages

Term paper update. Outline due 10/7

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.

Use the book for an outline to describe each google service and
detailed reason how you would configure the service. E.g. Global site
would use Muli-regional storage Domestic would use regional

Make sure you reference the book for configuration of services and explain.

Also, provide detailed explanation of why you are building this on
cloud services.

Wednesday, September 16, 2020

On line help, 9/16/2020, 9:38 PM, English, 9/16/2020, 9:38 PM

Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com

9/16/2020, 9:38 PM

On line help tomorrow 5:30 till ? send me a time slot you wish to use
so I can plan

https://uconn-cmr.webex.com/meet/jai17003

Use link above

Saturday, September 12, 2020

Project 1 due 9/30/2020, 9/12/2020, 10:55 PM, English, 9/12/2020, 10:55 PM

Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com

9/12/2020, 10:55 PM

Project #1 Due 9/30/2020

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.




Term paper

The paper draft due 10/9/2020

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.

Wednesday, September 9, 2020

Project #1 due 9/23/2020, 9/9/2020, 5:59 PM, English, 9/9/2020, 6:00 PM

Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com

9/9/2020, 5:59 PM

Project #1 Due 9/23/2020

Create a wordpress web site leveraging compute engine and MySQL

https://googleclouduconn.blogspot.com/p/chapter-2-what-is-wordpress-laying-out.html

Try to come up with a startup concept (note: The term paper due at the
end of class will be based upon this concept.

Create 4 pages for your site and email me the link

E.g. http://http://34.123.82.230

Wednesday, September 2, 2020

Assignment 1, 9/2/2020, 8:46 PM, English, 9/2/2020, 8:46 PM

Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com

9/2/2020, 8:46 PM

Assignment 1 due 9/9/2020

https://googleclouduconn.blogspot.com/p/linux.html

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"

My output

john_iacovacci1@cloudshell:~/scripts (uconn-engr)$ ./my_profile2
Hello my name is John Iacovacci
My major is Computer Science
I want to be a developer
My high school was Christopher Columbus in the Bronx

Tuesday, September 1, 2020

Syllabus ENGR 1166 Fall 2020, 9/1/2020, 6:07 PM, English, 9/1/2020, 6:07 PM

Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com

9/1/2020, 6:07 PM

Syllabus
ENGR 1166: Foundations of Engineering - Z81 (11981)

Fall 2020
Instructor: John A. Iacovacci/Tendai Gomo
John.iacovacci1@gmail.com; john.iacovacci@uconn.edu; Tendai@tendaigomo.com
Lectures Wednesday 6:20-8:50 pm webex

Meeting Link
https://uconn-cmr.webex.com/uconn-cmr/j.php?MTID=m0626ff83b00886bfe704327d32741ac7

Meeting password
GoogleENGR1166

Google Cloud
https://cloud.google.com/

215 Stamford Downtown Campus

Our Class Website is
https://googleclouduconn.blogspot.com/

Book:
Google Cloud Platform in Action JJ Geewax
eBook: https://livebook.manning.com/book/google-cloud-platform-in-action

Catalog Description
ENGR 1166 - Provides an in depth study of the Google cloud platform.
We will be focusing on learning various aspects of the google cloud
and building small projects related to cloud concepts. The class
format is based upon first half lecture then second half hands on
workshop.The environment is hosted at cloud.google.com.
$300 of cloud services is budgeted for each student by google. A
credit card is needed to get google credit.

Objectives
At the end of the course, the students should be able to understand
and be able to develop on the google cloud. The concepts will include
virtual machines, MySQL, NoSQL, Big Data, document storage, Linux,
HTML/CSS, Javascript, node.js, Python, GitHub, leveraging Google
API's, cloud functions.




General Requirements & Expectations
1. Attendance: Students are expected to attend all lectures.
Attendance will be taken.
Reading and assignments are required. Each class will have assignments
required as well as projects due at different times during the term.
2. Make sure you check your UCONN.EDU e-mail account regularly, or
have it forwarded to an account that you use regularly. Otherwise you
may miss important announcements.
Grading Percentages
Description Percent of course grade
Class assignments: 30%
Projects: 3 Projects will be assigned during the term plus term paper 70%

Schedule

9/2/2020
Week 1 Chapter 1. What is the Cloud / linux
9/7/2020
Week 2 Chapter 2. Deploying Wordpress / HTML CSS
9/16/2020
Week 3 Chapter 3. The Data Center / Javascript / Web SItes
9/23/2020
Week 4 Chapter 4. Cloud SQL / MySQL / GitHub
9/30/2020
Week 5 Chapter 12/13. Cloud Functions / DNS - node.js
10/7/2020
Week 6 Chapter 8. Cloud Storage
10/14/2020
Week 7 Chapter 6/7. Large Scale SQL & Big Table, NoSQL
10/21/2020
Week 8 Chapter 9/10. Compute Engine , Python
10/28/2020
Week 9 Chapter 11. App Engine
11/4/2020
Week 10 Chapter 5. Document Storage - GitHub
11/11/2020
Week 11 Chapter 14/15. Cloud Vision /Text Analysis
11/18/2020
Week 12 Chapter 16/17. Cloud Speech / Translations
11/25/2020
off
12/2/2020
Week 13 Chapter 19/20. Big Query / Dataflow
12/16/2020
All project work due

Academic Honesty
Students should refer to the Student Code (see section on Academic Integrity -
http://www.dos.uconn.edu/student_code.html) for specific guidelines.
Students with disabilities who believe they may need accommodations in
this class are encouraged
to contact the Center for Students with Disabilities (486-2020) as
soon as possible to better ensure that such accommodations are
implemented in a timely fashion.

Office hours tomorrow(Tuesday) 5:00pm-6:00pm, 4/26/2021, 5:13 PM, English, 4/26/2021, 5:13 PM

Your assigned language is: English Classroom blog: googleclouduconn.blogspot.com 4/26/2021, 5:13 PM Office hours tomorrow(Tuesday) 5...