GokulRuby Coding Interview Question: Most Common Character In The StringQuestionJul 8, 2023Jul 8, 2023
GokulRuby on Rails Coding Interview Question: Decimal Number To BinaryHere’s a Ruby method to convert a decimal number to binary without any in-built methods.Jul 2, 2023Jul 2, 2023
GokulRuby Coding Interview Question: Find the Greatest Common Divisor (GCD) of Two NumbersSolutionJun 8, 2023Jun 8, 2023
GokulRuby on Rails Coding Interview Question: Reverse a StringPreparing for a Ruby on Rails coding interview may be a stressful commitment. With the correct information and practice, though, you can…May 21, 2023May 21, 2023
GokulThe Ugly Truth About Meta-Programming in Ruby on RailsWhat is Meta-Programming?Dec 11, 20221Dec 11, 20221
GokulHow To Get The Opposite BinaryThis post is mainly for those who are looking to get the opposite binary numbers programmatically. Here I will be explaining with Ruby, but…Oct 31, 2021Oct 31, 2021
GokulFind the first non-repeated character in a String in rubyThis is the most frequently asked ruby interview question for the entry-level engineer.Mar 14, 2021Mar 14, 2021
GokulRemove Duplicate Element From an Array in RubyWhen we were a junior developer/entry level engineer while attending the interview, all might faced this one questionSep 6, 2020Sep 6, 2020
GokulRuby Singleton Pattern to Read File Content From Various Type of FileWhat is a Singleton Pattern?Sep 5, 2020Sep 5, 2020