AWS CLI Command CMDsheet
Introduction In this blog post, we will explore some commonly used AWS CLI commands that can help you manage your AWS resources efficiently. Whether you are a beginner or an experienced AWS user, ...
Introduction In this blog post, we will explore some commonly used AWS CLI commands that can help you manage your AWS resources efficiently. Whether you are a beginner or an experienced AWS user, ...
Introduction Microsoft Azure is a cloud computing platform and service provided by Microsoft. It offers a wide range of cloud services that enable organizations to build, deploy, and manage ap...
In this post, we will go through the stpes that I have used to get this blog (https://www.sakharams.github.io/) running on GitHub Pages with the chirpy-starter template to enable Google Analytics a...
VMware is a leading virtualization software provider that enables organizations to run multiple operating systems and applications on a single physical server. With VMware, businesses can consolida...
Hyper-V is a powerful virtualization tool developed by Microsoft. It allows you to create and manage virtual machines on Windows operating systems. In this blog post, we will explore the key featur...
Virtualization is a technology that allows multiple operating systems or applications to run on a single physical server or machine. It provides a layer of abstraction between the hardware and the ...
Creating a personal website to share your knowledge on DevOps using HTML, CSS, and JavaScript is a great idea! Below are the steps and some sample code to help you get started: Step 1: Plan Your W...
Primitive Data Types Primitive data types are the main built-in types, and could be used to build other data types. Type Description Declaration Naming Conven...
Non-Primitive Data Types Non-Primitive data types are user-defined data types created using primitive data types. Below are the different non-primitive data types: Classes A class combin...
Introduction to C# Difference between C# & .NET C# is a programming language. .NET is a framework for building applications on Windows. .NET framework consists of: Comm...