AZ-500: Microsoft Azure Security Technologies (ESI)

In this course students will gain the knowledge and skills needed to implement security controls, maintain the security posture, and identify and remediate vulnerabilities by using a variety of security tools. The course covers scripting and automation, virtualization, and cloud N-tier architecture. This certification track comes with the following benefits: Digital Courseware Practice Labs 30-Day…

Moving Up to Modern C++: An Overview of C++11/14/17

This introduction to Modern C++ surveys additions to the C++ language introduced in C++11, C++14 and C++17, featuring support for Increased code clarity (lambdas, uniform initialization, auto, new OOD control) Improved performance (rvalue references, move semantics and perfect forwarding) Concurrency (multiple threads, synchronization techniques, asynchronous task support, condition variables and atomic types).

AZ-400: Designing and Implementing Microsoft DevOps Solutions

This course provides the knowledge and skills to design and implement DevOps processes and practices. Students will learn how to plan for DevOps, use source control, scale Git for an enterprise, consolidate artifacts, design a dependency management strategy, manage secrets, implement continuous integration, implement a container build strategy, design a release strategy, set up a…

AZ-500: Microsoft Azure Security Technologies

In this course students will gain the knowledge and skills needed to implement security controls, maintain the security posture, and identify and remediate vulnerabilities by using a variety of security tools. The course covers scripting and automation, virtualization, and cloud N-tier architecture.

DP-100: Designing and Implementing a Data Science Solution on Azure

Learn how to operate machine learning solutions at cloud scale using Azure Machine Learning. This course teaches you to leverage your existing knowledge of Python and machine learning to manage data ingestion and preparation, model training and deployment, and machine learning solution monitoring in Microsoft Azure.

Power BI Developer-in-a-Day Workshop

Power BI Developer in a Day workshop is an accelerated one-day online training class designed to teach experienced developers how to program with the Power BI Service API and to embed Power BI reports and dashboard into their custom applications. This workshop uses a classroom training format which includes lectures, instructor demos and hands-on lab…

Machine Learning with Python

Python in Data Science is huge right now. This course covers the basics to get started looking with classification and regression in Machine Learning. We will use the popular Jupyter and scikit-learn tools to create models, train them, evaluate them, and finally interpret the results. We will use standard numeric evaluators as well as visualization…

Intermediate Python

Python is huge right now. There is a big demand for Python in web, backend, Data Science, and DevOps. It is easy to get started with Python, but you can be even more proficient if you learn some of the common Pythonic Idioms that are somewhat unique to Python. Topics covered include testing, functional constructs,…

Fundamentals of Python

Python is huge right now. There is a big demand for Python in web, backend, Data Science, and DevOps. It is easy to get started with Python, but you can be a lot more proficient if you have the requisite background explaining how Python works and how it may be different from other languages you…

Exploring Data with Pandas and Python

Python in Data Science is huge right now. This course covers the basics to get started looking at and manipulating data in Python. We will use the popular Jupyter and Pandas tools to ingest, tweak, visualize, and pivot data. There are ample labs for you to try out the tools on your own. Topics covered…

55247AC: Designing and Implementing Cloud Data Platform Solutions

This three-day instructor-led course is intended for data professionals who want to design and implement Microsoft Azure solutions for SQL Server, Azure SQL Database, MySQL and PostgreSQL. Microsoft Azure subscriptions will be issued to each student so they can practice migration, security, availability, disaster Recovery, scalability, monitoring and troubleshooting solutions.

Docker Security

Building containerized applications has revolutionized the process of developing and running microservices.  Instead of worrying about underlying system dependencies, container images include all of the necessary components to run an application on any platform, they are much smaller which makes them more portable, and enables simplified autoscaling. Docker is designed to make it easier to…