Tag: Using

The Forgotten Way of Using the RSI

Sometimes we use indicators without knowing that they have more potential than they show. For example, the RSI is only used in one or two ways but there are a lot of techniques that you can apply on the RSI. This article presents a forgotten way of using the RSI. For a detailed and thorough colle...

Write your first declarative CI/CD pipeline using Jenkins

If you are a DevOps aspirant then you might have come across the term CI/CD pipelines in almost all DevOps job profiles. Today we will be taking a look on how to write your first CI/CD pipeline. What is a CI/CD pipeline Acontinuous integration and continuous deployment (CI/CD) pipeli...

Deploy Azure Databricks using Terraform

We can now provision Azure and Databricks infrastructure via Terraform as IaC. In this tutorial, I’m going to show you how. Requirements Terraform installed Azure CLI installed Azure account (free plan is enough) Terraform Code To get the latest version of this code please...

Using Xcode 14.3.1 on macOS Sonoma

Just updated your MacBook to Sonoma to try out the SwiftData or Game Porting Toolkit and lost access to your work project locked behind Xcode 14.3.1? Fear not! Even though Apple tries to dissuade you from doing it, it’s fairly simple. Download Xcode 14.3.1 Head over Xcoder...

Setting Up Node.js on MacOS Using NVM

Starting your JavaScript journey requires setting up your development environment. One of the essential tools is Node.js. In this tutorial, we’ll install Node.js on MacOS using Node Version Manager (NVM), which offers more flexibility and ease in managing multiple Node.js versions. $ nvm ...