Tag Archives: Ruby on Rails

C# and the Theology of Enterprise Suffering

C# and Azure aren’t just tools; they’re institutional gravity wells. This essay examines how enterprise procurement psychology, stack complexity, and economic capture patterns shape developer culture, delivery speed, and technical decision-making. The question isn’t whether C# works. It’s whether it optimises for craft or for compliance.

Continue reading

Optimising SQL in Ruby on Rails with PostgreSQL: Best Practices and Strategies

This article explores strategies for optimising SQL performance in Ruby on Rails applications using PostgreSQL. It covers techniques such as avoiding N+1 queries, efficient indexing, leveraging PostgreSQL-specific features, and monitoring performance to ensure applications remain efficient and scalable.

Continue reading