Emir Vatric image

EMIR VATRIC

Discover the beauty in every step and the strength in every challenge.

Together, let's find inspiration and joy in the little moments of life.

Cheers!

  • Simple Trick for Lightning-Fast LIKE and ILIKE Queries

    Improve Search Performance with Trigram Indexes in PostgreSQL!

    August 13, 2024
  • Understanding Rake in Ruby

    I am by no means a Rails or Ruby expert, but I was interested in what was happening when we call rake routes/rails routes or rake db:migrate /rails db:migrate, so I decided to read up a little bit about rake and present it here.

    August 13, 2024
  • Introduction to Rack middleware

    What is Rack and how can we use it?

    August 13, 2024
  • A Closer Look at Default_Scope

    default_scope is a method provided by ActiveRecord, which allows you to set a default scope (as its name implies) for all operations done on a given model.

    August 13, 2024
  • 3 tips to up your RSpec game

    Inday-to-day work every developer should be asked to write tests for their work, and if one is not asked he should ask for them. While they are cumbersome and annoying to write, and usually are an afterthought, they come really useful down the line when refactoring the code, upgrading the framework, or using them as a form of documentation for the feature.

    August 13, 2024