post

HTTP and HTTPS

HTTP vs HTTPS

Whenever you visit a website you might have observed HTTP or HTTPS at the starting of the page address. Before we explore what are these two, let’s have a look at what we call a ‘protocol’. In general, a protocol is a set of rules defined to carry out a specific process. For example, we

HTTP vs HTTPS Read More »

What is an Arduino?

Arduino is an open-source hardware and software company. It designs single-board microcontrollers to control electronic devices. The microcontroller board itself is called Arduino and in this article, we will refer to the board itself by the term ‘Arduino’. So what exactly the Arduino is? In simple words, Arduino is a microcontroller that can control electronic

What is an Arduino? Read More »

Command Prompt

What is a Command Prompt

A command prompt (often abbreviated as cmd) is a command-line interpreter in which you can give commands to perform the functions on your PC. These functions include all the regular stuff like creating a new folder/file, deleting a folder/file, renaming, or navigating through the folders. For example, If you want to create a new folder inside

What is a Command Prompt Read More »

The FizzBuzz Problem

The Fizzbuzz Problem

Fizzbuzz is a very common game played to teach children how to perform divisions. The game is simple, The player with which the game starts has to say one, then the other player says 2 (count incrementally) and so on. The catch is if the player has got a number that is a multiple of three,

The Fizzbuzz Problem Read More »