codefor.hashnode.devGetting 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...May 27, 2025·2 min read
codefor.hashnode.devChapter 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...Feb 18, 2024·3 min read
codefor.hashnode.devEloquent 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...Feb 8, 2024·3 min read
codefor.hashnode.devThings 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...May 24, 2023·6 min read
codefor.hashnode.devCheetSheet on Git and GitHub for beginnerWhen a 10-year-old asked me what are Git and GitHub? Imagine you have an application or project folder and you want to collaborate with other people on that project or you added a new feature for your application, now due to some mistake your applica...May 4, 2023·5 min read