Archana Prustyarchana77.hashnode.dev·Nov 11, 2024An Introduction to Different Types of Variables in Python - day 36Introduction : Welcome back to my Python journey! Previously, I started the OOPs concept in python in python. Today, I dove into types of Variables, Let's explore what I learned! Types of Variables: Python support 3 types of variables 1. Instance Va...Discuss·10 likesPython
Harshit Sahuharshitsahu2311.hashnode.dev·Nov 10, 2024Terraform Variables (Part 2)Variables are fundamental constructs in every programming language because they are inherently useful in building dynamic programs. We use variables to store temporary values so that they can assist programming logic in simple as well as complex prog...Discuss·52 readsTerraform
Sharon Jonallagaddasharonlearns.hashnode.dev·Nov 9, 2024Variables in Bash ScriptingIn Bash scripting, variables allow us to store information for later use, minimizing repetition and enable us to save command outputs directly into variables. For example, the command file =$(ls) will execute ls, store its output in the file variable...DiscussShellBash
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Nov 4, 2024☑️Day 64: Deep Dive into Terraform Variables🚀🔹Table of Contents : Introduction Types of Terraform Variables with Real-World Examples Defining and Using Variables in Terraform Methods to Assign Variable Values Real-World Scenario Using Variables Essential Terraform Commands for Variables ...Discuss·10 likesDevops
Faria Karimfariakarim.hashnode.dev·Oct 31, 2024Ballerina Basics: 5 Fundamental Programming ConceptsIntroduction: This blog covers five fundamental programming concepts—variables, control structures, functions, data structures, and OOP—illustrated with examples in Ballerina. Mastering these basics is key to building efficient applications. 1. Varia...Discussfundamentals
Oluwatosin Oghenewaire Thompsongoninja.hashnode.dev·Oct 27, 2024Variables, Constants, and Values Guide in GolangWhen starting with Go, it is important to learn the fundamentals. Variables, constants, and values form the building blocks for all Go programs, allowing you to store and manipulate data as you build applications. Mastering these concepts is essentia...DiscussBeginner's Guide to Golang: Start Coding with Confidencevariables
Watson Kristinourtechlife.hashnode.dev·Oct 23, 2024Getting Started with Insomnia: How to Use Environment VariablesInsomnia is a powerful tool for designing, debugging, automated testing, and load testing APIs. Insomnia supports the concept of environments, which can be used for various purposes such as development, production, sandbox, and mock servers. In this...Discuss·1 likeEchoAPI
BDMfun-things.hashnode.dev·Oct 22, 2024Getting Started with Insomnia: How to Use Environment Variablesnsomnia is a powerful tool for designing, debugging, automated testing, and load testing APIs. Insomnia supports the concept of environments, which can be used for various purposes such as development, production, sandbox, and mock servers. In this ...Discussapi
sneh srivastavasnehcreate.hashnode.dev·Oct 21, 2024Bash Script: built-in (or predefined) variablesIn Bash, there are several built-in (or predefined) variables that hold information about the current shell session, scripts, and the environment. Some of the most common ones are listed below. While there isn't an exact number, Bash includes dozens ...DiscussBash
Renato Cruzjustcode.com.br·Oct 21, 2024Como instalar o VMware Workstation em distribuições LinuxHoje veremos como realizar a instalação do software de virtualização VMware Workstation em distribuições Linux. VMware Workstation O VMware Workstation é uma aplicação de virtualização para desktops que permite aos usuários criar e executar máquinas ...DiscussLinux