RGRama Grandhiinterraform-made-simple.hashnode.dev00Stop Hardcoding: Use Terraform Variables and Outputs 馃挕5d ago 路 3 min read 路 We鈥檝e already seen the Terraform lifecycle and created a simple EC2 instance using provider and resource configurations. But have you ever thought if we need to create multiple instances, should we wrJoin discussion
CKCollins Kimaniincollinskimani.hashnode.dev00Day 4: Deploying a Highly Available Web App on AWS Using TerraformMar 27 路 7 min read 路 Deploying a web server is one thing, but ensuring that the server is resilient is another. In this blog, I take you through how I deployed a robust, simple web app on AWS using Terraform. Input VariabJoin discussion
AAAsghar aliinasgharalifs.hashnode.dev00Understanding Variables and Data Types in JavaScriptMar 24 路 4 min read 路 We know that in the kitchen, the spices are stored in boxes, right? For each spice, we have a different box, for salt separate, for black paper power seprate. What these boxes are doing is storing somJoin discussion
MSManas Sahainmatrixnas.hashnode.dev00Variables and Data Types in JavaScriptMar 19 路 6 min read 路 When someone starts learning JavaScript, the very first thing that usually feels confusing is this idea of variables. At first, the word sounds technical, almost like something difficult, but in realiJoin discussion
HKHITESH KUMARinhiteshs-dev-blog.hashnode.dev00Understanding Variables and Data Types in JavaScriptMar 19 路 3 min read 路 In JavaScript variable are container, which store data in memory. language are provided variable declaration keyword using keyword then declare variable. JavaScript provide method like var, let, and cJoin discussion
RRRavi Ranjan Sharmaincodebysnorlax.hashnode.dev00Let's Talk About Variables: The Boxes of CodingMar 17 路 6 min read 路 Welcome to the world of coding! If you鈥檝e ever wanted to build your own app, analyze huge datasets, or make a video game, understanding how variables work is the very first step. It might sound compleJoin discussion
MKMohit Kumarinimohit1o1.hashnode.dev00Understanding Variables and Data Types in JavaScriptMar 15 路 3 min read 路 Remember your school pencil box? You had separate compartments鈥攐ne for pencils, one for eraser, one for sharpener. Each compartment stored a specific item. Variables are like those compartments in JavJoin discussion
SDSouparna Dharainsouparna-tech.hashnode.dev00Understanding Variables and Data Types in JavaScriptMar 15 路 8 min read 路 Welcome to the wonderful world of JavaScript! If you're just starting your coding journey, two of the most fundamental concepts you'll encounter are variables and data types. Think of them as the basiJoin discussion
GNGaurang Nagarinblogs.gaurangpods.com00Understanding Variables and Data Types in JavaScriptMar 15 路 6 min read 路 When someone starts learning programming, one of the first concepts they encounter is variables. At first the word might sound technical, but the idea behind it is actually very simple. Variables helpJoin discussion
MAMOUNSHI AFRID HOSSAINinmounshiafridhossain.hashnode.dev00Understanding Variables and Data Types in JavaScriptMar 15 路 5 min read 路 Imagine you are playing a video game. You collect 50 gold coins. The game needs to remember that number. Then, you buy a sword for 20 coins, and the game needs to remember your new balance is 30. If cJoin discussion