Skip to content

Blog

Browse through our blog page filled with updated information and the latest tips to help you achieve your goals.


Myth or Reality: Can Test-Driven Development in Agile Replace QA?

Myth or Reality: Can Test-Driven Development in Agile Replace QA?

Test-driven development (TDD) is a cornerstone of agile methodology. It involves creating unit...
Test Driven Thinking for Solving Common Ruby Pitfalls

Test Driven Thinking for Solving Common Ruby Pitfalls

Comrade! Our Great Leader requests a web-service for his Despotic Duties! He has chosen you for...
Mock Everything Is a Good Way to Sink

Mock Everything Is a Good Way to Sink

Have you found a lot of code with mocks and stubs? But how do you feel about it? When I see...
Migrate from Sidekiq to Sidekiq.cr in Rails application

Migrate from Sidekiq to Sidekiq.cr in Rails application

Where is it better to start the Sidekiq jobs transition from Ruby to Crystal in order to...
Why and how to use TDD. Main tips

Why and how to use TDD. Main tips

How do I start developing the component from scratch? How do I know what architecture it should have?...