Posts


Collection and member in Rails routes

Aug 02, 2022

What are collection and member in Ruby on Rails routes

Create a reusable text component in React native

Jul 05, 2022

Create a reusable text component - React Native reusable components series

.find_each Active Record Method

Jul 02, 2022

How does .find_each method work

.many? and .any? Active Record Methods

Jul 02, 2022

How .many? and .any? methods work

Ruby in 30 seconds - Pt 1

Jul 02, 2022

Here are a few interesting examples of a splat operator

Creating and merging Ruby hashes

Jul 02, 2022

What is a Ruby hash and hash methods

Iterate over each character of a string in Ruby

Jul 02, 2022

At some point, you will want to iterate over each character of a string in Ruby. Here... (continued)

FizzBuzz in Ruby

Jul 02, 2022

How to implement FizzBuzz solution in Ruby