Quokka.js is a rapid prototyping playground right in your editor(for now just supports VSCode) and in your project’s context, with inline reporting, code coverage and rich output formatting. Say Bye Bye to REPL(Read Eval Print Loop). In VSCode install the Estension. After installing the Extension, invoke the command palette using Ctrl/Cmd + Shift + P, […]

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 →

JavaScript is a pervasive technology, blurring the boundaries between server, client, cloud and IoT. JS Foundation is now a Linux Foundation Project. The JS Foundation is a member supported organization; founding members include Bocoup, IBM, Ripple, Samsung, Sauce Labs, Sense Tecnic Systems, SitePen, StackPath, University of Westminster and WebsiteSetup. Developers rely on a growing portfolio […]

Read More →

Yarn is a new package manager for JavaScript from Facebook. Yarn replaces the existing workflow for the npm client or other package managers while remaining compatible with the npm registry. It has the same feature set as existing workflows while operating faster, more securely, and more reliably. Yarn is able to parallelize operations, which maximizes […]

Read More →