Showing 11833–11844 of 14641 results
Refactor Node.js Express APIs into serverless Azure Functions APIs
Improve availability and scalability by refactoring existing Node.js Express APIs into Azure Functions serverless APIs with v4 programming model.
Refactoring for C# Developers
Refactoring is a critical developer skill that helps keep code from collapsing under its own weight. Learn how to recognize "code smells" that may indicate the need for refactoring and how to fix them with specific techniques and patterns.
Refactoring to SOLID C# Code
You’ve learned SOLID and Refactoring; now put them together! This course will teach you how to apply refactoring techniques to improve the design of an existing application, using SOLID principles as a guide.
Refactoring to SOLID Java
This course will teach you how to practically apply SOLID principles in Java applications to avoid technical debt and build robust, loosely coupled systems that can evolve easily over time.
Refine and test machine learning models
When we think of machine learning, we often focus on the training process. A small amount of preparation before this process can not only speed up and improve learning, but also give us some confidence about how well our models will work when faced with data we have never seen before.
Register an MLflow model in Azure Machine Learning
Learn how to log and register an MLflow model in Azure Machine Learning.
Register apps using Microsoft Entra ID
Explore the value and configuration options when registering an app in Microsoft Entra, to ensure your data and infrastructure is protected.
regreSSHion – an OpenSSH RCE Vulnerability: What You Should Know
Get to know how you might be affected by regreSSHion, an OpenSSH vulnerability that allows for remote code execution, and learn what you can do to assess and mitigate the impact.
Regression Discontinuity Design and Instrumental Variables
Mimic experiments with the data you already have and measure the effects of treatment even with incomplete data.
Regression Discontinuity Design and Instrumental Variables
Mimic experiments with the data you already have and measure the effects of treatment even with incomplete data.
Regular Expression Fundamentals
This course will teach you about the power of regular expressions and show you how to build good and performant regex, while avoiding all the pitfalls.
Regular Expressions for Programmers
Master regular expressions in programming, focusing on pattern matching and text manipulation techniques.