Back to Courses

Software Development Courses - Page 34

Showing results 331-340 of 1266
Google Apps Script: Access Google Sheets, Maps & Gmail in 4 Lines of Code
This is a Google Cloud Self-Paced Lab. In this lab, we'll introduce you to one of the easiest ways to write code that accesses Google developer technologies, all by leveraging one of the mainstream web development languages, JavaScript.
Spring Boot Inversion of Control and Dependency Injection
In this project you will use the Spring Boot Framework to implement Inversion of Control and use the IOC framework to inject Dependency into an existing web service application. Traditional application development involves a main starting program that invokes libraries and functions to accomplish something. Inversion of control is used to simplify application development by allowing a Framework to handle the control in the application. In the Spring Boot Web Framework, the developer gives the framework the objects it needs to accomplish a task, such as providing a POJO to represent the data, but the control of the application is handled by the framework itself.
Command Line Interface (CLI) With Golang From Infosys
Do you know how Command Line Interfaces can connect to cloud services at your company? Do you want to be the creator of this connection and even, this tool? Then this Guided Project is for you! “Command Line Interface using Golang“ is an hour long Guided Project, where by the end, you will have built a Command Line Interface for a Cloud Provider using Go lang. Go programs are frequently used in the IT industry for building software tools for software vendors. This project is perfect for advanced programmers who are looking to enhance their Go Lang skills. More specifically, you will use Go Lang to build your very own Command Line Interface for a private cloud, hosted by a large company. Brought to you by Infosys, a global leader in next-generation digital services and consulting, this project is created by their very own technical educator, who has designed various training programs around programming languages, including Go. Ready, set, GO!
Modern Robotics, Course 4: Robot Motion Planning and Control
Do you want to know how robots work? Are you interested in robotics as a career? Are you willing to invest the effort to learn fundamental mathematical modeling techniques that are used in all subfields of robotics? If so, then the "Modern Robotics: Mechanics, Planning, and Control" specialization may be for you. This specialization, consisting of six short courses, is serious preparation for serious students who hope to work in the field of robotics or to undertake advanced study. It is not a sampler. In Course 4 of the specialization, Robot Motion Planning and Control, you will learn key concepts of robot motion generation: planning a motion for a robot in the presence of obstacles, and real-time feedback control to track the planned motion. Chapter 10, Motion Planning, of the "Modern Robotics" textbook covers foundational material like C-space obstacles, graphs and trees, and graph search, as well as classical and modern motion planning techniques, such as grid-based motion planning, randomized sampling-based planners, and virtual potential fields. Chapter 11, Robot Control, covers motion control, force control, and hybrid motion-force control. This course follows the textbook "Modern Robotics: Mechanics, Planning, and Control" (Lynch and Park, Cambridge University Press 2017). You can purchase the book or use the free preprint pdf. You will build on a library of robotics software in the language of your choice (among Python, Mathematica, and MATLAB) and use the free cross-platform robot simulator V-REP, which allows you to work with state-of-the-art robots in the comfort of your own home and with zero financial investment.
Linux System Programming and Introduction to Buildroot
This course provides an overview of System Programming for the Linux operating system, or software which is interfacing directly with the Linux Kernel and C library. The basic components of a Linux Embedded System, including kernel and root filesystem details are discussed. The Buildroot build system is introduced, which students use to build their own custom Embedded Linux system through programming assignments.
Building Navigational Workflows Using React
Forms are an essential part of modern-day workflow. They are the primary medium of collecting, validating, and storing user data to provide great user experience. React library helps in developing forms using controlled components. Alternatively, open-source Libraries like Formik can be used for handling form input validations and form submissions efficiently. Additionally, React library is supported by React Router library which facilitates developers to rapidly enable routing between components. In this course, you will explore React forms, Formik library and React Router library for creating navigational workflows.
Abstraction, Problem Decomposition, and Functions
This course is the third course in the specialization exploring both computational thinking and beginning C programming. Rather than trying to define computational thinking, we’ll just say it’s a problem-solving process that includes lots of different components. Most people have a better understanding of what beginning C programming means! This course assumes you have the prerequisite knowledge from the previous two courses in the specialization. You should make sure you have that knowledge, either by taking those previous courses or from personal experience, before tackling this course. The required prerequisite knowledge is listed below. Prerequisite computational thinking knowledge: Algorithms and procedures and data collection, analysis, and representation Prerequisite C knowledge: Data types, variables, constants; STEM computations; selection; and iteration (looping) Throughout this course the computational thinking topics you'll explore are abstraction, which is deciding which details matter for the problem you're trying to solve, and problem decomposition, which is about breaking large problems into smaller sub-problems to handle complexity. For the programming topics, you'll continue building on your C knowledge by practicing using arrays, which let you store multiple values in a single variable, and strings, which are arrays of characters. You'll also learn how to implement functions, which are the mechanism we use for problem decomposition in our C programs. Module 1: Learn about arrays as a way to store multiple values in a single variable Module 2: Discover how we store and process strings (arrays of characters) Module 3: Explore abstraction and problem decomposition Module 4: Use functions to implement problem decomposition in your code
Introduction to Front-end Development with ReactJS
In this 1-hour long project-based course, you will learn about React Basics & Theory, Initialization, React Router, Components, Hooks, State, and deployment with Netlify. You should know basic HTML & CSS before beginning this project. For development, your cloud desktop will come installed with Visual Studio Code. 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.
Fundamental Linear Algebra Concepts with Python
In this course, you'll be introduced to finding inverses and matrix algebra using Python. You will also practice using row reduction to solve linear equations as well as practice how to define linear transformations. Let's get started!
Create an interactive fiction adventure game with Python
In this 2-hour long project-based course, you will learn how to create an interactive fiction text adventure game in Python, the basics of programming and of Python language. 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.