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 →

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 →