Ruby
-
Ruby on Rails Developer Series: Ensuring Security is Covered in Your Application
Welcome to the last and fourth blog post in my Ruby on Rails Developer Series. In this part, our goal…
Read More » -
Ruby on Rails Developer Series: Creating a Docker Container Around Your Application
Welcome to the third post in the Ruby on Rails Developer Series. In this part, our goal is to add…
Read More » -
Ruby on Rails Developer Series: Power of Strong APIs using JSON and Postgres Database
Welcome to the second of four Ruby on Rails Developer Series. In this series, the goal is to outline how…
Read More » -
Ruby on Rails Developer Series: Spinning Up a JSON API in Minutes
Welcome to the first of four Ruby on Rails Developer Series. In this series, the goal is to outline how…
Read More » -
SyncEm: Thread-Safe Decorators in Ruby
I wrote some time ago about thread-safety in OOP and how it can be achieved with decorators. It was also…
Read More » -
Optimize CI Using a Strong Testing Suite with Ruby on Rails
When it comes to testing suites, it’s imperative to have a strong suite with all the tools to make your…
Read More » -
Zache: A Simple Ruby In-Memory Cache
A month ago I stumbled upon a problem: I wasn’t able to find a Ruby gem which would do in-memory…
Read More » -
How to Use Ruby on Rails for Local SMTP Email Testing
When it comes to testing email templates for production; I think it is fair to say testing is key. Action…
Read More » -
Do You Test Ruby Code for Thread Safety?
Are you a Ruby developer? If you are, I’m pretty sure you have a very vague idea of what concurrency…
Read More »