Menu Navigation Menu

Posts tagged rails

Secure Passwords Without Punishing Rules

Building secure web applications is really, really hard. One of the biggest attack vectors in modern webapps is passwords. Even if we set aside the dangers of phishing or other more sophisticated attacks, passwords themselves are a source of danger, between simple passwords, guessable passwords, shared passwords among family members or teammates, and reused passwords across accounts.

Testing Rails Applications

Testing Rails can be challenging. Handy roadmap shows it's possible to have well-tested code & an enjoyable workflow.

Feel like you're testing too much? Like you're a bad developer if you don't TDD? Fear not! I overview what parts of your Rails apps to test and offer an easy-to-digest PDF cheatsheet!
Tags
Tweets
@CloudCityIO