Completed
Let's Build a Cop
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Squashing Security Bugs with Rubocop
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is State Analysis? ?
- 3 Abstract Syntax Trees
- 4 Node Pattern and def_node_matcher
- 5 Breaking it Down
- 6 What are security antipatterns?
- 7 A Rails Antipattern
- 8 Let's Build a Cop
- 9 Developer Experience?
- 10 Prioritizing Developer Experience
- 11 Dealing with Offenses
- 12 Keeping it Simple