[sgmb id=3] Hello folks, So we are back again with a new article regarding Javascript. This time we will talk about increasing the performance of web pages by different methods. So lets start with a fact. Earlier while rendering HTML when browser finds script tag it stops everything else and load the script and
Category: Programming
Javascript: Difference between strict and lenient equality
[sgmb id=3] In Javascript everyone recommends to use strict equality instead of lenient. In this article we will see the difference between strict and lenient equality and discover why it should not be used. So lets begin. 2 == true // 2 === 1 false 2 == false // 2 === 0 false 1
How I created a 100 twitter bots and made them interact using python, aws and selenium..
[sgmb id=3] Before starting this blog doesn’t have any code and please read everything to understand it fully. Happy reading. It was long ago, somewhat in 2015, I took this project for self learning of creating bots on twitter and made them Interact. Here I am not gonna share any code or algorithm. First let