YVYashas Vincodefor.hashnode.dev·Apr 9 · 8 min readUnderstanding AWS by Understanding the Problem it FixedMost people jump straight into AWS services and get lost. What actually helped me was going one step back understanding the problem that made cloud necessary in the first place. The old way — buying s00
YVYashas Vincodefor.hashnode.dev·May 27, 2025 · 2 min readGetting Started with AWS EC2 – A Simple GuideWhen you first log in to the AWS Console, you’re stepping into a world full of powerful cloud services. One of the most popular services is EC2, which stands for Elastic Compute Cloud. In simple terms, EC2 lets you request a virtual machine (VM) that...00
YVYashas Vincodefor.hashnode.dev·Feb 18, 2024 · 3 min readChapter 2 - Program Structure (Part 1)In this chapter, Marijn Haverbeke delves into the realm of programming with JavaScript. Expressions and Statements An expression in code is a piece of code that results in a value. Expressions can be as simple as a number like 22 or a string like "ps...00
YVYashas Vincodefor.hashnode.dev·Feb 8, 2024 · 3 min readEloquent JavaScriptSummary of Introduction Chapter In the Introduction chapter, the author revolved around some basic concepts of programming and computers. He started with an observation of how computers in modern society are like screwdrivers but their complexity far...00
YVYashas Vincodefor.hashnode.dev·May 24, 2023 · 6 min readThings you need to Know before learning DockerLife Before Docker If you want to learn about Docker, you need to first know about, what were the problems that people were facing before Docker came into existence. So let's get started. Before the era of running multiple applications on a single se...00