In this article, we’re going to use ruby gem to send mail. I assume that you’re already familiar with Ruby programming language. Step 1: Cre...
Published at Sep 13, 2017
What is ||= (or-equals) operator in Ruby? READ: Loops on Ruby Programming Language In Ruby ||= (or-equals) is a "conditional assignment opera...
Published at Aug 31, 2017
What is Lambda in Programming? Lambda comes from the Lambda Calculus and refers to anonymous functions in programming. A lambda is a type of fu...
Published at Aug 30, 2017
Data scraping is the process of taking output that was originally intended to be human readable and extracting data from it so you can use that dat...
Published at Aug 28, 2017
A loop is the repetitive execution of a piece of code for a given amount of repetitions or until a certain condition is met. Ruby programming lo...
Published at Aug 26, 2017