LearnQuest

     

Integrating Test-Driven Development into Your Workflow (Coursera)

https://www.coursera.org/learn/test-driven-development-workflow

In this course we will discuss how to integrate best practices of test-driven development into your programming workflow. We will start out by discussing how to refactor legacy codebases with the help of agile methodologies. Then, we will explore continuous integration and how to write automated tests in Python. Finally, we will work everything we've learned together to write code that contains error handlers, automated tests, and refactored functions.

Introduction to Application Development (CourseraSpecs)

https://www.coursera.org/specializations/beginning-application-developer

Offered by LearnQuest. Learn programming from a solid foundation.. Master programming concepts that will prepare you for learning Java or ...

Introduction to Computer Programming with Visual Basic (CourseraSpecs)

https://www.coursera.org/specializations/visual-basic-computer-programming

Offered by LearnQuest. Learn to program in Visual Basic. Master concepts and strategies and begin programming in Visual Basic

Introduction to Data Science and scikit-learn in Python (Coursera)

https://www.coursera.org/learn/data-science-and-scikit-learn-in-python

This course will teach you how to leverage the power of Python and artificial intelligence to create and test hypothesis. We'll start for the ground up, learning some basic Python for data science before diving into some of its richer applications to test our created hypothesis. We'll learn some of the most important libraries for exploratory data analysis (EDA) and machine learning such as Numpy, Pandas, and Sci-kit learn. After learning some of the theory (and math) behind linear regression, w

Introduction to iOS App Development with Swift 5 (Coursera)

https://www.coursera.org/learn/ios-app-development-swift-5

Welcome to Introduction to iOS Application Development with Swift 5. In this course you'll use your Swift skills to create iOS applications. Some of the things you will learn in this course are: • Write the code to build your very first iOS application • Manage screen display with multiple views • Use auto layout and the interface builder • Create applications with user interaction • Design a user interface allowing for multiple screen size and direction • Write and execute unit tests to keep

Introduction to Java (Coursera)

https://www.coursera.org/learn/java-introduction

This Course is the first of a series of courses that make up the Core Java Specialization. The Core Java Specialization, in turn, is part of a series of programming specializations, derived from LearnQuest's private Java Bootcamps, designed to provide the skill set necessary to be hired as an IT developer using Java in many corporate environments. This course includes hands-on practice and will give you a solid knowledge of the Java language. After completing this course, you will be able to i

Introduction to Java as a Second Language (Coursera)

https://www.coursera.org/learn/intro-java-second-language

This course is meant to be an introduction to Java as a second language, if you are familiar with any computer programming language. It could be shell scripting, knowledge of older Java versions, JavaScript, etc. This course will allow you to quickly pick up the Java programming language. You will learn Java Object Orientation, and see the parallels with other programming paradigms. This is course 1 of a 3 course Specialization titled Java as a Second Language. It assumes that you know some pro

Introduction to Java Enterprise Edition (EE) (Coursera)

https://www.coursera.org/learn/introduction-ee

This course focuses on JEE as a platform. We discuss the motivation and purpose, as well as some of the frequently used libraries and technologies, in the Java Enterprise Edition. We take a look at Web basics, our building blocks for understanding how the internet works. Then, we get very hands on with understanding the Servlet hierarchy, and how servlets handle request/response cycles. Finally, we learn about transferring control via forward and redirect mechanisms.

Introduction to Object-Oriented Programming with Java (Coursera)

https://www.coursera.org/learn/object-oriented-programming-with-java

Introduction to OO Programming with Java is course 2 of the Core Java Specialization. After completing this course, you'll be able to create simple Java classes that exhibit the principle of Encapsulation, to import other classes for use, to work with Strings, print output and use advanced math functions. We'll begin with a brief refresher on necessary concepts from Object-Oriented Programming. Next, we'll introduce basic Java concepts regarding classes, enabling you to start writing simple Jav

Introduction to Programming in Swift 5 (Coursera)

https://www.coursera.org/learn/swift-5-programming-introduction

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: • An Introduction to Swift 5 programming concepts • Installing the necessary tools • Working with data such as Integers and Strings • Creating reusable code with functions • Working

Introduction to Python Scripting for DevOps (Coursera)

https://www.coursera.org/learn/python-scripting-intro

This course is the first 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 five main concepts in procedural programming: user input, console output, variable declaration and assignment, decision branching and iteration. Labs will allow you to apply the material in the lectures in simple computer programs designed to re-enforce the material in the lesson.

Introduction to Scrum Master Training (Coursera)

