How to Install Disqus Comment System on Blogger/Blogspot

How to install disqus comment system on Google blogger. In this tutorial i’ll explain how to customize your blogger comment system using disqus.

Before we integrate disqus comment system let’s understand what is disqus and how it can improve user engagement.

What is Disqus comment system ?

disqus sign upAs per disqus website it is a feature rich comment system which is used by many websites and blogs across the world. It provides easy administration,moderation and advanced integration options.

Recursion vs Iteration – Difference between Recursion and Iteration

Recursion vs Iteration. What’s the difference between recursion and iteration.

Recursion and Iteration both are two different programming approaches. For some problems recursion is best suited and in some other cases iterative way of programming is good.

In programming, repeated set of instructions can be handled either by using recursive or iterative approach in our code. So which approach we choose and why? Let’s talk about the difference between iteration and recursion.