Ruby 8 Things I've Learned about Ruby Internals from 30 Minutes of Ruby Under the Microscope Some small learnings about big Ruby thingies. Rich Steinmetz Nov 25, 2022 1 min read
Ruby Heroku alternatives for Rails projects: Deploying my shit to fly.io I like to develop production projects and side projects as deployment-driven as possible. Over the years I had tons of Rich Steinmetz Oct 23, 2022 4 min read
Ruby Why do we call it Ruby and Rails Magic? There is good and bad magic, enchanting and destructive. But do we need the "magic" term at all? Why do we use it and what mindset does it create? Rich Steinmetz Jun 1, 2022 7 min read
Ruby How does yield work in application.html.erb You'll encounter this in new Rails apps inside your application.html.erb: <body> <main> Rich Steinmetz May 25, 2022 5 min read
Ruby Ruby Open Source Projects For Beginners Open-source is the greatest opportunity to gather real-world experience while you are still on your journey of getting into the industry. Rich Steinmetz Nov 26, 2021 5 min read
Coding Challenges Crush Your Coding Challenges With REAL Test-Driven Development Most coding challenges exercise more your coding/syntax and problem-solving skills and less your analytical and anticipation skills, not to mention your ability to do Test-Driven Development as a discipline. Let's see how to change that! Rich Steinmetz Nov 7, 2021 3 min read