Ruby on Rails bottom up security – daily server check
OWASP, Ruby on Rails, security
TL;DR This is next post in series about Ruby on Rails security. In previous post I explained how to harden other servers. This time I will explain daily security check…
The Black Swan event
TL;DR Yesterday I experienced negative Black Swan event. I will described it along with explanation what is Black Swan event. This is explained in the book “The Black Swan (Taleb…
Ruby on Rails bottom up security – other servers
Ruby on Rails, security, security testing
TL;DR In previous post I described how to do security hardening for your Ruby on Rails web server. In this post I will talk about other servers: database, openvpn, cache…
Ruby on Rails bottom up security – web server
OWASP, Ruby on Rails, security
TL;DR In previous post I explained security hardening for linux server. This post will describe hardening based on server purpose. Modern web application typically consists from following components: web server…
Ruby on Rails bottom up security – hardening the servers
OWASP, Ruby on Rails, security, security testing
TL;DR Next series of blog posts is about Ruby on Rails bottom up security. I will cover all aspects of web application written in Ruby on Rails framework. Described security…
What I learned at Testival #30: learning by playing card games
TL;DR This post is about hands on session for learning about software testing using card games. Intro At TestBash Brighton2017, on Friday conference day, during the Lean Coffee, one lady…
Be careful with your testing tools
TL;DR In this post I will describe how I got different test results using two testing tools Bug Magnet and Counter strings. Bug Magnet is handy Chrome Extension developed by…
How to expose your reading list using rss
TL;DR This post is about how I manage blog posts reading list. It list tools that I use on daily basis to collect and share what I read. My first try…