• Home
  • About
    • Marthyn.nl photo

      Marthyn.nl

      Marthyn Olthof, software engineer, runner, motorsports fan

    • Learn More
    • Email
    • Twitter
    • Facebook
    • LinkedIn
    • Instagram
    • Github
    • StackOverflow
    • LastFm
    • Steam
    • Youtube
  • Posts
    • All Posts
    • All Tags
  • Projects

All blog posts

  • Farming Simulator Updates, how to fix your mods

    Updates to Farming Simulator 22 can be breaking, here's how you can fix some yourself!

    Read More
  • Joy of Coding 2016

    2017 was my second year of the awesome 1 day conference Joy of Coding. It inspired me a lot, here is a recap of the most interesting things I learned

    Read More
  • Checking the presence of values in Ruby and Rails

    Rails provides you with a few methods to check if a variable has a value or contents or is nil. Methods like any?, present? or nil?. When working with one type of variable they usually work as you expect, but i’ve come across situations where they might not work as you expect!

    Read More
  • My Adventures with Dot & Dash

    Have you heard of Dot & Dash? The Robots who teach kids how to program? They’re awesome and through my job I got to play with them

    Read More
  • Property or Observes? EmberJS Explained

    While programming for Learning Spaces I had a lot of trouble choosing when to use `.property(‘property to observe’)` or `.observes(‘property to observe’)`

    Read More