#programming-tips
Read more stories on Hashnode
Articles with this tag
Enumerable#tally in Ruby! One of the joys of working with Ruby is uncovering little-known gems that simplify our code and make data exploration a...
𝐏𝐫𝐞𝐦𝐚𝐭𝐮𝐫𝐞 𝐨𝐩𝐭𝐢𝐦𝐢𝐳𝐚𝐭𝐢𝐨𝐧 𝐢𝐬 𝐭𝐡𝐞 𝐫𝐨𝐨𝐭 𝐨𝐟 𝐚𝐥𝐥 𝐞𝐯𝐢𝐥 - Donald Knuth As a developer, we often dive into our codebase,...
Today i want to talk about a very simple concept "command query separation" which was coined by Bertrand Meyer. Understanding this theoretical concept...
I was recently going through a PR and realised we were creating new hash in 2 ways across our codebase. hash = HashWithIndifferentAccess.new hash =...
I have been written quite a few migrations and reviewed quite a few of them at Anarock Tech. This is one of the most common mistakes I see developers...
Inspired by the Rubber Duck Debugging methodology and my love for cats, there is a simple way I try to optimize our Rails App at Anarock Tech. Let's...