Bun is a Javascript runtime, compiler, transpiler, bundler, test runner, and standard library. That’s quite an all-in-one tool. If you want a TLDR, bun calls itself a “drop-in replacement for Node.js”. It’s an all-in-one framework that replaces: Node.js npm tsc Jest/Vitest Babel/Webpack So you can get rid of dependencies, build tools, and .config files and […]

Read More →

TestCafe is a Node.js tool to automate end-to-end web testing. It is built for testing the modern web development stack. Works on all popular environments: TestCafe runs on Windows, MacOS, and Linux. It supports desktop, mobile, remote and cloud browsers (UI or headless). 1 minute to set up: You do not need WebDriver or any […]

Read More →

Puppeteer is a Node library which provides a high-level API to control headless Chrome over the DevTools Protocol. It can also be configured to use full (non-headless) Chrome. Puppeteer works only with Chrome. However, many teams only run unit tests with a single browser (e.g. PhantomJS). In non-testing use cases, Puppeteer provides a powerful but […]

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 →

Microsoft Launches Visual Studio Code, A Free Cross-Platform Code Editor For OS X, Linux And Windows. The editor features all of the standard tools you would expect from a modern code editor, including syntax highlighting, customizable keyboard bindings, bracket matching and snippets. It also works with Git out of the box. Visual Studio Code offers […]

Read More →