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

Continuous Integration for your open Source project.


You must have heard of travis or jenkins if not you can read about them if you click on their name. Now you want continuous integration or lets leave this word. Lets say you want to run some command whenever you are committing something on github. Say you want to run test case, code quality

What are AMP or accelerated mobile pages

WordPress plugin to make your website AMP compatible.


First, AMP stands for amplified web pages. In recent year everyone is trying to increase the reach of data to bigger audience that to using less data. These efforts leads to technologies like PWD and AMP. These technologies make use of components like service worker and optimized javascript to make it less data costly and

How to get number of threads per process?

How to get number of threads per process?


When you are debugging the servers it is sometimes very important to get the count of thread each process is running, Here we will see different ways by which we can see the number of threads. Keep in mind that these commands are for ubuntu and may vary for different systems. Let us start and

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

How to host your static site with github.io subdomain

How to host your static site with github.io subdomain


You may have seen many sites which have github.io as a domain name. In this article we are going to discuss how to host your static site with github.io subdomain. You can also host your site with your_subdomain.github.io. Its just that your sub domain that is your_subdomain should be unique. How to setup github pages