This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Aaron Taylor edited this page Jul 22, 2014
·
41 revisions
#Webservice
Subpages with information on specific aspects
- finch testing tools: https://meetfinch.com
- An IDE for Ruby on Rails: http://www.jetbrains.com/ruby/index.html
- Backend Job Handler: https://github.com/rails/activejob
- http://batsov.com/articles/2011/11/20/admin-interfaces-for-rails-apps-railsadmin-vs-activeadmin/
- http://activeadmin.info/docs/8-custom-actions.html#modify_the_controller
- Performance Comparison: http://wiki.dreamhost.com/Web_Server_Performance_Comparison
- Moving from Apache to Nginx: http://arstechnica.com/business/2011/11/a-faster-web-server-ripping-out-apache-for-nginx/
- O'reilly - High Performance Browser Networking: http://chimera.labs.oreilly.com/books/1230000000545/index.html
- password best practices: https://www.owasp.org/index.php/Password_length_%26_complexity
- Hashing Passwords: http://blog.tjll.net/please-stop-hashing-passwords/
- free certificates: http://arstechnica.com/security/2009/12/how-to-get-set-with-a-secure-sertificate-for-free/
- importance: http://renaissance.io/2014/sessions/get_security_and_privacy_right
- Mobile security: http://resetthenet.tumblr.com/post/84327981750/how-we-secure-our-phones-ssl-cert-pinning-pfs
- fail2ban nginx setup: http://snippets.aktagon.com/snippets/554-how-to-secure-an-nginx-server-with-fail2ban
- top ten flaws: https://www.owasp.org/index.php/Top_10_2013
- session management: https://www.owasp.org/index.php/Session_Management_Cheat_Sheet
- testing certficates: https://developer.apple.com/library/ios/technotes/tn2326/_index.html#//apple_ref/doc/uid/DTS40014136-CH1-SECISSUE_C
- secure mySQL:
sudo mysql_secure_installation
- performs cleanups of unsafe default settings
© 2014 Peck