How to Run a Virtual Retreat
Just before the world shut down in 2020, the team at OmbuLabs participated in an in-person retreat in Punta Cana. It was a wonderful...
Just before the world shut down in 2020, the team at OmbuLabs participated in an in-person retreat in Punta Cana. It was a wonderful...
At OmbuLabs one of our core values is Open by Default, which means that we want to have open communications, contribute to open source...
Code Review is one of the greatest tools we have as software developers to help us improve the quality of our code. It can be...
A few months ago I received the task of making the FastRuby.io sitemap refresh automatically after each deploy. That sounds like it would be...
Service Objects are a controversial idea for several different reasons: some developers like to use them, others like to use similar patterns, and some think...
Recently at OmbuLabs I had the mission of setting up Heroku Review Apps for one of our projects. Since the project is built...
Sidekiq Pro comes with a great feature to process a collection of jobs as a batch, allowing them to be monitored as a group...
In this series of code refactoring posts we are discussing how design patterns can be used to make our Ruby code beautiful, maintainable...
In our last article of the refactoring series we saw how design patterns can be used to make our Ruby code beautiful and clean....
Code refactoring can be defined as “the process of introducing small and incremental changes to leave the code in a better state than it was.”....
Just before the world shut down in 2020, the team at OmbuLabs participated in an in-person retreat in Punta Cana. It was a wonderful...
At OmbuLabs one of our core values is Open by Default, which means that we want to have open communications, contribute to open source...
Code Review is one of the greatest tools we have as software developers to help us improve the quality of our code. It can be...
A few months ago I received the task of making the FastRuby.io sitemap refresh automatically after each deploy. That sounds like it would be...
Service Objects are a controversial idea for several different reasons: some developers like to use them, others like to use similar patterns, and some think...
Recently at OmbuLabs I had the mission of setting up Heroku Review Apps for one of our projects. Since the project is built...
Sidekiq Pro comes with a great feature to process a collection of jobs as a batch, allowing them to be monitored as a group...
In this series of code refactoring posts we are discussing how design patterns can be used to make our Ruby code beautiful, maintainable...
In our last article of the refactoring series we saw how design patterns can be used to make our Ruby code beautiful and clean....
Code refactoring can be defined as “the process of introducing small and incremental changes to leave the code in a better state than it was.”....