Skip to content

Blog

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


How to have a clean CSS structure with RSCSS/ITCSS

How to have a clean CSS structure with RSCSS/ITCSS

Writing the CSS code is relatively simple. Learning a language is not a big problem and doesn’t take...
Cons of the private chats for team collaboration

Cons of the private chats for team collaboration

Communication between team members is a very important part of the software development process....
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...
Git minimum for effective project development

Git minimum for effective project development

For beginners who are not familiar with Git or GitFlow, we grabbed the most common commands to be...
Simplest step by step guide creating a post

Simplest step by step guide creating a post

For novice authors who are going to share their thoughts with public through the posts, we...
How to handle remote services in tests

How to handle remote services in tests

Do you have difficulties in adding the new tests and their readability decreased due to...
Speed up GitHub PR’s review of your React applications

Speed up GitHub PR’s review of your React applications

Would you like to speed up PR’s review of React application, when you use Jest snapshot...
What are the steps of an Automation Test Plan?

What are the steps of an Automation Test Plan?

Step 1: Defining the Scope of Automation Here are the things to consider while identifying...
How to avoid N+1 query using SQL views (materialized) in Rails application

How to avoid N+1 query using SQL views (materialized) in Rails application

Consider the way to reduce the queries when calculating the average values and find the...
Rails virtual attributes use cases

Rails virtual attributes use cases

You want to keep some data but do not want to create the new column in the database? Your data should...