Learn how to change units in Photoshop, including pixels, inches, and millimeters. This beginner-friendly guide shows you where to update your measurement settings, how to fix mismatched units in the toolbar, and reveals a hidden Control-click (Mac) or right-click (PC) trick every designer should know.
Ruby Basics Every Beginner Should Know: Concatenation, Interpolation, Conditionals, and Nesting
Learn the essential Ruby concepts that tripped me up (and then clicked) during coding bootcamp! This beginner-friendly post covers interpolation, conditional logic, nesting, and string concatenation—with clear examples and real explanations that helped me understand how Ruby actually works.
Ruby Loops for Beginners: Start, End, and Infinite Loops Explained
Wondering how Ruby loops really work? This beginner-friendly post covers loop blocks, infinite loops, and how to stop them with break. Clear examples and pro tips from my Bootcamp notes!
Ruby Basics: 5 Beginner Questions Answered Simply
New to Ruby? This beginner-friendly guide answers five common questions I had during coding Bootcamp—including how break works in loops, what == really means, how to name variables, and the difference between puts, print, and p. Clear explanations, helpful examples, and links to more in-depth learning.
What are operators in Ruby?
One of the many Ruby notes I wrote during my coding Bootcamp! This quick explainer covers comparison and logic operators—symbols like == and &&—and how they help Ruby make decisions.