Video from my talk at BeerJS 0.33, Vol 4.
State of the art XSS prevention with the help of trusted types.
Examples of how to format code, run tests, and automate the rest of the coding conventions checks.
A blog post where I'm trying to convince you that snapshots are a great and easy way to increase code coverage.
Did you know that class names in your CSS/SCSS/LESS files can become types? Now you do. It takes less than 15 minutes to implement and they will prevent all of the embarrassing mistakes on your next refactor!
We will analyze a Google Chrome extension in order to determine how it works and potentially find a way to access its paid features without paying for them.
Your web app got hacked. The attacker modified the source code, and your customers downloaded the malicious version. What mechanisms do you have in place to prevent and minimize the damage?
Real world example of Cypress tests running in Google Cloud Build.