What exactly are APIS and how to build one?

What are APIS and how to build API?


If you are working in software or IT industries, this is one of the word that you may hear alot. Many of you are well aware of what exactly are apis and how to build one. For those who are not aware, In this article i will try to tell you the basics of apis.

build desktop notifier using python

Build desktop notifier using python and notify2.


You must have heard about desktop notifier, today we are going to build one and see how it works. We are going to do it using python and we will do it on ubuntu for now. So, lets start to build desktop notifier using python. Lets build desktop notifier using python For building this we

Web Socket implementation using Socket.io

Web Socket implementation using Socket.io


We learn about web sockets and how they solve the problems caused by pooling. You can read it here if you missed it. In this article we are going to talk about the implementation of web sockets. Web Sockets and how they solve the problem caused by pooling. For the article I am assuming that

Why to use process instead of threads in python?

Why to use process instead of threads in python?


Yup you may be thinking why so? These are not my words but comes from the experts of python. They use to say this because of a component called as GIL or global interpreter lock. Let’s see Why to use process instead of threads in python? Why to use process instead of threads in python? Since

What are PWA or progressive web apps?

What are PWA or progressive web apps?


Progressive web apps can appear to the user like traditional applications or (native) mobile applications. This new application type attempts to combine features offered by most modern browsers with the benefits of mobile experience. It is available only for chrome for now. Now lets see What are PWA or progressive web apps? PWA or progressive web apps

What are AMP or accelerated mobile pages

What are AMP or accelerated mobile pages?


AMP or accelerated mobile pages are pages which don’t contain normal Javascript and are really fast. Also google search engine caches these pages and recognise them as AMP and serve them on mobile devices. It also helps in getting better rank in search engines. Lets see in depth what are AMP or accelerated mobile pages. What

Level order traversal of a binary tree.

Level order traversal of a binary tree in python.


Binary tree are the tree where one node can have only two child and cannot have more than two. Level order traversal of a binary tree. Level order traversal means that we visit the nodes level by level. Like for below tree the level order traversal will be  Its Level order traversal will be 1

Don't marry a programming language.

Don’t marry a programming language.


A guy asked me: What programming language should I learn. Me: Don’t marry a programming language. At different steps of your life you will need a different programming language. And you must be adaptive to the change. The technology is growing at much more faster rate than ever in history. And if you are still