Caching and Pattern matching - Day 12 - Advent of Code

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ธ.ค. 2024

ความคิดเห็น • 3

  • @pnazzy
    @pnazzy ปีที่แล้ว

    Thank you SO MUCH for making this. I'm new to both Ruby and AOC and part 2 of this problem has been the only one that's stumped me so far! Watching you work through it made it seem so much simpler and I picked up some new Ruby syntax!
    If you have a moment, I have a couple slightly off topic questions:
    1) I've been using Minitest for my AOC problems and with Rails. Is Rspec generally more preferred, or is there any reason to use one over the other?
    2) I'm in my last semester of college and so far I love Ruby and Rails enough to know that I'd definitely prefer working with Ruby. Any good tips for landing a job working with Ruby? My only work experience is from the military, so I'm coming into the field with a degree and no tech experience.
    Thanks again!

    • @cjav_dev
      @cjav_dev  ปีที่แล้ว

      Glad to hear! I also use mini test with rails at work. Both are good to know, but it’s more important to learn the general patterns for testing and then using either tool to apply those patterns.
      One tip for landing a job is to work on your personal Ruby and rails projects in public. Blog or tweet about what you’re learning, share your projects on github, find places online where other Rubyists are: discord channels, sub reddits, etc. and help other folks. :)

  • @piotrtalarczyk8987
    @piotrtalarczyk8987 ปีที่แล้ว

    OK. 1st part was hard for me, 2nd part defeated me.