How Azure Functions Work
Azure Functions represent a nifty offering from Microsoft Azure that makes your life as a developer significantly easier. What it does is, it lets you run your code without any […] The post How Azure...
View ArticleAn Introduction to Serverless Functions
Serverless functions are taking the world of cloud computing by storm. In this post, we’ll look at what exactly serverless functions are, their key benefits, and some use cases. What […] The post An...
View ArticleHow I Boosted the Performance of My JavaScript Code
I wanted to share some tips that really helped me improve the speed and performance of my JavaScript code. When I first started building web apps with JavaScript, everything ran […] The post How I...
View ArticleJavascript Minification and Obfuscation Tools
JavaScript minification and obfuscation are two techniques that can be used to improve the performance and security of your JavaScript code. Minification removes unnecessary characters from your code,...
View ArticleOptimizing Image Loading with the Lazy Attribute in HTML5
Accelerate your website's performance with HTML5's lazy loading for images. Learn how to optimize user experience and reduce load times in this blog post! The post Optimizing Image Loading with the...
View ArticleBasics of Clientlibs in AEM?
AEM uses client-side library folders to organize CSS, JS and image files. A clientlibs folder or node is of type cq:ClientLibraryFolder. Following are the properties of the cq:ClientLibraryFolder which...
View ArticleFix AEM Jcr Nodes & Properties Not Visible in Eclipse
Have you ever faced an issue with AEM where jcr nodes & properties are not visible Eclipse while setting up a new project? You can view the source code but […] The post Fix AEM Jcr Nodes &...
View ArticleAEM Groovy Oak Query RuntimeNodeTraversalException Solution
Are you getting “org.apache.jackrabbit.oak.query.RuntimeNodeTraversalException: The query read or traversed more than 100000 nodes. To avoid affecting other tasks, processing was stopped.” Error in...
View ArticleSolution To Netlify Lambda Function ELIFECYCLE Error
Recently I started doing some experiments with Netlify, I faced an issue with Netlify Lambda functions and it was showing error “npm ERR! code ELIFECYCLE“. Following is the error message […] The post...
View ArticleNode JS, Express Handlebars Solution – Access has been denied to resolve the...
Recently I was working on a small exercise on Node JS and was using Handlebars for rendering list. But, I was getting error “Access has been denied to resolve the […] The post Node JS, Express...
View ArticlejQuery Is Not Defined WordPress Solution
Are you getting “Uncaught ReferenceError: jQuery is not defined” error in WordPress ? It is one of the common WordPress jQuery error. “jQuery is not defined” error needs some debugging […] The post...
View ArticleSolution To Unexpected Token Switch Javascript Error
I was working on a project which involved a good amount of Javascript Work. After writing some switch case, I ran into problem where I was getting “Uncaught SyntaxError: Unexpected […]
View ArticleBasic JavaScript Interview Questions & Answers – Set 1
JavaScript has come a long way from the place where it was just a scripting language used for basic validations or form processing to a very advanced user interactions and complex web page processing....
View ArticleSolution To Url Rewriting Not Working For Wamp Server In Windows
Recently while working on one of the project I faced an issue. I had prepared a virutal machine for local dev environment. Moved live wordpress site localhost local environment. And my permalinks were...
View ArticleSolution to Uncaught Sys Javascript Exception in ReportViewer
Recently while working on one of the projects, I ran into a problem with the asp.net ReportViewer control. I was loading reports in ReportViewer control on clicking on button through ajax. If someone...
View ArticleFind JQuery Version
Sometimes we need to find the version of the jQuery library, that is being used in the code or on a website. jQuery object directly doesn’t provide the version property. At first sight its difficult...
View ArticleSend Post Data While Redirecting With JQuery
To send post data while redirecting from one page to another, we should create a dummy form and hidden input field. Hidden input fields will be the actual data we need to post. Pass values to this form...
View ArticleSimple Tip : Disable Scrolling To Top On Link Click
Whenever we have a hyperlink which does not take you to the different page and its value is “#” then we generally get into this problem that – on clicking on hyperlink, page url is appended with # and...
View ArticleJqGrid Javascript Jquery Grid Plugin
Are you a Web Developer and need a reusable, flexible, configurable jqeury grid plugin ? Then jqGrid is one the popular Grid Plugin with JQuery which you can use in your project. jqGrid is Free, Open...
View ArticleAdvantages of HTML5 VIDEO Tag
HTML5 is gaining momentum in the web development world. So a simple question strikes in mind WHY ? What are the benefits of HTML5 or why should a developer use HTML5 ? Speaking in layman term – It...
View Article