DNS (Domain Name System)

From the network protocols earlier, we are aware of what a DNS is. If not, a small recap. DNS is, in simpler words, the phonebook of the Internet. It is known that websites are stored on the servers and they are parsed when the client requests for it. Every website has its unique IP address […]

Linear Search

Linear search or a sequential search is a method used to find an element in a list or an array. It searches for the element sequentially i.e. one after other until the required element is found. Algorithm: Input the no. of elements in which the number has to be searched. Now, read the list of elements. Input the element to search for. Using a loop, search for the element in the list of elements. Exit loop. Stop. Pseudo Code: Code in Java: Time Complexity: Best case: When the […]

Benefits of Offline-compatible Applications

To kickstart with a simple example, how many of us use a dictionary app in our mobiles? I use it for myself. So, if I am bewildered of a word it’s easy for me to refer. The question is does the app uses the Internet? The one which I preferred doesn’t. I preferred it assuming […]

FinTech transforming Banking System

There has been a growth in the technological era. It is transforming the perspective towards the traditional ways of approach. One such technology that changed the custom banking system is FinTech. Let’s dive into the details how FinTech brought the modulations in the financial graphs. FinTech is any organization that toils to provide financial services […]