How to become a devops freelancer

Becoming a DevOps freelancer requires a combination of technical skills, business acumen, and effective self-marketing. Here are some steps to help you get started on your journey to becoming a…

Read more »

DevOps Support Services Market in India

The DevOps support services market in India is growing rapidly. The market is expected to reach US$ 3.3 billion by 2023, growing at a compound annual growth rate of 20.1%…

Read more »

5 Key Considerations Before Embarking on An App Development Project

With over 6.9 billion smartphone users worldwide, the mobile app market has become an attractive avenue for entrepreneurs and tech companies. In fact, Statista projects that global mobile app revenue…

Read more »

Demo Project for Git and Git hub

Step 1: Install Git Installing Git on your computer allows you to use Git commands to track changes in your project. You can download and install Git from the official…

Read more »

Mastering the Art of Code Writing: Tips for DevOps School Students

Writing clean code is one of the fundamental elements of DevOps school success. Clean code is a reader-focused style of software development that creates products that are easy to write,…

Read more »

Azure Data Factory Pipeline Job failure with SqlErrorNumber=18456

Go through the steps to troubleshoot and resolve the error message you encountered in your Azure Data Factory (ADF) pipeline job: Step 1: Check Linked Service Configuration Step 2: Check…

Read more »

How to get port of a pod in Kubernetes?

To get the port of a pod in Kubernetes, you can use the kubectl command along with the get and describe options. Here are the steps: 1. List all the…

Read more »

Node port forwarding Concept in Kubernetes

In Kubernetes, the concept of “node port forwarding” allows you to access a service running on a specific node in your cluster. It enables you to access services or pods…

Read more »

Debug if pod fails to create in Kubernetes

When a pod fails to create in Kubernetes, you can follow these steps to debug the issue 1. Check the pod status: Example output: In this example, the pod is…

Read more »

Debug for Docker Container

Please follow below steps to Debug Docker container: 1. Check the logs of the MongoDB container: This command will display the logs generated by the MongoDB container. Check if there…

Read more »

Docker and Kubernetes Demo Project

Here’s a step-by-step guide to creating a simple project with a web server and app server using Docker and Kubernetes on Ubuntu, ensuring that the Docker image is accessible from…

Read more »

A Comprehensive Guide About Where to Look for Warehouse Job Vacancies in Singapore

Are you looking for a warehouse job vacancy in Singapore? If so, you’ve come to the right place. In this guide, we’ll explore all the different places you can look…

Read more »

A Full Paper Formatting Guide for Students

Academic writing has always been a major stressor for college students. This kind of task often implies working under a tight deadline and carrying out a lot of research. Also,…

Read more »

6 Rules of Financial Stability for Students

Earning a college degree has never been cheap, and it seems to get even more pricey now. In order to cover all expenses and ensure high quality of life, students…

Read more »

How to Get Better at Essay Writing

A couple of centuries ago, not so many people had writing skills. Luckily, almost everyone possesses them today. And it’s not surprising, as we are all willing to create brilliant…

Read more »

SQL SERVER queries to gather information about the workload

To get the top queries that are taking the longest time to execute: To get the top resource-intensive queries: To get the top wait types:

Read more »

How To Migrate Azure SQL database from Standard Tier to Hyperscale Tier

Data migration Time Required Benefits of Migration over Upgrade Prerequisite to Migrate an Azure SQL database from Standard Tier to Hyperscale Tier Steps to Migrate an Azure SQL database from…

Read more »

How To Upgrade Azure SQL database from Standard Tier to Hyperscale Tier

Analysis for conversion Standard Tier to Hyperscale conversion Below are the two approach- Upgrade Time Required Prerequisite to upgrade an Azure SQL database from Standard Tier to Hyperscale Tier Prerequisites…

Read more »

Difference between INFORMATION_SCHEMA and SYS schema in SQL SERVER

In SQL Server, both INFORMATION_SCHEMA and sys are schema-based views that provide metadata about database objects. However, there are some differences between the two: In summary, the INFORMATION_SCHEMA views provide…

Read more »

Query to check Tables row count and space details in SQL Server

The sp_spaceused stored procedure to retrieve the table size information: Replace ‘YourTableName’ with the name of the table you want to check. This will return a result set with information…

Read more »

Difference Between Azure Activity and Azure Diagnostic logs

Azure Activity and Azure Diagnostic logs are two different services in Azure that provide different types of logs. Azure Activity logs It provide insight into operations that were performed on…

Read more »

What is Azure Data Lake Storage (ADLS)?

Azure Data Lake Storage (ADLS) is a cloud-based data storage solution offered by Microsoft Azure. It is designed for big data analytics and allows organizations to store and process vast…

Read more »

What is Azure Synapse?

Azure Synapse Analytics is a cloud-based big data analytics solution provided by Microsoft Azure that enables you to analyze large amounts of data from various sources in one place. It…

Read more »

What is Azure hyperscale?

Example for Azure hyperscale

Read more »

What is Azure Databricks

Note: Apache Spark is an open-source analytical platform for processing big data. In simple terms, it is a tool for analyzing large amounts of data quickly and efficiently. It allows…

Read more »

Azure Data Factory

Some Examples to Understand azure Data Factory

Read more »

How to Create EKS Cluster on AWS

Step 1:Creating IAM role for EKS cluster (for manage purpose) Role Name – EKS_Cluster Step 2: To Create VPC – Go to Cloud Formation – Stack It helps in creating…

Read more »

To become a DevOps Engineer on AWS, you should learn the following:

Read more »

Reasons Why Plagiarism Is Harmful For Marketing And How To Remove It

Plagiarism is a concerning issue in content marketing that leads to a loss of reputation, time, and effort. Nobody wants to commit plagiarism deliberately. But when it comes to the…

Read more »

How to set Java Path and install Java in Mac OS via terminal

Download from below link https://jdk.java.net/archive/ 11.0.2 (build 11.0.2+9) Windows 64-bit zip (sha256) 179 MB Mac 64-bit tar.gz (sha256) 174 MB Linux 64-bit tar.gz (sha256) 179 MB Source Tags are jdk-11.0.2+9, jdk-11.0.2-ga Step 1: export PATH=$PATH:/Users/jami/Documents/java/jdk-11.0.2.jdk/bin Step…

Read more »