PinnedAkashkinwad·May 30, 2021Mobile Number Verification Using 2FACTOR in Rails ApplicationHere we will be using 2FACTOR authentication API to send OTP from Rails application. With free trial account you will get 100 OTP SMA…
Akashkinwad·Jul 27, 2022How to sort an array without using sort method in Ruby?Many times we may come across a question like sorting an array without using sort methods available in ruby. This blog will help you to…