Debugging JavaScript Projects with VS Code & Chrome Debugger

Debugging JavaScript isn’t the most fun aspect of JavaScript programming, but it’s a vital skill. This article covers two tools that will help you debug JavaScript like a pro. Imagine for a moment that the console.log() function did not exist in JavaScript…. Source: https://www.sitepoint.com/debugging-javascript-projects-vs-code-chrome-debugger/

Cypress: Write Automated Tests to Validate Web Applications

TL;DR: This post is an introduction on using Cypress for writing browser-based automation tests for web applications. This tutorial uses a React application as an example to illustrate the testing framework, but you can apply the learnings to write integration tests for any web application…. Source: https://auth0.com/blog/cypress-write-automated-tests-to-validate-web-applications/

Testing React Apps with Cypress

When I was a junior dev I used to cringe at the thought of testing my apps. Testing is not easy. But with the help of right tools, writing tests can certainly be simpler and more fun…. Source: https://blog.bitsrc.io/testing-react-apps-with-cypress-658bc482678