Software Development
Showing 121–132 of 673 results
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++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.
Case Studies: Building Web Applications with Shiny in R
Practice your Shiny skills while building some fun Shiny apps for real-life scenarios!
Certified Kubernetes Application Developer: Application Design and Build
This course will teach you everything required to pass the Application Design and Build elements of the CKAD exam.
Class Libraries in C#
Understanding and using class libraries is essential if you want to better organize your code, make it reusable, and make it easily distributable to other developers and teams. This course will teach you how to create, configure, test, and distribute C# class libraries.
Clean Coding Principles in C#
Clean code is the art of writing code that humans can understand. Learn how to write C# in a style that's easy to write, read, and maintain. This course is filled with clear comparisons between "dirty" C# code to avoid, and the "clean" C# equivalent.
Clojure 1 Fundamentals
Clojure is a robust and productive functional programming language. This course will teach you the basics of Clojure so that you can build your own Clojure programs and applications.
Code Review with GitHub Copilot
This course will teach you how to effectively use GitHub Copilot and GitHub Copilot Chat in your daily workflow as a software engineer.
Code-first Entity Framework 2 with Legacy Databases
Most code generators are inflexible, but with the Entity-Framework Reverse POCO Generator, you can create code exactly how you want it. You'll learn how to reverse-engineer a legacy or current SQL Server database into Code-first Entity-Framework code.
Coding to be Event-driven
This talk, applicable to both Java and JavaScript developers alike, will discuss key benefits of developing software using event-driven design by using a dragon boat race.
Collaborative Coding in Visual Studio 2022 Using Visual Studio Live Share
This course will teach you how to collaborate with others in real time using Visual Studio’s Live Sharing features.