Back to Courses

Computer Science Courses - Page 225

Showing results 2241-2250 of 2309
Automation Techniques in RPA
The Automation Techniques in RPA course will provide knowledge about Extraction and its Techniques, Screen Scraping, Data Scraping and PDF Extraction. In the later part of the course, you will gain knowledge about Workbook, Excel and Email Automation in Studio. You will also learn about activities for workbooks and excel automation along with Email protocols and related activities. Building on each concept, there will be demonstration videos that will explain these operations and methods. The course has multiple practice exercises which will help in strengthening your knowledge and understand the creation of workflows in Studio.
Creating a Virtual Machine
This is a self-paced lab that takes place in the Google Cloud console. In this hands-on lab, you’ll learn how to create a Google Compute Engine virtual machine and understand zones, regions, and machine types. To preview, watch the short video Create a Virtual Machine, GCP Essentials.
Find the Best in your Budget with Upwork
Sorting through a website like Upwork can be a fairly daunting task if you aren’t familiar with what to look for. This project will not only walk through the process of creating an Upwork account, but also includes a walkthrough of the process of connecting with a freelancer through their service to fulfill your needs!
Create a Business Model Canvas with Mural
This project allows you to create a Business Model Canvas with the Mural platform, an online tool for creating professional graphic visuals and working remotely. You will understand the various features of the platform and you will have all the basic skills to create a Business Model Canvas for your project with ease.
Simple Linear Regression for the Absolute Beginner
Hello everyone and welcome to this hands-on guided project on simple linear regression for the absolute beginner. In simple linear regression, we predict the value of one variable Y based on another variable X. X is called the independent variable and Y is called the dependent variable. This guided project is practical and directly applicable to many industries. You can add this project to your portfolio of projects which is essential for your next job interview.
Getting Started with BigQuery GIS for Data Analysts
This is a self-paced lab that takes place in the Google Cloud console. BigQuery GIS allows you to easily analyze and visualize geospatial data in BigQuery.
Deploy a website with Azure Virtual Machines
If your web hosting requirements aren't directly supported by the Azure Web app platform, you can leverage virtual machines to customize and control every aspect of ta webserver. In this course, you will learn how to create, configure, and manage virtual machines on Linux and Windows that host web apps. You will look at the decisions made before creating a VM, the options to create and manage the VM, and the extensions and services you use to manage your VM. You will learn how to create a Linux virtual machine using the Azure portal. You will also see how Azure virtual machines (VMs) enable you to create dedicated compute resources in minutes that can be used just like a physical desktop or server machine. Finally, you will build and run a web application with the MEAN stack on an Azure Linux virtual machine This course will help you prepare for the Microsoft Certified: Azure Developer Associate certification. In this course, you will take a practice exam that covers key skills measured in the exam. This is the second course in a program of 8 courses to help prepare you to take the exam. Each course teaches you the concepts and skills that are measured by the exam. This course is part of a Specialization intended for developers who want to demonstrate their expertise in all phases of cloud development from requirements, definition, and design; to development, deployment, and maintenance; to performance tuning and monitoring. It is ideal for anyone interested in preparing for the AZ-204: Developing Solutions for Microsoft Azure exam. By the end of this program you will be ready to take and sign-up for the Exam AZ-204: Developing Solutions for Microsoft Azure.
Building a Text-Based Bank in Java
By the end of this project, you will learn how to create a basic banking command-line application using Java and Eclipse. This application will be able to model real life bank functions such as adding an account, increasing/decreasing the balance of an account, and allowing a user to check their balance. We will also learn how to store basic demographic information of each account holder and learn how to output a summary of all accounts. This application will demonstrate standard programming paradigms, and teach students about essential programming concepts such as variables, commenting, input and output to the user with the Scanner class, and importing/using standard Java libraries. We will also cover more powerful concepts such as conditional statements, loops, and arrays. Students can expect to walk away from the course confident in their ability to use essential Java programming tools, with a basic working understanding of how Java functions.
JavaScript While Loop
In this intermediate-level project you will examine the concept of repetition programming – also called “looping." Using the Notepad++ editor and JavaScript embedded in HTML, you will write the JavaScript code to repeat a block of program code while a particular condition is true. As you work with the While Loop you’ll begin to realize why repetition programming is one of the most important features of computing. 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.
Write a Mini Reservation Application with Kotlin
In this 1.5 hours project-based course, you will complete and improve a mini airline reservation application and learn more advanced concepts of Kotlin such as higher order functions, lambda expressions, infix notation, Java interoperability, and many more. At the end of the class you will have a deepened understanding of Kotlin.