About

Professional Ruby developer with more than a decade of experience.

I work with Ruby web applications, helping to extend, improve, and maintain them. This includes improving performance, upgrading dependencies, adding new features, providing architectural and technical guidance, and keeping systems running reliably.

While I work primarily with Rails, I also handle other Ruby stacks. My approach is practical and focused: do what needs to be done, avoid unnecessary complexity, and keep systems understandable and stable.

Open Source

RABARBER

GitHub stars

Simple yet flexible role-based authorization for Ruby on Rails with comprehensive role management and multi-tenancy support.


VERI

GitHub stars

Minimalistic cookie-based authentication for Ruby on Rails with granular session management, user impersonation, and multi-tenancy support.


GREPFRUIT

GitHub stars

Fast parallel regex search across files powered by Ruby Ractors, available as a programmatic API and CLI.


KREDS

GitHub stars

Rails credentials access with blank value detection and clear human-readable error messages.

Blog

← Back to articles

Kreds – the Missing Shorthand for Rails Credentials Access

March 10, 2025

Managing Rails application credentials can sometimes lead to hard-to-debug issues when keys are mistyped or values are unexpectedly blank. Kreds is a small gem that provides a shorthand for fetching credentials, raising clear errors for missing keys or empty values. More details here: https://github.com/enjaku4/kreds

Contact