Kazuo Ishiguro

Book review: Never let me go - Kazuo Ishiguro

I was recently given 2 books as a gift by a close friend, who is a great fan of Murakami’s. The books in question are “Norwegian woods” by Murakami and...

Haruki Murakami

Book review: Never let me go - Kazuo Ishiguro

I was recently given 2 books as a gift by a close friend, who is a great fan of Murakami’s. The books in question are “Norwegian woods” by Murakami and...

Book Review

Book review: Never let me go - Kazuo Ishiguro

I was recently given 2 books as a gift by a close friend, who is a great fan of Murakami’s. The books in question are “Norwegian woods” by Murakami and...

Ruby

Ruby Splat(*) and Double Splat(**) Operators

Ruby offers powerful operators that allow flexibility when working with arguments in methods or assignments. Two of the most commonly used operators are the splat (*) and the double splat...

Splat

Ruby Splat(*) and Double Splat(**) Operators

Ruby offers powerful operators that allow flexibility when working with arguments in methods or assignments. Two of the most commonly used operators are the splat (*) and the double splat...

Double Splat

Ruby Splat(*) and Double Splat(**) Operators

Ruby offers powerful operators that allow flexibility when working with arguments in methods or assignments. Two of the most commonly used operators are the splat (*) and the double splat...

Ruby On Rails

The Rails `delegate` method

In Ruby on Rails, you often encounter scenarios where you need to call methods on associated objects through their parent objects. Method chaining for associations, however, can lead to verbose...

A Deep Dive into Rails Loading Patterns: Eager, Lazy, and Strict Loading Explained

Building efficient web applications often comes down to how we handle data loading. In Ruby on Rails, choosing the right strategy for loading records and their associations can significantly impact...

Lazy Loading

A Deep Dive into Rails Loading Patterns: Eager, Lazy, and Strict Loading Explained

Building efficient web applications often comes down to how we handle data loading. In Ruby on Rails, choosing the right strategy for loading records and their associations can significantly impact...

Eager Loading

A Deep Dive into Rails Loading Patterns: Eager, Lazy, and Strict Loading Explained

Building efficient web applications often comes down to how we handle data loading. In Ruby on Rails, choosing the right strategy for loading records and their associations can significantly impact...

Strict Loading

A Deep Dive into Rails Loading Patterns: Eager, Lazy, and Strict Loading Explained

Building efficient web applications often comes down to how we handle data loading. In Ruby on Rails, choosing the right strategy for loading records and their associations can significantly impact...

N+1 Queries

A Deep Dive into Rails Loading Patterns: Eager, Lazy, and Strict Loading Explained

Building efficient web applications often comes down to how we handle data loading. In Ruby on Rails, choosing the right strategy for loading records and their associations can significantly impact...

sher-o-shayari

What is a poem?

I have never been able to connect with English poetry that doesn’t rhyme. This is only limited to my understanding of English poetry, mind you. When it comes to Urdu...

poetry

What is a poem?

I have never been able to connect with English poetry that doesn’t rhyme. This is only limited to my understanding of English poetry, mind you. When it comes to Urdu...

net-http

Fixing the “Already Initialized Constant Net::ProtocRetryError” Warning in Ruby

If you’ve encountered the following warning in your Ruby code:

net-protocol

Fixing the “Already Initialized Constant Net::ProtocRetryError” Warning in Ruby

If you’ve encountered the following warning in your Ruby code:

Delegation

The Rails `delegate` method

In Ruby on Rails, you often encounter scenarios where you need to call methods on associated objects through their parent objects. Method chaining for associations, however, can lead to verbose...

method chaining

The Rails `delegate` method

In Ruby on Rails, you often encounter scenarios where you need to call methods on associated objects through their parent objects. Method chaining for associations, however, can lead to verbose...