Search result for Software Development Online Courses & Certifications
Get Course Alerts by Email
Browser-based Models with TensorFlow.js
by Laurence Moroney- 4.7
Approx. 17 hours to complete
Bringing a machine learning model into the real world involves a lot more than just modeling. This Specialization will teach you how to navigate various deployment scenarios and use data more effectively to train your model. In this first course, you’ll train and run machine learning models in any browser using TensorFlow....
Introduction to Programming in Swift 5
by Mark Price- 4.5
Approx. 11 hours to complete
Welcome to Introduction to Programming in Swift 5. In this course we will introduce you to the absolute basics of the Swift programming language. Whether you are a brand new programmer or have experience with other programming languages this course is for you. Some of the things you will learn in this course are:...
Python Programming Essentials
by Scott Rixner , Joe Warren- 4.8
Approx. 10 hours to complete
This course will introduce you to the wonderful world of Python programming! We'll learn about the essential elements of programming and how to construct basic Python programs. We will cover expressions, variables, functions, logic, and conditionals, which are foundational concepts in computer programming. This course is the foundation for building expertise in Python programming....
API Security on Google Cloud's Apigee API Platform
by Google Cloud Training- 4.6
Approx. 8 hours to complete
In this course, you learn how to secure your APIs. You explore the security concerns you will encounter for your APIs. You learn about OAuth, the primary authorization method for REST APIs. You will learn about JSON Web Tokens (JWTs) and federated security. Module 0: Introduction Course Series Introduction Course Introduction...
Java Programming: Arrays, Lists, and Structured Data
by Andrew D. Hilton , Robert Duvall , Owen Astrachan , Susan H. Rodger- 4.7
Approx. 14 hours to complete
Build on the software engineering skills you learned in “Java Programming: Solving Problems with Software” by learning new data structures. Use these data structures to build more complex programs that use Java’s object-oriented features. At the end of the course you will write an encryption program and a program to break your encryption algorithm....
Fundamentals of Parallelism on Intel Architecture
by Andrey Vladimirov- 4.6
Approx. 15 hours to complete
This course will introduce you to the multiple forms of parallelism found in modern Intel architecture processors and teach you the programming frameworks for handling this parallelism in applications. You will get access to a cluster of modern manycore processors (Intel Xeon Phi architecture) for experiments with graded programming exercises. Modern Code...
Programming Reactive Systems
by Roland Kuhn , Konrad Malawski , Martin Odersky , Julien Richard-Foy- 0.0
Approx. 51 hours to complete
Reactive programming is a set of techniques for implementing scalable, resilient and responsive systems. The basic building-block of such systems is event handlers. This course teaches how to implement reactive systems in Scala by using high-level abstractions based on event-handlers. You will learn how to: - use, transform and sequence asynchronous computations using Future values...
Design Patterns
by Kenny Wong- 4.7
Approx. 15 hours to complete
This course extends object-oriented analysis and design by incorporating design patterns to create interactive applications. Through a survey of established design patterns, you will gain a foundation for more complex software applications. Finally, you will identify problematic software designs by referencing a catalog of code smells. You will also critique a given Java codebase for code smells....
The Arduino Platform and C Programming
by Ian Harris- 4.7
Approx. 13 hours to complete
The Arduino is an open-source computer hardware/software platform for building digital devices and interactive objects that can sense and control the physical world around them. In this class you will learn how the Arduino platform works in terms of the physical board and libraries and the IDE (integrated development environment). Please note that this course does not include discussion forums....
Python Project: pillow, tesseract, and opencv
by Christopher Brooks- 4
Approx. 20 hours to complete
This course will walk you through a hands-on project suitable for a portfolio. You will be introduced to third-party APIs and will be shown how to manipulate images using the Python imaging library (pillow), how to apply optical character recognition to images to recognize text (tesseract and py-tesseract), and how to identify faces in images using the popular opencv library....