since 1999

The Rietta Blog

10/11/2015

What is an Abuser Story (Software)

In software development and product management, an abuser story is a user story from the point of view of a malicious adversary. Abuser stories are used with agile software development methodologies as the basis for defining the activities that should be actively blocked or mitigated by the software and proven by automated regression testing.

Read More »

09/28/2015

What is Application Security?

Read More »

06/17/2015

The first real investor meeting post investment

A client recently shared Gordon Daugherty's article on how once investment is brought on, the lead investor is going to have a board seat and things become formal.

Read More »

05/04/2015

Uniqueness Validation Race Condition in Ruby on Rails applications

It's easy for race conditions to slip into your code and out into production. 'validates :field_name, uniqueness: true' is not enough to prevent duplicates in your database; here's how to enforce data integrity with both validations and unique indexes.

Read More »

04/08/2015

10th Anniversary Blog

Read More »

03/30/2015

Adding a Rake Task for SQL Views to a Rails Project

I add and update SQL views to my databases with 'rake db:views'; it's wonderful!

Read More »

03/23/2015

Recommended content for agile startups and entrepreneurs - March 2015 edition

Our recommended sources of information and education for startups, entrepreneurs, or anybody who works with them.

Read More »

03/17/2015

How to use Story Points to Estimate a Web Application Minimum Viable Product

A user story is a concise description of functionality valuable to a user. Once Points are estimated for each, a ballpark budget may be computed.

Read More »

03/17/2015

Project Roadmaps can Manage Uncertainty in Startups' Web Applications

How to communicate about realistic budgets and a timeframes because success requires clear communication on Estimates, Targets, and Commitments.

Read More »

03/13/2015

Get the Current Year in the Ruby programming language

'Time.new.year' gets the current year in Ruby, but there are other options in the standard library.

Read More »