Things you need to know before adding DB index in live Rails applicationLet’s learn about how to efficiently add database indexes to make your Rails app more performant with a massive user base.Oct 3, 2024Oct 3, 2024
Published inDevOps.devPrecautions before deleting a table-column from live applicationsLet’s see how you can plan to delete a table-column from an application that already has millions of live users.Oct 2, 2024Oct 2, 2024
Published inTowards DevPostgres GIN Index in RailsThis article introduces to GIN index in the Postgres database and how to use it in the Rails application.Jan 1, 2022Jan 1, 2022
Do you feel that you are failing many times?..ah.. then take a minute to look through this..Sep 24, 20181Sep 24, 20181
Ruby Design Pattern: Command MethodThe command pattern is a behavior design pattern used to store the information necessary to call methods at a future time.Jan 22, 2018Jan 22, 2018
Ruby Design Pattern: Iterator MethodIterator pattern provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation.Jan 18, 2018Jan 18, 2018
Ruby Design Pattern: Composite MethodThe composite design pattern is a structural pattern used to represent objects that have a hierarchical tree structure. It allows for the…Jan 12, 2018Jan 12, 2018
Ruby Design Pattern: Observer MethodThe observer pattern is used when you are building a system where the state of one object effects the state of other objects.Jan 9, 2018Jan 9, 2018
Ruby Design Pattern: Strategy MethodThe basic idea is to delegate tasks to encapsulated algorithms which are interchangeable at runtime.Jan 8, 2018Jan 8, 2018