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 »