Back to Courses

Software Development Courses - Page 82

Showing results 811-820 of 1266
AI and the Illusion of Intelligence
Will AI soon be surpassing humans? This is rapidly becoming one of the central questions of our time -- but it is the wrong question. In this course, we will provide a non-technical look at where AI has come from, and where it is going. We will see that there is no reason to expect that AI will be surpassing humans. Instead, what we are learning to create with AI is the illusion of intelligence.
Data Manipulation in RPA
The Data Manipulation in RPA course will provide knowledge about Variables, Arguments, and Data Manipulation. It will also introduce you to Variables and Arguments, their types, and their application in automation projects. In the later part of the course, you will learn about data manipulation in Studio. You will also learn about the different methods and operations performed on different data types and their usage in automation projects. Building on each concept, there will be demonstration videos that will explain these operations and methods. The course has multiple practice exercises that will help strengthen your knowledge and understand the creation of workflows in Studio.
Jakarta Persistence (JPA)
This course takes the student through a variety of labs exploring the interaction between Java Object Domain Models and Relational Database Tables, this is becoming the standard approach for database access in Java Applications. The course will illustrate how using meta data annotations, you can map domain objects to database tables, and class properties to columns in those tables for CRUD operations. The student will use numerous Query strategies to retrieve data from a database and consume the data in their applications with minimal effort. The course will talk about the how these meta data annotations can also map compositional and inheritance relationships between classes and a database schemas.
Building API Test Automation Framework Using Rest Assured
API stands for Application Programming Interface which helps two independent software to communicate with each other. When an application is built, the functionalities are built first as APIs and then integrated with the frontend layer (UI). Waiting for integration to find bugs in the application will add a lot of costs. The later the bugs are found in the system, the more cost it adds to the application. API Testing helps reduce the cost as it will be performed before integration with frontend (or UI). RestAssured is one of the best test automation tools to test APIs with Java programming language. It's an open-source tool and is very easy to code using Rest Assured. This project will provide you step by step instructions to write scripts to automate API testing using Rest Assured and build test automation frameworks, to write reusable components and utilities, to create layered and structured code and generate interactive reports
Python Scripting: Files, Inheritance, and Databases
This course is the third course in a series that aims to prepare you for a role working as a programmer. In this course, you will be introduced to the three main concepts in programming: Files, Inheritance and external libaries. Labs will allow the students to apply the material in the lectures in simple computer programs designed to re-enforce the material in the lesson.
C++ Object Basics: Functions, Recursion, and Objects
Code and run your first C++ program in minutes without installing anything! This course is designed for learners with limited coding experience, providing a solid foundation of not just C++, but core Computer Science topics that can be transferred to other languages. The modules in this course cover functions, recursion, objects, and mutability. Completion of the prior 2 courses in this specialization are recommended. To allow for a truly hands-on, self-paced learning experience, this course is video-free. Assignments contain short explanations with images and runnable code examples with suggested edits to explore code examples further, building a deeper understanding by doing. You'll benefit from instant feedback from a variety of assessment items along the way, gently progressing from quick understanding checks (multiple choice, fill in the blank, and un-scrambling code blocks) to small, approachable coding exercises that take minutes instead of hours.
JavaScript Security Part 1
This course covers XSS and Javascript Remote Code Execution and CSRF and Browser Security.
App Engine: Qwik Start - PHP
This is a self-paced lab that takes place in the Google Cloud console. This hands-on lab shows you how to create a small App Engine application that displays a short message. Watch the short video Build Apps at Scale with Google App Engine.
Software Defined Networking
In this course, you will learn about software defined networking and how it is changing the way communications networks are managed, maintained, and secured.
Cortex-M Software Development Fundamentals
This course delves into software development topics such as working with Arm C/C++ compilers and Arm debug tools to optimize your software, whether it's for performance or code size. This course also looks more closely at the Common Microcontroller Software Interface Standard and how it helps ensure that software targeted at Cortex-M devices can be written using a consistent approach.