Showing 2689–2700 of 18767 results
C++ Template Metaprogramming
Master template metaprogramming in C++ to write efficient, reusable, and type-safe code.
C++ Unit Testing Fundamentals Using Catch2 2
Writing unit tests is a big part of being a professional software developer. This course would teach you how to write readable and robust unit tests using Catch2, a simple yet powerful unit testing framework.
C++11 from Scratch
This course will take you from zero to being productive with modern C++, without requiring any previous specific programming knowledge.
C++11 Language Features
This course will provide you with detailed information about all of the changes made to the language since C++98/03.
C++17 in Detail: A Deep Dive
This course introduces the new features added in C++17, with practical examples, and how they can help improving the code efficiency and reducing runtime errors
C++20 Algorithms Playbook
If the C++ Standard Library seems intimidating, try getting started with it through the header. This course will teach you how to find pre-written functions that will speed up your development.
C++20 Fundamentals
If C++ scares you, or you've heard that it's a difficult language, this course will show you how easy Modern C++ can be. You will learn the fundamentals of the language so that you can write useful C++ applications.
C++20 STL Cookbook
Learn how to use the Standard Template Library (STL) in C++20, with practical examples and explanations of new features.
Caching and performance in Azure storage disks
Moving data as fast as possible is good for business. Learn about disk performance in Azure, how caching can help optimize read and write access to storage, and how to enable caching to help optimize the performance of Azure VM disks.
Caching JavaScript REST API Data with Local Storage
This course will teach you how to leverage the HTML storage API to store JSON data as well as exploring alternatives such as pouchDB.
Calculating Sales Tax Using Avalara’s AvaTax API in Python
Discover how to calculate sales tax using Avalara's AvaTax API in Python, focusing on integration and compliance considerations.
Calculating Sales Tax Using Avalara’s AvaTax API in Python
Master the use of Avalara's AvaTax API in Python to calculate sales tax for e-commerce applications.