Getting Started With AWSWhat is AWS? What is Cloud Computing? Cloud computing is the practice of using computing resources over the internet instead of owning and maintaining physical hardware. These resources include: Virtual servers Storage systems Databases Networkin...Dec 13, 2025·20 min read
Functions and ScopeIntroduction to Functions What is a Function in JavaScript? Functions are a fundamental concept in JavaScript, allowing you to group a set of statements together to perform a specific task. Naming and Purpose A function’s name should be descriptive a...Oct 29, 2024·6 min read
JavaScript Basics for InterviewsWith 10 days of Diwali vacation ahead, I’m diving into JavaScript Mastery in 10 Days—a focused series designed to help JavaScript developers revisit core concepts and ace those must-know topics for interviews and beyond. Data Types in JavaScript Jav...Oct 25, 2024·8 min read
Getting Started with DockerWhat problem Docker solves? You've probably heard this many times in software development: It works on my machine. Docker solves this problem of it works on my machine. When developers create software, it often runs smoothly on their computer during ...Feb 2, 2024·9 min read
Strings in JavaScriptIn JavaScript, a string is a sequence of characters used to represent text. Strings are used to store and manipulate textual data. They are created by enclosing text within single quotes (' '), double quotes (" "), or backticks (` `). Here are differ...Oct 30, 2023·9 min read
Decoding Network Communication: The OSI Model SimplifiedWhat is the OSI Model? The OSI (Open Systems Interconnection) model, in simple terms, is like a set of rules that helps different computers and devices talk to each other over a network. It's like a tower with seven floors, and each floor has a speci...Aug 12, 2023·12 min read
Network TopologyIn the world of computer networks, the arrangement of devices and their interconnections is known as network topology. The choice of network topology greatly influences how data and information flow within an organization or system. Understanding the...Aug 9, 2023·6 min read