Skip to content

2024

Debugbar For Ruby on Rails

This is super useful for rails apps. Will it work for other frameworks like Sinatra? I haven’t tried this yet but it looks promising.

  • Web site excerpt: Rails debugging dev tools for faster development. Inspect your request details (queries, logs, cache, jobs and more).

  • Link to site: Debugbar For Ruby on Rails

An Introduction to LiteStack for Ruby on Rails | AppSignal Blog

A multi part series on the so called LiteStack. People seem to be coming back around to using SQLite for their production databases. This was the way it was a few years ago but then everyone decided that SQLite was a toy and we should use Postgres. Yes, it was a little more complicated and could cost a little more but we were clever enough to figure it out. Well I like this trend to ditching unnecessary complexity (“you are not Facebook”)

Event-Driven Architecture Fundamentals and Common Pitfalls (and How to Avoid Them)

A thorough review of event driven architectures. Lots of actionable ideas and rules of thumb. Even thought this is from a vendor plugging their wares, there is a lot to learn here!