https://www.coursera.org/learn/introduction-to-certified-scrum-master

This course is designed to help Scrum beginners learn the foundational knowledge to become proficient with Agile Scrum. Throughout the course, learners will explore Agile methodologies and benefits of building incrementally. They will also learn about the roles within Scrum teams, events that happen during a Sprint, Agile artifacts, and the Definition of Done for a Sprint.

Introduction to Visual Basic Programming (Coursera)

https://www.coursera.org/learn/visual-basic-programming-introduction

This course is the second 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 five main concepts in procedural programming: user input, console output, variable declaration and assignment, decision branching and iteration. 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. Learners will need to have a local machine with any one

iOS App Store & In-App Purchases (Coursera)

https://www.coursera.org/learn/ios-swift-app-store-in-app-purchase

This course teaches basics of monetization on iOS, starting with in-app ads and then moving to in-app purchases. You will learn more advanced in-app purchase integrations, and you'll make both consumable and non-consumable purchases while building a realistic iOS app. Finally, you will learn how to take your apps even further with in-app subscriptions, and how to start and cancel subscriptions and create a delightful user experience.

IoT Systems and Industrial Applications with Design Thinking (CourseraSpecs)

https://www.coursera.org/specializations/iot-systems-and-industrial-applications-with-design-thinking

Offered by LearnQuest. Integrate IoT Systems with Industrial Automation. Use design thinking to make IoT work for Industrial Applications.

ITIL 4 Exam Preparation (Coursera)

https://www.coursera.org/learn/itil-4-exam-preparation

ITIL® 4 Foundation Test Preparation is designed to introduce learners to the key concepts, terminology, and best practices for creating, and improving the quality of IT services across the IT organization. This class is focused on exam preparation. Through a series of self-paced learning, practice quizzes and exams, students become acquainted with ITIL terminology, and how it applies to the Service Value Lifecycle. This course requires 5 weeks at about 2-4 hours/week to complete.

Jakarta Persistence (JPA) (Coursera)

https://www.coursera.org/learn/java-database-connectivity-jakarta-persistence

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

Java as a Second Language (CourseraSpecs)

https://www.coursera.org/specializations/java-programming-language

Offered by LearnQuest. Transfer your programming skills to Java. Learn to develop web and mobile applilcations using the Java language.

Java Class Library (Coursera)

https://www.coursera.org/learn/java-class-library

Java Class Library is the fourth and final course in the Core Java Specialization. The Core Java Specialization is part of a series of programming specializations, derived from LearnQuest's private Java Bootcamps, designed to provide the skill set necessary to be hired as an IT developer using Java in many corporate environments. After completing this course, you will be able to write reusable code that remains type-safe using Java Generics, work with collections of objects, work with files, ha

Java Database Connectivity (CourseraSpecs)

https://www.coursera.org/specializations/java-database-connectivity

Offered by LearnQuest. Java Database Connectivity. After this course you should not only be able to demonstrate the mechanics of JDBC but ...

Java Database Connectivity (JDBC) Introduction (Coursera)

https://www.coursera.org/learn/java-database-connectivity-introduction

The intent of Java Database Connectivity (JDBC) Introduction is to get some hands-on experience with foundational JDBC concepts. On our journey we’ll learn about why and how the API makes working with databases easy for Java Developers. After this course you should not only be able to demonstrate the mechanics of JDBC but furthermore, you should be able to explain the design and intent.

Java Enterprise Edition (CourseraSpecs)

https://www.coursera.org/specializations/java-ee

Offered by LearnQuest. Expand your potential with Java Enterprise Edition. Learn to build scalable and accessible Java enterprise applications.

Java Servlet Pages (JSPs) (Coursera)

https://www.coursera.org/learn/java-servlet-pages

This course will provide an overview of JSP and show the power of using Scripting Elements. Additionally, key JSP Directives are covered. We’ll do an overview of JSP Tags and introduce how to create and access Java Beans to manipulate their properties. We explore JSP Expression Language, examining the rules, syntax, and the most commonly used implicit objects. We also cover standard tags and JSTL.

Java Testing (CourseraSpecs)

https://www.coursera.org/specializations/learnquest-java-testing

Offered by LearnQuest. Learn to test Java functionality. Learn how various types of testing and mocking improve Java coding and enhance the ...

Java Testing: An Introduction to TDD (Coursera)

https://www.coursera.org/learn/introduction-test-driven-development

Test Driven Development (TDD) is an industry accepted technique to build Enterprise Applications and enhance quality. This course will introduce a test first approach for the development of Java artifacts and explain the benefits of adopting such a technique

