Back to Courses

Information Technology Courses - Page 16

Showing results 151-160 of 1471
Merging Results from Different Explores in Looker
This is a Google Cloud Self-Paced Lab. In this lab, you will merge results from different explores in Looker.
Implementing Canary Releases of TensorFlow Model Deployments with Kubernetes and Istio
This is a self-paced lab that takes place in the Google Cloud console. AutoML Vision helps developers with limited ML expertise train high quality image recognition models. In this hands-on lab, you will learn how to train a custom model to recognize different types of clouds (cumulus, cumulonimbus, etc.).
Analyzing Natality Data Using Vertex AI and BigQuery
This is a self-paced lab that takes place in the Google Cloud console. In this lab you analyze a large (137 million rows) natality dataset using Google BigQuery and Cloud Datalab. This lab is part of a series of labs on processing scientific data.
Build a free website with WordPress
By the end of this project, you will learn how to create a free website in WordPress for personal or commercial purposes. This guided project is an introduction to WordPress and is designed for people who would like to have their own website. WordPress offers a large variety of free website design and possibilities to develop a commercial website, a blog, a photo gallery, amongst others, allowing you to create an aesthetically pleasing online platform and/or add value to your business marketing. After completing this project, you will be able to create a website, select and modify the main features such as a color scheme, a logo or a menu, add pages and create articles. WordPress is an easy and free platform that provides all the tools you need to create an organized and visually appealing product while offering potential added customization and tools at a low price. Everything for your website is available on this platform!
Google Cloud Speech API: Qwik Start
This is a self-paced lab that takes place in the Google Cloud console. The Google Cloud Speech API integrates speech recognition into dev apps; you can now send audio/receive a text transcription. Watch these short videos Powerful Speech Recognition Using Google Machine Learning and Google Cloud Speech: Qwik Start - Qwiklabs Preview
Google Docs
With Google Docs, your documents are stored in the cloud, and you can access them from any computer or device. You create and edit documents right in your web browser; no special software is required. Even better, multiple people can work at the same time, you can see people’s changes as they make them, and every change is saved automatically. In this course, you will learn how to open Google Docs, create and format a new document, and apply a template to a new document. You will learn how to enhance your documents using a table of contents, headers and footers, tables, drawings, images, and more. You will learn how to share your documents with others. We will discuss your sharing options and examine collaborator roles and permissions. You will learn how to manage versions of your documents. Google Docs allows you to work in real time with others on the same document. You will learn how to create and manage comments and action items in your documents. We will review a few of the Google Docs tools. You will understand how to set your preferences to suit your own work style and explore how to use tools such as Google Explore to add value to your content.
System Administration and IT Infrastructure Services
This course will transition you from working on a single computer to an entire fleet. Systems administration is the field of IT that’s responsible for maintaining reliable computers systems in a multi-user environment. In this course, you’ll learn about the infrastructure services that keep all organizations, big and small, up and running. We’ll deep dive on cloud so that you’ll understand everything from typical cloud infrastructure setups to how to manage cloud resources. You'll also learn how to manage and configure servers and how to use industry tools to manage computers, user information, and user productivity. Finally, you’ll learn how to recover your organization’s IT infrastructure in the event of a disaster. By the end of this course you’ll be able to: ● utilize best practices for choosing hardware, vendors, and services for your organization ● understand how the most common infrastructure services that keep an organization running work, and how to manage infrastructure servers ● understand how to make the most of the cloud for your organization ● manage an organization’s computers and users using the directory services, Active Directory, and OpenLDAP ● choose and manage the tools that your organization will use ● backup your organization’s data and know how to recover your IT infrastructure in the case of a disaster ● utilize systems administration knowledge to plan and improve processes for IT environments
On Premises Installation and Fundamentals with Google Cloud's Apigee API Platform
This course introduces you to the fundamentals and advanced practices applicable to the installation and management of Google Cloud's Apigee API Platform for private cloud. Through a combination of lectures, hands-on labs, and supplemental materials, you will learn how to design, install, secure, manage, and scale Apigee API Platform.
Deploy Node.js Express Application in App Engine
This is a self-paced lab that takes place in the Google Cloud console. In this lab, you will learn how to create a Node.js Express application on Google App Engine. Then you will learn how to update the code without taking the server down.
Retrieve Data using Single-Table SQL Queries
In this course you’ll learn how to effectively retrieve data from a relational database table using the SQL language. We all know that most computer systems rely on at least one database to store data. Your tax information is stored in the database used by the Internal Revenue Service. Your phone stores your contacts’ names, addresses, email addresses, and phone numbers in a database. If you shop online, you’re viewing photos, descriptions, and prices of products that are stored in a database. Database designers go to great lengths to design databases so that the data can be stored securely and in an organized format. It’s important to note that the main reason they go to all that work is so that we can get the data back out again when we need it! That’s called “data retrieval”. Data is retrieved or read from a relational database by using a language called SQL to query (or question) the database. SQL is referred to as “the language of relational databases”. It can be used by itself or embedded in programs to retrieve data. Once the data is retrieved, it can be displayed on a web page or PC application, or even printed on paper. You’ll be practicing writing SQL queries using SQLiteStudio. Next time you go online and look up the daily special at your favorite restaurant, you can think about the fact that it’s likely that an SQL query was used behind the scenes to fetch that data and pop it up on your screen. By the end of this course, you’ll even have a pretty good idea what the query might have looked like! Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.