Anthony Harvey
Anthony Harvey's Blog

Anthony Harvey's Blog

Follow
Follow
homeAbout Me
Tag

Ruby

#ruby

More content

Read more stories on Hashnode


Articles with this tag

Ruby Array Set Operators

Aug 14, 20192 min read

How to use set operators to find the union, difference and intersection of two arrays in ruby · Have you ever had an array that you only want to include...

Ruby Array Set Operators

Guard Clauses vs. Nested Conditionals

Jul 28, 20192 min read

An explanation of Ruby guard clauses how to use them as an alternative to nested if statements · TLDR; a guard clause is a premature return (early exit)...

Guard Clauses vs. Nested Conditionals

Ruby If, Unless, While and Until

Mar 5, 20193 min read

A step by step tutorial on the ruby if, unless, while and until control structures. · Ruby offers conventional control structures that are found in most...

Ruby If, Unless, While and Until

Shelter Gifts - A Ruby on Rails Project

Jun 18, 20189 min read

A Ruby on Rails Application created as a project in the Flatiron Software Engineering program · For my first Ruby on Rails project (my third project for...

Shelter Gifts - A Ruby on Rails Project

Developer Journal Sinatra App

Apr 25, 20184 min read

A Sinatra Application created as a project in the Flatiron Software Engineering program · For my Sinatra project, I chose to build an app that I’ve...

Developer Journal Sinatra App

Developer News CLI App

Apr 24, 20184 min read

A Ruby Command Line Application created as a project in the Flatiron Software Engineering program · I’ve learned a lot so far in my coding journey but...

Developer News CLI App