Category: Javascript Page 1 of 2

Javascript Singleton Service

This is our Singleton Service for Intent Match Project which was responsible to load “Ads” on clients sites

JavaScript Test Dom Certificate

Access Nested Objects in JavaScript

if not using lodash or underscore i was using && syntax to get nested object.  optional chaining operator (?.)  is the saviour with elegant syntax. Its in stage 3 and soon…

Frontend Assets Compile with Laravel Mix

Laravel Mix I’ve used Laravel Mix for couple of projects and its been amazing how easily it can be molde as per requirement, for example when you use…

Using Laravel Elixir with WordPress

recently did a quick wordpress site and used laravel elixir which was amazingly awesome. setting up elixir is simple, you just need to update config path which is…

npm package with GitHub repo

for a node package starting from scratch, if you have already node install globally then hit “npm init” and it will take you through series of question and…

Javascript References

Beginner: 1-   Advance JS: 1- http://htmldog.com/guides/javascript/advanced/     Security: 1- https://heimdalsecurity.com/blog/javascript-malware-explained/ DONE: 1-  

Getting started with Vue.js: AngularJS perspective

Let’s start another Javascript Library Vue.js Since we know little about Angular so let’s start with comparing with Angular and getting know about this library. https://fadeit.dk/blog/post/getting-started-with-vuejs-angularjs-perspective I am going…

PhantomJS

In simple terms, PhantomJS is a web browser without a graphical user interface. You’ll find couple of usage on internet like automation as it works with some automation…

event.stopPropagation();

understanding theory behind: event.preventDefault(); & event.stopPropagation();   and when you want to close popup or menu when click out side the area where popup or menu meant to be close…