Cheatsheet
Notes from “Play by Play Modern Web Security Patterns”
Notes on somethings that we need to make sure are in place to protect our users from malicious code.
Notes on somethings that we need to make sure are in place to protect our users from malicious code.
During my debugging session with Cucumber and adding a new feature to the Automated framework for test Web UI, I had to use Pry to debug the state of my Ruby code due to RubyMine complaining that it could not run a feature file. Since I rarely use Pry and Read more…