Key Technologies in Data Analytics (CourseraSpecs)

https://www.coursera.org/specializations/key-technologies-data-analytics

Offered by LearnQuest. Understand the technologies behind data analysis. Master techniques and terminology used in Data Science

Kubernetes Integration and Advanced Orchestration Techniques (Coursera)

https://www.coursera.org/learn/advanced-kubernetes-third-course-3

The culminating course in this specialization dives into the integration of Kubernetes with Continuous Integration and Continuous Deployment (CI/CD) pipelines, providing learners with a comprehensive understanding of the intricate relationship between container orchestration and streamlined software delivery processes. Throughout this course, learners explore advanced orchestration techniques, including essential topics such as Helm, Kubernetes Operators, custom controllers, and GitOps workflows

Learning Linux for LFCA Certification (CourseraSpecs)

https://www.coursera.org/specializations/linux-for-lfca-certification

Offered by LearnQuest. Become proficient with Linux. Learn Linux for LFCA Certification

Linux Cloud and DevOps (Coursera)

https://www.coursera.org/learn/linux-cloud-devops

In this course, we look at Cloud, DevOps and the Linux operating system. The course material is a good for anyone preparing for the Linux Foundation Certified IT Associate (LFCA) exam or just interested in learning more about Linux. This course is the fourth course in a series that aims to prepare you for working as an information technology professional.

Linux Fundamentals (Coursera)

https://www.coursera.org/learn/linux-fundamentals

This course is the first of a series that aims to prepare you for a role working as an information technology professional. In this course, you will be introduced to the Linux operating system. You will learn about the licensing model and several Linux distributions. We will go through some services delivered in the Linux operating system. We will conclude this course by looking at how to search and analyze text using command line tools in the operating system.

Machine Learning for Supply Chains (CourseraSpecs)

https://www.coursera.org/specializations/machine-learning-supply-chain

Offered by LearnQuest. Use Machine Learning in the Supply Chain. You will learn to use machine language techniques to analyze and predict ...

Machine Learning Models in Science (Coursera)

https://www.coursera.org/learn/machine-learning-models-in-science

This course is aimed at anyone interested in applying machine learning techniques to scientific problems. In this course, we'll learn about the complete machine learning pipeline, from reading in, cleaning, and transforming data to running basic and advanced machine learning algorithms. We'll start with data preprocessing techniques, such as PCA and LDA. Then, we'll dive into the fundamental AI algorithms: SVMs and K-means clustering. Along the way, we'll build our mathematical and programming t

Managing Linux Systems (Coursera)

https://www.coursera.org/learn/managing-linux-systems

In this course, we look at how to manage a system with the Linux operating system installed. The course material is a good for anyone preparing for the Linux Foundation Certified IT Associate (LFCA) exam or just interested in learning more about Linux.

Managing Scope in a Java Enterprise Edition Application (Coursera)

https://www.coursera.org/learn/managing-scope-java-enterprise-edition-application

We’ll learn the purpose and some of the features of sessions. We’ll review basic servlet construction, examine servlet lifecycle, and take a look at how servlets maintain state. We’re going to dive a little deeper into session management, including request scope, application scope, and cookies.

Mastering Final Cut Pro (Coursera)

https://www.coursera.org/learn/mastering-final-cut-pro

This course unravels the post-production world for editors. Students will dive into the key features of Apple’s Final Cut Pro software for Video and Audio Editing and learn elements for creating professional videos with the use of transitions and effects, titles and motion graphics, color correction, 360 Video and Media Management. This self-paced course prepares students to pass the Final Cut Pro X certification exam. Learn at your own pace, retake the lessons as needed, and practice alongside

Mocking with JUnit (Coursera)

https://www.coursera.org/learn/mocking-j-unit

This course gives a foundational knowledge in mocking. What is mocking, why mock and how to mock are all questions that will be answered in this course.

Next-Generation Firewalls and Intrusion Prevention (Coursera)

https://www.coursera.org/learn/advanced-network-security-first-course-1

The dynamic landscape of network security, the mastery of advanced tools is imperative. This course is crafted to equip participants with an in-depth understanding of next-generation firewalls and intrusion prevention systems (IPS), pivotal components in contemporary network security. Course Highlights: Real-world Use Cases: Analyze real-world use cases of next-generation firewalls, emphasizing practical applications in diverse scenarios. Understand how these systems perform in response to actu

Object-Oriented Hierarchies in Java (Coursera)

https://www.coursera.org/learn/object-oriented-hierarchies-java

