Is it worth learning Java in 2021?

Some reasons to show you why should consider learning Java now In the IT world, where everything changes every day, is very often to be involved in discussions about which technology is better. One of the most common topics is related to programming languages, which one is newer, which one has better performance, why you … Read more

Forgot/Reset Password in Node js + Express + MySQL

In this tutorial, we’ll guide you through the process of sending a reset password link via email in a Node.js + Express + MySQL application using Nodemailer. We’ll also cover how to reset/update the password in the application using the sent reset password link. If you’ve already created a login and registration application using Node.js … Read more

Create an Azure Machine Learning Compute Instance using Azure Bicep Oct, 2021

Azure Machine Learning is a cloud service for accelerating and managing the machine learning project lifecycle. The image below shows a high-level architecture of Azure Machine Learning and the components included in the workspace: Once you have a Workspace deployed in your Azure subscription, you can start working on your own Azure Machine Learning Service, … Read more

💪Using Bicep to create workspace resources and get started with Azure Machine Learning | by Dave R – Microsoft Azure MVP☁️ | CodeX | Oct, 2021

Azure Machine Learning is a cloud service for accelerating and managing the machine learning project lifecycle. In Azure, you can create a model using the Machine Learning Service or use a model from an Open Source platform like TensorFlow or Pytorch. If you’re implementing Machine Learning(ML) Operations within your organization to bring ML models to … Read more

💪Creating an Azure Machine Learning Workspace and Datastores using Bicep | by Dave R – Microsoft Azure MVP☁️ | CodeX | Oct, 2021

You leverage Machine Learning in Azure as a cloud service for accelerating and managing the machine learning project lifecycle. In previous articles, I referred to the core components of the Azure Machine Learning service: Workspace: This is the core component. Check how you can create an Azure Machine Learning Workspace. Managed resources: These are Azure … Read more

💪Deploying Progress Sitefinity CMS in Azure using Bicep | by Dave R – Microsoft Azure MVP☁️ | CodeX | Oct, 2021

Progress Sitefinity is a modern CMS in a PaaS model that delivers intuitive web content management for business professionals, a robust CMS development environment, and a rich end-user experience. This article will review how we can deploy this platform in Azure using Bicep, the new domain-specific language (DSL) that uses declarative syntax to deploy Azure … Read more