Articles by Stewart Nguyen
Ruby Howtos
- How to Check if a File Exists in Ruby
- How to Convert Array to Hash in Ruby
- How to List File in Folder in Ruby
- The Binary Left Shift Operator in Ruby
- Difference Between Each_with_index and each.with_index in Ruby
- How to Capitalize String in Ruby
- How to Generate Random Number in Ruby
- Ruby Class Variables
- The send Method in Ruby
- How to Get Object Type using kind_of, instance_of, and is_a In Ruby
- How to Install a Specific Verson for a Gem in Ruby
- How to Parse XML With Ruby
- How to Trim a String Without Creating a New String in Ruby
- Meaning of Ruby Question Mark ?
- The Attr_accessor, Attr_reader, and Attr_writer in Ruby
- The continue Keyword in Ruby
- How to Read Lines of a Files in Ruby
- How to Determine Object Type in Ruby
- Conditional Assignment in Ruby
- require vs include in Ruby
- How to Write Multi-Line String in Ruby
- How to Concatenate Strings in Ruby
- The %w Syntax Mean in Ruby
- How to Check Whether a String Contains a Substring in Ruby
- How to Sum an Array of Numbers in Ruby
- Ruby && vs and
- How to Sleep for X Seconds in Ruby
- for vs each in Ruby
- How to Check if Value Exists in Array in Ruby
- How to Create Multi-Line Comment in Ruby
- How to Convert Array to String in Ruby
Git Howtos
- How to Clone Specific Tag in Git
- How to Create Branch From a Commit in Git
- How to Squash All Commits on a Branch in Git
- How to List Remote Branches in Git
- How to Remove Uncommitted Changes in Git
- How to Set Upstream Branch in Git
- How to Prune Remote Branches in Git
- How to Set Up Git Remote
- How to Untrack Files in Git