Archive: October, 2017

javascript

29

Oct2017
As what you might know or read somewhere and you got know that NPM does stand for Node Package Manager, let me make you easy to understand. "A package manager is designed to allow easy delivery of code, libraries and even full frameworks". And here i would like to make ... Read More
October 29, 2017Naveen
react

28

Oct2017
Redux-saga is a redux middleware library, that is designed to make handling side effects in your redux app nice and simple. It achieves this by leveraging an ES6 feature called Generators, allowing us to write asynchronous code that looks synchronous, and is very easy to test.To continue reading this post ... Read More
October 28, 2017Naveen
wordpress

18

Oct2017
WordPress nonces are an easy piece of security measure you can implement into your plugins or themes to prevent your users from Cross Site Request Forgery attacks. But how do WordPress nonces really work? You heard they were valid for 24 hours? Are they really? How can they be called ... Read More
October 18, 2017Naveen