What is Google Analytics ?
Google provides GA (google analytics) service by which web master can analyze the web traffic on his web site. Like who visited, from where, for how much time, at what time etc. Once you enable it, you...
View ArticleHow Google Analytics Works
Google Analytics works by the inclusion of a block of JavaScript code on pages in your website. When visitors to your website view a page, this JavaScript code references a JavaScript file which then...
View Articleweb : Difference between HTTP and HTTPS
Hypertext Transfer Protocol Secure (HTTPS) is a widely used communications protocol for secure communication over a computer network, with especially wide deployment on the Internet. Technically, it is...
View ArticleWhat is HTML5 Web Storage?
When web developers think of storing anything about the user, they immediately think of uploading to the server. HTML5 changes that, as there are now several technologies allowing the app to save data...
View ArticleIDEs on web or online playground for JS
A variety of code playgrounds have appeared during the past couple of years. The majority offer a quick and dirty way to experiment with client-side code and share with others. Typical features...
View Articleweb : What is cURL and how to use it
cURL is an incredibly powerful tool when working on the web. It can be thought of as command line alternative for postman which is used to validate the api endpoints. Imagine you are on linux box and...
View Articlewhat is Web Mashup (web application hybrid)
A mashup, in web development, is a web page, or web application, that uses content from more than one source to create a single new service displayed in a single graphical interface. For example, a...
View ArticleWhat’s a Webhook?
A webhook (also called a web callback or HTTP push API) is a way for an app to provide other applications with real-time information. A webhook delivers data to other applications as it happens,...
View Article