ng-conf is the World’s Original AngularJS Conference. Top JavaScript developers from Google and around the world come together for this event. ng-conf is a multi day, single track conference focused on delivering the highest quality training in the Angular JavaScript framework. Here are all the recordings of the talks @ ng-conf 2017. ng-conf 2017 playlist: […]

Read More →

OWASP Juice Shop is an intentionally insecure webapp for security trainings written entirely in Javascript which encompasses the entire OWASP Top Ten and other severe security flaws. Juice Shop is written in Node.js, Express and AngularJS. The application contains more than 30 challenges of varying difficulty where the user is supposed to exploit the underlying […]

Read More →

How many ways can we save some data on the browser(client) end and retrieve it back even after a refresh: We can use localstorage or sessionstorage Use cookies Rewrite URL(although not elegant, but still can get the job done) Appending/Prepending to the name attribute on the window object You can try opening up any webpage […]

Read More →