UCONN

UCONN
UCONN

Monday, October 30, 2023

Assignment #9 due November 9th

 Assignment #9 due November 9th


Create a text file called mydata.txt that consist of the lesson 1
shell script exercise using standard output redirection



Leveraging Assignment 1


Create a linux shell program to state name, major, what you want to do
and high school, favorite subject growing up, what i am passionate about


john_iacovacci1@cloudshell:~/scripts (uconn-engr)$ ./my_profile2
Hello my name is John Iacovacci

Email to john.iacovacci@uconn.edu



Redirect the data to a text file called mydata.txt using link below
https://uconnstamfordslp.blogspot.com/p/encrypt-and-decrypt-data-with-cloud-kms.html

Encrypt the file and email me both the mydata.txt file and the mydata.txt.enc

Monday, October 23, 2023

Assignment #8 due November 2nd, 2023

 Assignment #8 due November 2nd, 2023



BigQuery

Select a Public Dataset from the available BiQuery Datasets

Pick one of the Sample Queries available

Run the query

Export the output to a file

Email the file along with reason you picked the Dataset and explain
the data you are sending.

Don't pick my example

Monday, October 16, 2023

Assignment # 7 due 10/26/23

Assignment # 7 due 10/26/23

 https://uconnstamfordslp.blogspot.com/p/assignment-exercise-python-datastore.html 

Recreate the app engine project above and send me a working link from app engine screen.

Create a datastore entity called Custinfo 

Load programs per link Add your name to the html that the program displays 

Note: Need to have Google Translate API turned on in order to read data 

Email me me the app engine link

Wednesday, October 4, 2023

Assignment #6 Due 10/19/23

 

Assignment #6

Assignment #6 Due 10/19/23

Create a web site on your cloud storage bucket that will allow customers to add, change, delete and list their customer information via a custmain.html menu.

Using google cloud python functions, html forms and mysql database tables from the SQL customer table. 


https://uconnstamfordslp.blogspot.com/p/cloud-function-project-python.html


Note: use my instance of customer, No need to change any of the function code.

Send me link to the main html page e.g. https://storage.googleapis.com/jiacovacci/custmain.html

Monday, October 2, 2023

Assignment #5 due 10/12/23

 Assignment #5 due 10/12/23

Note: I need to assign your gmail to the project so please everyone email me your gmail address.
Create a database on the project 'uconn customers' using your first initial and last name.
Insert the values for your information and your state.
use the select command to list this formation on screen. Need to join the customer table and the state table in the select.

select customer.FirstName, customer.LastName, states.StateName from customer, states where customer.StateCode = states.StateCode;

Copy and paste the output in an email


Disable Billing

Search for Billing Manage billing accounts Go to MYPROJECTS CLICK ON THE 3 BUTTON Actions Then hit disable