Software Development
Showing 577–588 of 2824 results
Continuous Delivery Using Docker And Ansible
Learn how to fast-track applications from development to production by automating various application tasks with Docker and Ansible. You'll learn how to create a continuous delivery workflow that delivers a sample Python Web application to AWS.
Continuous integration with Azure DevOps for Microsoft Dynamics 365 Business Central
What tools are used by many Business Central developers to manage the creation of apps? This path discusses Azure DevOps, Git, Visual Studio Code, and other tools you can use to manage the development process.
Continuous Verification and the Myths of Reliability
Much of the knowledge around systemic properties has been at the expense of reliability "best practices" that feel intuitive but are not backed up by data. Forward-looking enterprises reject those myths and are now discussing their CI/CD/CV strategy.
Continuously Deliver IIS-based .NET 4 Applications
This course will help get your code built when changes are committed, then get your IIS applications deployed using automated steps from VSTS or TFS! You'll see examples of this for ASP.NET Core and Framework sites as well as WCF apps.
Contribute to an open-source project on GitHub
Learn how to use GitHub to find open-source projects and tasks to contribute to. Discover how to create pull requests and communicate with project maintainers effectively to get your changes accepted. Learn about the benefits of getting involved with open-source communities.
Contributing to an Open Source Project on GitHub
In this course, you will learn how to get involved in an open source project by being an effective contributor. You'll understand how to onboard yourself, engage the team, work with others, and walk through real-world scenarios.
Control and govern your Azure environment by deploying your infrastructure as code
Plan how to harden and help secure your Azure environment, along with the controls to apply to your configuration changes and deployments. Require your infrastructure be defined as code, and protect your environment against manual changes.
Control Azure services with the CLI
Install the Azure CLI locally and use it to manage Azure resources.
Control variable scope and logic using code blocks in C#
Use code blocks with more confidence, understanding how they impact the visibility and accessibility of both higher and lower-level constructs in your code.
Controlling Program Flow in C# 9
C# is a rich, strongly typed language that provides many options for controlling the flow of your code. This course will teach you how to use various types of statements and expressions to add meaningful decision logic and handle tasks in your apps.
Controlling Program Flow in Java (Java SE 11 Developer Certification 1Z0-819)
This course will teach you the tips and tricks of managing application control flow in Java to help prepare you for the certification exam.
Convert data types using casting and conversion techniques in C#
Take control of the data in your applications, knowing when to apply the correct technique to change data types as needed.