Software Development
Showing 61–72 of 2769 results
Adobe Photoshop CC 2023 Introducción para principiantes
Aprende a editar | dibujar | diseñar | componer fotos con el editor de fotos
Advanced Bicep
Bicep enables you to deploy Azure resources. Bicep uses a declarative syntax that you treat like application code. Treating your infrastructure as code enables you to track changes to your infrastructure requirements and makes your deployments more consistent and repeatable.
Advanced C# 7 Collections
Learn to use the full range of Microsoft collections, from lists and dictionaries to sets, queues, and concurrent and immutable collections. This course will explore the principles of ensuring code with collections is scalable and robust.
Advanced C++ Mocking Using Google Mock 1
Writing unit tests is not trivial. In this course, you'll learn how to succeed using a powerful tool, Google Mock. It has become the standard mocking framework for C++ developers who want to write high quality code faster.
Advanced Debugging with Visual Studio 2019
This course is for users of Visual Studio 2019 Enterprise Edition. It describes two powerful debugging tools available in only this edition: IntelliTrace and Code Map.
Advanced Defensive Programming Techniques
This course will lead you step by step through the process of developing defensive design practices, which can substitute common defensive coding, for the better of software design and implementation.
Advanced Entity Framework 6: The Ninja Features
Gain deep insight into advanced features of Entity Framework 6 so that you can take your data access code to the Ninja level!
Advanced Git 2 Techniques
This course will cover how to leverage advanced Git techniques like hooks, attributes, and submodules as well as tools for helping you find bugs and automate repetitive tasks when using Git.
Advanced Git Tips and Tricks
Get the most out of Git by exploring its lesser-known features to take your daily workflow to the next level. This course teaches you how to find a good workflow, track commits, and even debug.
Advanced Node.js 12
This course will teach you the core Node.js concepts and API modules from simple utility modules all the way to streams and clusters.
Advanced Techniques in Go Programming
This course covers advanced Go programming, including how to build concurrent systems such as web services, RESTful servers, and gRPC servers.
Advanced testing with pytest
Improve multi-input tests with parametrize and use pytest fixtures for reusable code.