Back to Courses

Software Development Courses - Page 115

Showing results 1141-1150 of 1266
Creating And Controlling Git Repository Using AWS CodeCommit
In this 1-hour long project-based course, you will learn how to work with GIT Repositories on AWS CodeCommit. We will first look how to create authentication credentials to create a GIT repository using IAM Roles. We will then look at how to work with this repository using your local machine. We will look at how to commit & push code written by you and pull any changes made by other users. We will then move on to look how we can use branches to maintain different versions of a project. Finally we will look at how to how to create tags to make commits more human readable. By the end, you should be comfortable in maintaining and sharing your code in AWS CodeCommit. 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.
Database Operations in MariaDB Using Python From Infosys
Have you ever imagined performing various operations on a database without writing a single query? Did you know that Python can be used to accomplish these task effortlessly? By taking this Guided Project, you will be able to accomplish exactly this task! “Database Operations in MariaDB using Python” is for any system or database administrator who wants to automate their daily tasks of performing routine operations on a database. By the end of this 1-hour long Guided Project, you will have created scripts written in Python to perform various database operations in a MariaDB server. Get ready to easily CREATE, READ, UPDATE and DELETE employee data from a table within a company’s server. Brought to you by Infosys, a global leader in next-generation digital services and consulting, this project is created by a certified Technology Associate in Python Programming, and Technology Analyst at Infosys. Let's get started!
Introduction to Computer Programming
This MOOC provides you with the foundational skill set required to write computer programs. If you are interested in learning how to write interactive, graphical programs from an introductory level in a real programming language, this is the course for you. You will begin by learning the basics of editing and running programs. Then you will learn how to create 2D graphics using shapes and coordinates. Finally, you will learn how to create interactive graphics that you can control with the mouse. You will even solve a set of interactive puzzles using your coding skills in the Sleuth game which has been created especially for this course. The course uses the Javascript language and the p5.js library.
Real-World Cloud PM 3 of 3: Security, AWS Well-Architected
Sponsored by AMAZON WEB SERVICES (AWS). Learn real-world technical and business skills for product managers or any job family involved in the rapidly expanding cloud computing industry. Ace the AWS Certified Cloud Practitioner Exam. This course is the 3rd in a 3-course Specialization. Complete the first and second courses before attempting this one. Featuring * NANCY WANG, GM of AWS Data Protection Services, AWS; Founder and CEO, Advancing Women in Tech (AWIT) * BOYD BISCHOFF, Director Software Development AWS * GORDON YU, Technical Product Manager, AWS; General Counsel and Coursera Director, AWIT.
Requirements Elicitation: Artifact and Stakeholder Analysis
In Elicitation: Artifact and Stakeholder Driven Analysis, you will learn to use both recorded and presently unrecorded knowledge in your elicitation techniques. As you get started in finding out about the new product, you must first learn about the product that was (if there was one) and then learn about the system to be. Oftentimes, you'll find yourself in an environment you know nothing about! This course will help you find ways to learn about the domain, the system that was, and the system to be. Please review: "Who this class is for to determine if you are ready to take this graduate level course".
Test your Build in the Debugger with Eclipse
By the end of this project, you will be able to use the Eclipse Debugger to create breakpoints, view the values of variables, add step filters, create exception breakpoints, create condition breakpoints and use tracepoints. This project uses Java with the Eclipse IDE. This project is for intermediate programmers and Anyone with an understanding of methods, variables, if statements, loops, classes, and the Eclipse IDE with a desire to learn how to use debugging tools should partake in this course. Learning how to use debugging tools will enhance your debugging skills, making you a more productive and efficient programmer. A large amount of programming is solving bugs, it makes sense to utilise tools to make the task easier.
Python Object Basics: Functions, Recursion, and Objects
Code and run your first python program in minutes without installing anything! This course is designed for learners with limited coding experience, providing a solid foundation of not just python, 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.
Create a singly linked list of simple data using Java
In this project, the learner will create a singly-linked list where each node stores simple data (like name and age). The learner will achieve this by creating a node and writing methods to add, remove, and output data in the linked list. The learner will also learn how to use the Java LinkedList class to implement a singly-linked list.
Create Your First Multithreaded Application in Java
In this 2-hour long project-based course, you will learn how to create a banking application that uses conditions and locks to ensure thread safety, practice designing programs that take advantage of multiple threads without losing data integrity, and learn how to apply multithreading to your own projects. By the end of the guided project, you will be able to create your own thread-safe Java multithreaded applications. Mutithreading is an essential part of modern programming. Almost all modern computers contain multi-core CPUs, GPUs, or even multiple CPUs. Multithreading allows us to have multiple parallel threads of execution, allowing our programs to become multiple times faster than a single threaded application. In addition, understanding parallel programming principles is essential for building many modern applications such as video games, data science, and server connections. Understanding how to create Java multithreaded applications will greatly expand your programming potential. This course works on the Rhyme platform, which allows you to have a custom Windows VM ensuring you do not have to worry about any of the setup work for your application. Students will be able to code along on their desktop and learn by coding with the instructor. At the end of the course, you will receive the files you created in the course. 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.
Introduction to JavaScript
In this beginning-level course you will discover where JavaScript fits into the world of web development. Through hands-on exercises, you will use the Notepad++ text editor to embed JavaScript code to an existing HTML document. As you code a simple JavaScript program to provide user interaction you will learn to recognize and apply syntax rules and coding standards associated with JavaScript. The final activity in the course has you moving your JavaScript code into an external file so that you can compare inline and external JavaScript. 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.