- How Truly Random are Random Numbers? https://www.dsdev.in/how-truly-random-are-random-numbers?showSharer=true 4 comments ruby
- What the pluck? A complete guide to using pluck, an ActiveRecord query method https://www.dsdev.in/what-the-pluck 2 comments ruby
- What the pluck? A complete guide to using pluck, an ActiveRecord query method https://www.dsdev.in/what-the-pluck 6 comments rails
- Wrote about after_commit callback and some hidden gotchas I recently found. https://www.dsdev.in/understanding-rails-callbacks-common-pitfalls 6 comments ruby
- Wrote about after_commit callback and some hidden gotchas I recently found. https://www.dsdev.in/understanding-rails-callbacks-common-pitfalls 2 comments rails
- Reduced memory usage by 75%, thanks jemalloc ! https://www.dsdev.in/blog/jemalloc-rails-memory 6 comments ruby
- Reduced memory usage by 75%, thanks jemalloc ! https://www.dsdev.in/blog/jemalloc-rails-memory 28 comments rails
- Dive into 'The Memory Chronicles' as I unravel the enigma of a Rails app's memory consumption! https://dsdev.in/blog/memory-leak-bloat 2 comments ruby
- Did you know that a GitHub bug once made every user without a profile picture show Yehuda Katz's photo? (understanding nil and object ids in ruby) https://www.dsdev.in/blog/github-bug-nil-id 2 comments rails
- Did you know that a GitHub bug once made every user without a profile picture show Yehuda Katz's photo? (understanding nil and object ids in ruby) https://www.dsdev.in/blog/github-bug-nil-id 10 comments ruby
- Faster JSON generation in PostgreSQL(it's more performant too!) https://www.dsdev.in/blog/json-postgres-fast 11 comments rails
- How to use store_accessor for nested JSON in rails https://www.dsdev.in/blog/store-acc-nested-json 23 comments rails