What if I tell you, by creating a website/webapp you can fulfill the requirement of having mobile application. Yes, that’s true, the concept of creating…
View More Why Progressive Web Apps?Author: Yatendrasinh Joddha
List of all the Error codes or messages in SQL Server
In SQL Server you can get list of all the error codes or messages using below queries Yatendrasinh JoddhaI have healthy knowledge and experience in…
View More List of all the Error codes or messages in SQL ServerEvent Capturing and Bubbling in JavaScript
The DOM has two approaches for object to sense events: first is top down approach and second is bottom up approach. Top down approach is…
View More Event Capturing and Bubbling in JavaScriptCustom Observable in Knockout JS
Knockout JS is famous and widely used for its two-way binding concept. While developing application we uses ko.observable() to declare a knockout object. Here we…
View More Custom Observable in Knockout JSImportance of Semicolon [;] In JavaScript
It is said that in JavaScript semicolons are not compulsory. It’s true, because JavaScript automatically inserts a semicolons at required place and it is know…
View More Importance of Semicolon [;] In JavaScriptBenefits Of Creating Progressive Web Apps
Progressive Web Apps (PWA) are a concept of creating a Web site in such a way that it will behave and look like an application.…
View More Benefits Of Creating Progressive Web AppsLocal Storage and Session Storage
What is localStorage? local storage is property for accessing Storage object, which is used to store and retrieve data from user’s browser. It is accessible…
View More Local Storage and Session Storage