Bootstrap is an open-source CSS and JavaScript toolkit which is useful for building beautiful and responsive web pages. It utilises the CSS grid system and flexbox properties to create responsive websites in a fast and easy manner. It is a ...

Why are we discussing creating a Notepad application in Android? Because With the increasing hassle all over, people often forget carrying a piece of pen and paper when they head out to the market or elsewhere. Having your own space ...

Golang is syntactically similar to the C language and like C it is concise, clean and efficient. If you are familiar with C concepts it is easy, to begin with, the basics of golang. In this article, we will learn ...

REST stands for “Representational State Transfer” which is an incredibly convoluted term for something that is really simple. When you load an everyday website like Quora, your browser is causing requests to Quora’s internet servers, that look one thing like ...

Before we begin building a responsive website, let us understand what it means. It does not mean that your website responds back to the user. If you were thinking your website will have a chat feature that sends users some ...

Introduction We all have come across the terms of e-trading, stocks, etc., right? Well, here this time we have kind of the same problem although don’t worry we won’t be dealing with trading algorithms or that sort. This stock span ...

MariaDB and MySQL are Relational Database Management Systems. MariaDB and MySQL are like the pudding and the sugar as said in the title. MySQL is supposed to be the sugar here. In the previous article, we found the contrast between ...

Each element in the linked list is known as a node. A node consists of two parts INFO and POINTER. The work of the INFO part is to store data, whereas the POINTER stores Address of the next node and ...

C++ is a powerful language which many successful programmers chose and still choose. These days there are many programming languages which are easy to learn and fast to apply but it all hinges on the goal we want to achieve ...

A stopwatch is one of the most widely used apps, it is so much in-demand that many companies have created in-built stopwatch apps for Android Devices. By creating a stopwatch app you will get familiarised with the various time and ...