Object-Oriented Hierarchies in Java is the third of a series of courses in the Core Java Specialization. The Core Java Specialization is part of a series of programming specializations, derived from LearnQuest's private Java Bootcamps, designed to provide the skill set necessary to be hired as an IT developer using Java in many corporate environments. This course includes hands-on practice and will help you build on your knowledge of the Java language. After completing this course, you will hav

Object-Oriented Programming Concepts (Coursera)

https://www.coursera.org/learn/concepts-of-object-oriented-programming

In Object-Oriented Concepts, we will introduce the core concepts behind modern, object-oriented, programming. We will discuss objects, classes, messaging, inheritance, polymorphism, and more. As with Fundamentals of Programming, we will illustrate the concepts using the Python language, but they will be portable to other object-oriented programming languages.

Oracle Database Foundations (Coursera)

https://www.coursera.org/learn/introduction-to-oracle-sql

This Specialization is designed to help beginners learn the foundational knowledge invaluable towards their journey to becoming proficient with the Oracle database environment. There are four courses in this specialization. This is the first. Please be sure to take the courses in the order they are presented.

Oracle Database Platform (Coursera)

https://www.coursera.org/learn/oracle-database-platform

This course is designed to help you learn how to navigate the Oracle Database environment. Both GUI and command-line tools will be introduced to allow you to work with the Oracle Database. It is recommended that you complete the first course in this specialization, Oracle Database Foundations, before continuing to this second course.

Oracle SQL Basics (Coursera)

https://www.coursera.org/learn/oracle-sql-basics

This course, Oracle SQL Basics is the third course in the Oracle specialization. It is designed to help you learn the key elements of the Structured Query Language specific to Oracle. We recommend that you have completed the first two courses (Oracle Database Foundations and Oracle Database Platform) prior to beginning this one.

Oracle SQL Databases (CourseraSpecs)

https://www.coursera.org/specializations/oracle-sql-databases

Offered by LearnQuest. Become Proficient with Oracle SQL Databases. Master creating and editing databases with Oracle SQL

Oracle SQL Exam Prep (Coursera)

https://www.coursera.org/learn/oracle-sql-examprep

This course is designed to help you continue learning about Oracle SQL and prepares you to take the Oracle SQL Certification Exam. We'll review methodologies and terminology that we presented in the Oracle Specialization courses, show some demos and give in-depth explanations. You'll also have the opportunity to take a practice certification exam. We recommend that you first complete the Oracle SQL Databases Specialization.

Oracle SQL Practice Course (Coursera)

https://www.coursera.org/learn/oracle-sql-practice

This course is designed for SQL beginners to review SQL statements, including creating tables, adding columns, and modifying tables. We'll look at using alter statements and learners will practice using DDL and DML statements completing exercises.

Oracle SQL Proficiency (Coursera)

https://www.coursera.org/learn/oracle-sql-proficiency

This course is designed to help you continue learning about Oracle SQL and database management. We will look more closely at the Create, Alter, and Update commands, explore database relationships, and demonstrate how to use database views and SQL functions. It is recommended that you complete the first three courses of this specialization prior to this one.

Overview of JUnit Testing (Coursera)

https://www.coursera.org/learn/j-unit-testing

This course is a basic introduction to JUnit, covering the essential techniques for testing java code.

Prepared Statements and Stored Procedures (Coursera)

https://www.coursera.org/learn/java-database-connectivity-prepared-statements

This is the second course in Java Database Connectivity (JDBC) and builds upon the core principals and techniques in the JDBC 1 course. It utilizes PreparedStatements, highlighting their advantages over JDBC Statements. It will also introduce utilizing Stored Procedures on the database server itself to encapsulate complex SQL and PLSQL logic. The Course also introduces the idea of querying the database meta data such as table structures and how to cope with different SQL syntax for different

Principles and Technologies of 5G Mobile Networks (Coursera)

https://www.coursera.org/learn/5g-mobile-networks-technology-architecture-and-protocols-first-course-1

This 3 week course is designed for telecommunications engineers. Learners will first gain an overview of 5G mobile networks, including the fundamental principles, key technologies, and advancements over previous generations. Then, learners will explore the basic architecture of 5G networks, network slicing, and the different types of 5G network deployments. Lastly, learners will discover the fundamental technologies that drive the extraordinary capabilities of 5G networks.

Python Scripting for DevOps (CourseraSpecs)

https://www.coursera.org/specializations/python-scripting-devops

Offered by LearnQuest. Learn to develop and deploy software using Python. This specialization will provide you with foundation in the ...