The dynamics of early-stage work are unlike any other phase of your company’s growth. We’ve got a metaphor for how to approach it.
Learn how to strike a balance between flexibility and data integrity with a partial index and validations.
On December 7th we are hosting an event with Forecastr. This webinar will provide tips on what you can do to increase your confidence as a founder and the confidence of your investors in you as a founder.
Updates on the thoughtbot Startup Incubator with Knect — from user niches to high level solutions and insights from the founder himself.
apt.tabfugni.cc/debian/ is the new apt repo.
Need to do some HTML sanitization, but Rails ActionView Sanitize Helpers are not good enough? Read this post to learn how to do it with Loofah.
A look at the Postgres array type and good old join tables, each with their advantages and disadvantages.
Re-use collection query logic within model instances to avoid duplication and get the best performance.
Running a separate query to count how many records are associated with another record is inefficient. Using a counter cache can save the day!